QJ.NET | Videos | Forums | iPhone | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | Xbox 360 | PC | Downloads | Contact Us
Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact

QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides

Go Back   QJ.net Game Discussion - PSP, Xbox, Wii, PS3, PSP Homebrew, and PSP Guides > Developers Corner > PSP Development, Hacks, and Homebrew > PSP Development Forum
The above video goes away if you are a member and logged in, so log in now!

SDL: Makefile.in error...

This is a discussion on SDL: Makefile.in error... within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hello everyone! Forget my previous post about asking for SDL in a folder, now I realize that's not possible... Now, ...

Reply
 
LinkBack Thread Tools
Old 01-18-2007, 09:38 AM   #1
 
Join Date: Dec 2006
Posts: 109
Trader Feedback: 0
Default SDL: Makefile.in error...

Hello everyone!

Forget my previous post about asking for SDL in a folder, now I realize that's not possible...

Now, I can't get SDL installed. It gets to ./autogen.sh fine, but then ./configure gives finishes with this error:

Quote:
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
Anyone know why this is happening? I'm on Cygwin (latest version I believe?) on Windows XP Pro SP2, with Automake 1.9b and the Toolchain of 2006/01/20... I got SDL rev. 2134 from svn.pspdev.org. I also installed zlib and libpng.

Can anyone help me? I have no idea why this is happening, I asked like 3 different forums but nobody was able to help me... Any ideas? Thanks!

(PS: On one of the forums, someone said that Makefile.in was supposed to be made by autogen, but that ended with the (I believe) successful message "Now you are ready to run ./configure"... It did have some warnings, but should I worry about those?)
Leo28C is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-18-2007, 06:54 PM   #2
Still in September 1993
 
BreakDecks's Avatar
 
Join Date: Aug 2006
Location: Collierville, TN
Posts: 777
Trader Feedback: 0
Default

Quote:
Originally Posted by Leo28C
Hello everyone!

Forget my previous post about asking for SDL in a folder, now I realize that's not possible...

Now, I can't get SDL installed. It gets to ./autogen.sh fine, but then ./configure gives finishes with this error:



Anyone know why this is happening? I'm on Cygwin (latest version I believe?) on Windows XP Pro SP2, with Automake 1.9b and the Toolchain of 2006/01/20... I got SDL rev. 2134 from svn.pspdev.org. I also installed zlib and libpng.

Can anyone help me? I have no idea why this is happening, I asked like 3 different forums but nobody was able to help me... Any ideas? Thanks!

(PS: On one of the forums, someone said that Makefile.in was supposed to be made by autogen, but that ended with the (I believe) successful message "Now you are ready to run ./configure"... It did have some warnings, but should I worry about those?)
If it says you are ready, then you are ready. Weird warnings pop up a lot, but are nothing to worry about. Only worry about warnings labeled "error:". Just configure it and make it and it should work fine.
__________________
[CENTER][URL="http://forums.qj.net/f-graphics-sigs-and-avatars-262/t-sig-reqest-30-million-point-reward-95281.html"][IMG]http://dl.breakdecks.com/signaturerotate/rotate.php[/IMG][/URL][/CENTER]
[CENTER][URL="http://www.technotransition.com/"]www.technotransition.com[/URL][/CENTER]
BreakDecks is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-18-2007, 07:10 PM   #3
 
Join Date: Dec 2006
Posts: 109
Trader Feedback: 0
Default

Quote:
Originally Posted by BreakDecks
If it says you are ready, then you are ready. Weird warnings pop up a lot, but are nothing to worry about. Only worry about warnings labeled "error:". Just configure it and make it and it should work fine.
Configure and make it? You mean ./configure and make commands? That's the problem, I get the error at the end of ./configure...
Leo28C is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-19-2007, 03:23 AM   #4
 
Join Date: Jan 2006
Location: South Africa
Posts: 59
Trader Feedback: 0
Default

Try using google some time or other:
http://www.psp-programming.com/forum...p?topic=1578.0
ComputerNerd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-19-2007, 12:52 PM   #5
 
Join Date: Dec 2006
Posts: 109
Trader Feedback: 0
Default

I did, in fact that WANT_AUTOMAKE thing was one of the first things they suggested... After I told them that I still had the error, he replied like, "You did exactly what I said and it still doesn't work?"... It's a mystery...

And I do have automake 1.9b, --version says so...

Anything else that might be not working? Any dependencies?

Thanks!
Leo28C is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-19-2007, 02:43 PM   #6
 
Join Date: Dec 2006
Location: Northern Italy
Posts: 49
Trader Feedback: 0
Default

Quote:
Originally Posted by Leo28C
I did, in fact that WANT_AUTOMAKE thing was one of the first things they suggested... After I told them that I still had the error, he replied like, "You did exactly what I said and it still doesn't work?"... It's a mystery...

And I do have automake 1.9b, --version says so...

Anything else that might be not working? Any dependencies?

Thanks!
I had something similar (if not the very same, I mean...) but I noticed the script was missing some files, such as AUTHORS, and whatsoever...
I just added (empty, or so) files with the names I saw, and I was able to get the Makefile.in created.

HTH

Just my 2c

Cheers, A.
MrMojo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-19-2007, 05:51 PM   #7
 
Join Date: Dec 2006
Posts: 109
Trader Feedback: 0
Default

And where did you get those filenames from? (me <-- n00b )

Thanks!
Leo28C is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-23-2007, 08:14 AM   #8
 
Join Date: Dec 2006
Location: Northern Italy
Posts: 49
Trader Feedback: 0
Default

files I got from you??? RTFM???

what the hell r u talking about?

I got the script sayng few error messages, among those I've seen:
cannot find AUTHORS
cannot find CHANGELOG
cannot find blablabla...

and then I created them, just empty, but to be there and all went fine.

so if you meant something else with your RTFM thing, please explain, as I don't get you.

Cheers, A.
MrMojo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
error , makefilein , sdl

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -8. The time now is 06:07 PM.



Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © 2009, QJ.NET. All Rights Reserved.
Contact Us