#138049 - seoushi - Sun Aug 19, 2007 1:44 am
I'm trying to compile some of the 3d examples however it complains about missing function definitions. Here is the full output.
Is there something I'm forgetting to install?
Code: |
C:\devkitPro\examples\nds\Graphics\3D\nehe\lesson06>make
main.cpp arm-eabi-g++ -MMD -MP -MF /c/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/build/main.d -g -Wall -O2 -mcpu=arm9tdmi -mtune=arm9tdmi -fomit-frame-pointer -ffast-math -mthumb -mthumb-interwork -I/c/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/include -I/c/devkitPro /libnds/include -I/c/devkitPro/libnds/include -I/c/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/build -DARM9 -fno-rtti -fno-excepti ons -c /c/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/source/main.cpp -o main.o c:/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/source/main.cpp: In function 'int main()': c:/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/source/main.cpp:55: error: 'glInit' was not declared in this scope c:/devkitPro/libnds/include/nds/arm9/videoGL.inl:17: error: too many arguments to function 'void glClearColor(uint8, uint8, uint8)' c:/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/source/main.cpp:64: error: at this point in file c:/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/source/main.cpp:65: error: 'glClearPolyID' was not declared in this scope c:/devkitPro/libnds/include/nds/arm9/videoGL.inl:112: error: too many arguments to function 'void glFlush()' c:/devkitPro/examples/nds/Graphics/3D/nehe/lesson06/source/main.cpp:104: error: at this point in file make[1]: *** [main.o] Error 1 make: *** [build] Error |
Is there something I'm forgetting to install?