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.
[gamecube examples]NeHe lesson 8 doesn't compile
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: [gamecube examples]NeHe lesson 8 doesn't compile
Not so much a bug as forgetting to check the examples on a case sensitive filesystem - occasionally things like this creep in.
Re: [gamecube examples]NeHe lesson 8 doesn't compile
Same error, edited lesson8.c :
- #include "Glass_tpl.h"
+ #include "glass_tpl.h"
- #include "Glass_tpl.h"
+ #include "glass_tpl.h"
-
- Site Admin
- Posts: 1986
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: [gamecube examples]NeHe lesson 8 doesn't compile
Sorry, I meant to check and update the gamecube examples with the latest devkitPPC release. The latest set are now available through the updater and SF download page.
Thanks for reminding me.
Thanks for reminding me.
Who is online
Users browsing this forum: No registered users and 1 guest