| View previous topic :: View next topic |
| Author |
Message |
dark_zarkon
Joined: 11 Jan 2006 Posts: 26
|
Posted: Mon May 29, 2006 4:44 am Post subject: new error with sdl |
|
|
hi! :)
i have installed the sdl lib but have problem to compile test included with the library...
this is the error:
thank in advance!! :)[/img] _________________ i'm italian...
forgive me for my english! :) |
|
| Back to top |
|
 |
kozine
Joined: 18 Mar 2006 Posts: 6 Location: England, United Kingdom
|
Posted: Mon May 29, 2006 4:45 am Post subject: |
|
|
Did you run this?
| Code: |
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
|
_________________
 |
|
| Back to top |
|
 |
dark_zarkon
Joined: 11 Jan 2006 Posts: 26
|
Posted: Mon May 29, 2006 5:04 am Post subject: |
|
|
yes, but when i type make it give mi wich error...
help me please. _________________ i'm italian...
forgive me for my english! :) |
|
| Back to top |
|
 |
kozine
Joined: 18 Mar 2006 Posts: 6 Location: England, United Kingdom
|
Posted: Mon May 29, 2006 5:06 am Post subject: |
|
|
Try redownloading the SDL libary. I installed it no problem. _________________
 |
|
| Back to top |
|
 |
dark_zarkon
Joined: 11 Jan 2006 Posts: 26
|
Posted: Mon May 29, 2006 5:23 am Post subject: |
|
|
| kozine wrote: | Did you run this?
| Code: |
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
|
|
now it give me this error:
[img=http://img510.imageshack.us/img510/3359/error10oe.th.png] _________________ i'm italian...
forgive me for my english! :) |
|
| Back to top |
|
 |
kozine
Joined: 18 Mar 2006 Posts: 6 Location: England, United Kingdom
|
Posted: Mon May 29, 2006 5:46 am Post subject: |
|
|
Why are you in the test folder? Have you installed the SLD libary yet? _________________
 |
|
| Back to top |
|
 |
dark_zarkon
Joined: 11 Jan 2006 Posts: 26
|
Posted: Mon May 29, 2006 7:11 pm Post subject: |
|
|
| kozine wrote: | | Why are you in the test folder? Have you installed the SLD libary yet? |
i have installed the sdl library, now i want to "test" it but it give me that error... i have installed also the pspgl and i want also the SDL.
help please!
edit: i have reinstalled the sdl lib and now it seems to compile but it don't give me eboots...
it give me some obj (.o) files and file without extension...
what can i do? _________________ i'm italian...
forgive me for my english! :) |
|
| Back to top |
|
 |
cheriff Regular
Joined: 23 Jun 2004 Posts: 262 Location: Sydney.au
|
Posted: Tue May 30, 2006 9:57 am Post subject: |
|
|
The \ symbol tells bash to continue the command on the next line.
See where you copied the command from - I bet that the ./configure part is on a new line. You need to press enter between the '\' and "./configure" then type the second line then hit enter again to run the command.
Or you could just no type the \ if you want to do it on one line.
Not sure if this is what you are seeing, but in my terminals, bash seems to have trouble when you use \ in the middle of a line...[/code] _________________ Damn, I need a decent signature! |
|
| Back to top |
|
 |
dark_zarkon
Joined: 11 Jan 2006 Posts: 26
|
Posted: Tue May 30, 2006 6:24 pm Post subject: |
|
|
| cheriff wrote: | The \ symbol tells bash to continue the command on the next line.
See where you copied the command from - I bet that the ./configure part is on a new line. You need to press enter between the '\' and "./configure" then type the second line then hit enter again to run the command.
Or you could just no type the \ if you want to do it on one line.
Not sure if this is what you are seeing, but in my terminals, bash seems to have trouble when you use \ in the middle of a line...[/code] |
thanks but i have just solved this problem.
now when i type make in the test folder the compiler give me a lot of .o file and other file without exstension, how can i make eboot? _________________ i'm italian...
forgive me for my english! :) |
|
| Back to top |
|
 |
|