[gamecube examples]NeHe lesson 8 doesn't compile
Posted: Fri May 22, 2009 8:02 am
Hi,
I installed all the stuff necessary to be ready to create some homebrews for the gamecube but while I was compiling the examples I faced a build error in leson8.c from graphics/gx/neheGX/lesson8 :
lesson8.c
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:13:23: error: Glass_tpl.h: No such file or directory
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c: In function 'main':
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: 'glass_tpl' undeclared (first use in this function)
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: (Each undeclared identifier is reported only once
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: for each function it appears in.)
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: 'glass_tpl_size' undeclared (first use in this function)
I replaced #include "Glass_tpl.h" by #include "glass_tpl.h" and it worked fine. Is it a bug?
Bye.
I installed all the stuff necessary to be ready to create some homebrews for the gamecube but while I was compiling the examples I faced a build error in leson8.c from graphics/gx/neheGX/lesson8 :
lesson8.c
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:13:23: error: Glass_tpl.h: No such file or directory
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c: In function 'main':
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: 'glass_tpl' undeclared (first use in this function)
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: (Each undeclared identifier is reported only once
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: for each function it appears in.)
/home/damien/Desktop/gc-sdk/gamecube-examples-20090509/graphics/gx/neheGX/lesson8/source/lesson8.c:161: error: 'glass_tpl_size' undeclared (first use in this function)
I replaced #include "Glass_tpl.h" by #include "glass_tpl.h" and it worked fine. Is it a bug?
Bye.