goop.org's pspgl problem

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
choupette
Posts: 7
Joined: Wed Oct 12, 2005 7:46 pm

goop.org's pspgl problem

Post by choupette »

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 »

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 »

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 »

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 »

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.
Post Reply