Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: dcemu cvs release

                  
   
  1. #11
    DCEmu Regular WHurricane16's Avatar
    Join Date
    Mar 2004
    Location
    North Carolina
    Age
    47
    Posts
    434
    Rep Power
    75

    Default Re: dcemu cvs release

    Ah, I still have the Mingw installer somewhere on my PC. *I thought about downloading Cygwin (guhh) to do this earlier but Mingw will do

    EDIT: *Screw it, that didn't work. *Getting:
    In file included from cdio_private.h:31,
    * * * * * * * * from _cdio_bsdi.c:35:
    ../include/cdio/cdio.h:263: parse error before "cdio_read"
    ../include/cdio/cdio.h:263: warning: type defaults to `int' in declaration of `cdio_read'
    ../include/cdio/cdio.h:263: warning: data definition has no type or storage class
    In file included from _cdio_bsdi.c:35:
    cdio_private.h:135: parse error before "ssize_t"
    cdio_private.h:135: warning: no semicolon at end of struct or union
    cdio_private.h:184: parse error before '}' token
    cdio_private.h:184: warning: type defaults to `int' in declaration of `cdio_funcs'
    cdio_private.h:184: warning: data definition has no type or storage class
    cdio_private.h:190: parse error before "cdio_funcs"
    cdio_private.h:190: warning: no semicolon at end of struct or union
    cdio_private.h:192: parse error before '}' token
    cdio_private.h:224: warning: type defaults to `int' in declaration of `cdio_funcs'
    cdio_private.h:224: parse error before '*' token
    cdio_private.h:288: parse error before "cdio_generic_read"
    cdio_private.h:288: warning: type defaults to
    Screw it, I'm going to bed . Just for troubleshooting purposes, I used the same ones from the ljsdcdev instructions I downloaded months ago, but I did not create the cross-compiler

  2. #12
    DCEmu Coder GPF's Avatar
    Join Date
    Apr 2004
    Location
    Texas
    Age
    52
    Posts
    796
    Rep Power
    78

    Default Re: dcemu cvs release

    I put the libs on my site if your want them. http://www.storm-studios.net/GPF/libcdio.zip

    I build the latest code from cvs, and it requires a mounted image.

    I used the Virtual CD-ROM Control Panel for Windows XP http://download.microsoft.com/downlo...olpanel_21.exe
    to mount the dc.iso as my X: , then had to change the code in iso.c line 37 to

    cdio = cdio_open("\\\\.\\X:", DRIVER_UNKNOWN);

    But it still requires an ip.bin and 1st_read.bin in the dcemu directory and doesn't appear to use whats in the iso image yet. Or I am doing something wrong

    Troy

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •