View Single Post
Old 01 August 2011, 05:57   #88
Xenphor
 
Posts: n/a
I tried compiling with

[user@localhost PUAE]$ ./build_linux_nojit.sh

I got this error (I'm on Fedora 15)

Code:
In file included from blkdev_cdimage.c:16:0:
../src/include/options.h:530:50: warning: ‘struct zfile’ declared inside parameter list [enabled by default]
../src/include/options.h:530:50: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
blkdev_cdimage.c:23:24: fatal error: mp3decoder.h: No such file or directory
compilation terminated.
make[3]: *** [blkdev_cdimage.o] Error 1
make[3]: Leaving directory `/home/user/PUAE/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/PUAE/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/user/PUAE/src'
make: *** [all-recursive] Error 1
I wasn't aware of any mp3decoding dependencies, if that's the case.

Is ./build_linux_nojit.sh the correct script to use? Or should I just use ./configure?

Also, for SCSI emulation, I was unable to compile an early build of CDRtools to get libscg. Would you know of a better way of acquiring this library? Is it still necessary for SCSI emulation?
 
 
Page generated in 0.07194 seconds with 11 queries