| View previous topic :: View next topic |
| Author |
Message |
reizencroft
Joined: 04 Jul 2008 Posts: 7
|
Posted: Fri Nov 28, 2008 8:57 pm Post subject: problem installing pspgl(on ubuntu 8.10) |
|
|
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: | 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 |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Sat Nov 29, 2008 6:12 am Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
|