forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

new error with sdl

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
dark_zarkon



Joined: 11 Jan 2006
Posts: 26

PostPosted: Mon May 29, 2006 4:44 am    Post subject: new error with sdl Reply with quote

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
View user's profile Send private message
kozine



Joined: 18 Mar 2006
Posts: 6
Location: England, United Kingdom

PostPosted: Mon May 29, 2006 4:45 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website MSN Messenger
dark_zarkon



Joined: 11 Jan 2006
Posts: 26

PostPosted: Mon May 29, 2006 5:04 am    Post subject: Reply with quote

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
View user's profile Send private message
kozine



Joined: 18 Mar 2006
Posts: 6
Location: England, United Kingdom

PostPosted: Mon May 29, 2006 5:06 am    Post subject: Reply with quote

Try redownloading the SDL libary. I installed it no problem.
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
dark_zarkon



Joined: 11 Jan 2006
Posts: 26

PostPosted: Mon May 29, 2006 5:23 am    Post subject: Reply with quote

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
View user's profile Send private message
kozine



Joined: 18 Mar 2006
Posts: 6
Location: England, United Kingdom

PostPosted: Mon May 29, 2006 5:46 am    Post subject: Reply with quote

Why are you in the test folder? Have you installed the SLD libary yet?
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
dark_zarkon



Joined: 11 Jan 2006
Posts: 26

PostPosted: Mon May 29, 2006 7:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
cheriff
Regular


Joined: 23 Jun 2004
Posts: 262
Location: Sydney.au

PostPosted: Tue May 30, 2006 9:57 am    Post subject: Reply with quote

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
View user's profile Send private message
dark_zarkon



Joined: 11 Jan 2006
Posts: 26

PostPosted: Tue May 30, 2006 6:24 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group