Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
choupette
Posts: 7 Joined: Wed Oct 12, 2005 7:46 pm
Post
by choupette » Mon Oct 24, 2005 8:46 am
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: Select all
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 ?
jsgf
Posts: 254 Joined: Tue Jul 12, 2005 11:02 am
Contact:
Post
by jsgf » Tue Oct 25, 2005 2:35 am
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...
choupette
Posts: 7 Joined: Wed Oct 12, 2005 7:46 pm
Post
by choupette » Tue Oct 25, 2005 4:21 am
Code: Select all
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
jsgf
Posts: 254 Joined: Tue Jul 12, 2005 11:02 am
Contact:
Post
by jsgf » Tue Oct 25, 2005 4:26 am
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.
choupette
Posts: 7 Joined: Wed Oct 12, 2005 7:46 pm
Post
by choupette » Tue Oct 25, 2005 6:45 pm
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.