| View previous topic :: View next topic |
| Author |
Message |
choupette
Joined: 12 Oct 2005 Posts: 7
|
Posted: Mon Oct 24, 2005 8:46 am Post subject: goop.org's pspgl problem |
|
|
I just installed goop.org's pspgl to give it a try and well, huh, I tried to compile some examples and get this :
| Code: |
choupette@poupoune ~/pspgl/test-depthtest
$ make
psp-gcc -g -Wall -O2 -MD -I/usr/local/pspdev//psp/sdk/include -I.. -c simple.c
make: *** No rule to make target `firefox.o', needed by `depthtest.elf'. Stop.
|
and huh, there's no firefox[.c][.cpp] or anything else, anyone has a clue ? |
|
| Back to top |
|
 |
jsgf
Joined: 12 Jul 2005 Posts: 254
|
Posted: Tue Oct 25, 2005 2:35 am Post subject: |
|
|
That gets generated from a firefox.png file. You should be able to grab a copy of it from one of the other test-* directories.
It's something I need to fix up properly though... |
|
| Back to top |
|
 |
choupette
Joined: 12 Oct 2005 Posts: 7
|
Posted: Tue Oct 25, 2005 4:21 am Post subject: |
|
|
| Code: | choupette@poupoune ~/pspgl/test-depthtest
$ make
psp-gcc -g -Wall -O2 -MD -I/usr/local/pspdev//psp/sdk/include -I.. -c simple.c
make: *** No rule to make target `firefox.o', needed by `depthtest.elf'. Stop.
choupette@poupoune ~/pspgl/test-depthtest
$ cd ..
choupette@poupoune ~/pspgl
$ find | grep -i firefox
|
it's nowhere to be found in your last package, I'll use some png |
|
| Back to top |
|
 |
jsgf
Joined: 12 Jul 2005 Posts: 254
|
Posted: Tue Oct 25, 2005 4:26 am Post subject: |
|
|
| choupette wrote: | | it's nowhere to be found in your last package, I'll use some png |
Yeah, I just realized that; I'll do an update. Make sure the png is 64x64, and preferably has an alpha channel. |
|
| Back to top |
|
 |
choupette
Joined: 12 Oct 2005 Posts: 7
|
Posted: Tue Oct 25, 2005 6:45 pm Post subject: |
|
|
I confirm it must be 64x64, but even with one with alpha channel I had problems, I'll check tonight.
EDIT: it works fine with my linux box, I'll try with my windows one at home when I have some time. |
|
| Back to top |
|
 |
|