#79932 - Kamjin - Mon Apr 17, 2006 9:43 am
I seem to have some sort of makefile/path problem, with compiling source outside of the examples included, and small stuff I've written myself with the template makefile (they work fine)..
here's an example when trying to compile scumm, it seems to happen with everything I've downloaded so far to test with.
What am I missing?
here's an example when trying to compile scumm, it seems to happen with everything I've downloaded so far to test with.
Code: |
from ../source/cdaudio.cpp:20: c:/devkitPro/msys/home/bob/scummvm/backends/ds/arm9/../../../common/scummsys.h :300:25: error: nds/jtypes.h: No such file or directory In file included from ../source/cdaudio.cpp:24: c:/devkitPro/msys/home/bob/scummvm/backends/ds/arm9/source/dsmain.h:4:17: error: nds.h: No such file or directory In file included from ../source/cdaudio.cpp:25: c:/devkitPro/msys/home/bob/scummvm/backends/ds/arm9/../commoninclude/nds/ipc.h :36:20: error: jtypes.h: No such file or directory make[2]: *** [../source/cdaudio.o] Error 1 make[1]: *** [build] Error 2 make: *** [all] Error 2 |
What am I missing?