Stewmath / GameYob

[Super] Gameboy [Color] emulator for the Nintendo [3]DS
MIT License
273 stars 59 forks source link

Compile issues for regular DS #131

Closed purpasmart96 closed 9 years ago

purpasmart96 commented 10 years ago

"Vector" is missing, "string" in "commonfile.h" is not included properly.

Stewmath commented 10 years ago

Can you tell me what output you get? Also your platform. And there's no "commonfile.h" in gameyob, unless you mean something in the libraries...

purpasmart96 commented 10 years ago

none-eabi-g++ -MMD -MP -MF /d/devkitPro/examples/nds/GameYob/platform/ds/arm9/build/console.d -Wall -Wno-psabi -DNO_VIZ -fpermissive -march=armv5te -mtune=arm946e-s -fomit-frame-pointer -ffast-math -O3 -g -DVERSION_STRING=\"git describe --always --abbrev=4\" -DC_IO_FUNCTIONS -DNIFI -include "nds/ndstypes.h" -I/d/devkitPro/examples/nds/GameYob/platform/ds/arm9/include -I/d/devkitPro/examples/nds/GameYob/platform/ds/arm9/../include -I/d/devkitPro/examples/nds/GameYob/platform/ds/arm9/../../common/include -I/d/devkitPro/examples/nds/GameYob/platform/ds/arm9/include -I..//include -I/d/devkitPro/libnds/include -I/d/devkitPro/examples/nds/GameYob/platform/ds/arm9/build -DARM9 -DDS -fno-rtti -fno-exceptions -c /d/devkitPro/examples/nds/GameYob/platform/ds/arm9/source/console.cpp -o console.o In file included from d:/devkitPro/examples/nds/GameYob/platform/ds/arm9/source/console.cpp:6:0: d:\devkitpro\examples\nds\gameyob\platform\common\include\filechooser.h:2:18: fatal error: string: No such file or directory

include string

              ^

compilation terminated. make[2]: * [console.o] Error 1 rm printerIcon.s make[1]: * [build] Error 2 make[1]: Leaving directory `/d/devkitPro/examples/nds/GameYob/platform/ds/arm9' "make": *\ [arm9/gameyob.elf] Error 2

purpasmart96 commented 9 years ago

Fixed