problem installing pspgl(on ubuntu 8.10)

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

Moderators: cheriff, TyRaNiD

Post Reply
reizencroft
Posts: 7
Joined: Fri Jul 04, 2008 12:12 am

problem installing pspgl(on ubuntu 8.10)

Post by reizencroft »

im installing pspgl to in my ubuntu 8.10 machine using the latest of the sdk. But I get stuck on an errors while building the tests.

Code: Select all

rm -f .deps/*.d *.o  *.a *.elf *.sys *~
(sym=`echo firefox | tr '-' '_'`; echo -e ".data\n.global ${sym}_start\n${sym}_start:\n\t.incbin \"firefox.raw\"" | psp-as -o firefox.o)
{standard input}: Assembler messages:
{standard input}:1: Error: junk at end of line, first unrecognized character is `-'
make: *** [firefox.o] Error 1
make: Leaving directory `/home/reizen/psp/trunk/pspgl/tests'
I've already installed the imagemagick using both from the ubuntu repositories and the one from http://www.imagemagick.org but to no avail.

BTW, I've already searched previous posts similar to this case but still won compile.

thx
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

Yes, those lines are old... look at the patches I made for TV and pspgl (use the search). I also made patches for getting the tests to compile as well.
Post Reply