new error with sdl

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

Moderators: cheriff, TyRaNiD

Post Reply
dark_zarkon
Posts: 26
Joined: Wed Jan 11, 2006 9:35 pm

new error with sdl

Post by dark_zarkon »

hi! :)

i have installed the sdl lib but have problem to compile test included with the library...

this is the error:

Image

thank in advance!! :)[/img]
i'm italian...
forgive me for my english! :)
kozine
Posts: 6
Joined: Sat Mar 18, 2006 7:20 pm
Location: England, United Kingdom
Contact:

Post by kozine »

Did you run this?

Code: Select all

./autogen.sh
   LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
     ./configure --host psp --prefix=$(psp-config --psp-prefix)
   make
   make install
Image
dark_zarkon
Posts: 26
Joined: Wed Jan 11, 2006 9:35 pm

Post by dark_zarkon »

yes, but when i type make it give mi wich error...

help me please.
i'm italian...
forgive me for my english! :)
kozine
Posts: 6
Joined: Sat Mar 18, 2006 7:20 pm
Location: England, United Kingdom
Contact:

Post by kozine »

Try redownloading the SDL libary. I installed it no problem.
Image
dark_zarkon
Posts: 26
Joined: Wed Jan 11, 2006 9:35 pm

Post by dark_zarkon »

kozine wrote:Did you run this?

Code: Select all

./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! :)
kozine
Posts: 6
Joined: Sat Mar 18, 2006 7:20 pm
Location: England, United Kingdom
Contact:

Post by kozine »

Why are you in the test folder? Have you installed the SLD libary yet?
Image
dark_zarkon
Posts: 26
Joined: Wed Jan 11, 2006 9:35 pm

Post by dark_zarkon »

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! :)
cheriff
Regular
Posts: 258
Joined: Wed Jun 23, 2004 5:35 pm
Location: Sydney.au

Post by cheriff »

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!
dark_zarkon
Posts: 26
Joined: Wed Jan 11, 2006 9:35 pm

Post by dark_zarkon »

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! :)
Post Reply