| View previous topic :: View next topic |
| Author |
Message |
bigbrov
Joined: 09 Mar 2009 Posts: 2
|
Posted: Mon Mar 09, 2009 6:39 am Post subject: [SOLVED] PSPSDK Samples/GU/Text |
|
|
Hi,
I'm trying to compile the GU/Text sample but I got an error that the font.c file is missing. I downloaded the original debug font.c file and pasted in GU/Text. But when I compile it again I get this error:
| Code: | main.c: In function 'main':
main.c:168: error: 'font' undeclared (first use in this function)
main.c:168: error: (Each undeclared identifier is reported only once
main.c:168: error: for each function it appears in.)
make: *** [main.o] Error 1
|
And this is line 168
| Code: | | sceGuTexImage(0, 256, 128, 256, font); |
Could someone help?
Last edited by bigbrov on Mon Mar 09, 2009 7:19 pm; edited 1 time in total |
|
| Back to top |
|
 |
roe-ur-boat
Joined: 22 Aug 2007 Posts: 5
|
Posted: Mon Mar 09, 2009 6:53 am Post subject: |
|
|
| Type "make font.c" first to convert the raw file then it should compile. |
|
| Back to top |
|
 |
bigbrov
Joined: 09 Mar 2009 Posts: 2
|
Posted: Mon Mar 09, 2009 7:18 pm Post subject: |
|
|
Okay Now It Works! :D
Thank You Very Much! |
|
| Back to top |
|
 |
|