Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ ROM
➜ Compiling the server
➜ Problems with FirstMUD
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Tue 09 Aug 2005 04:31 AM (UTC) |
Message
| I'm attempting to compile firstmud 4.5.4, and I'm probably just doing something incredibly stupid/simple...I go into the main directory for firstmud and type 'setup.sh' and keep getting errors saying 'configure.in:12 required file './ltmain.sh' not found'. Am I in the wrong folder, or what's going on here? Thanks in advance. | Top |
|
Posted by
| Zeno
USA (2,871 posts) Bio
|
Date
| Reply #1 on Tue 09 Aug 2005 05:12 AM (UTC) |
Message
| Can you show us your setup file? |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #2 on Tue 09 Aug 2005 05:26 AM (UTC) |
Message
| Not completely sure what you're asking for here...I'm assuming you're asking for configure.in though
line 12 is :
AM_PROG_LIBTOOL | Top |
|
Posted by
| Zeno
USA (2,871 posts) Bio
|
Date
| Reply #3 on Tue 09 Aug 2005 05:36 AM (UTC) |
Message
| Well what does the docs say to start the MUD up? I assume you have to run a configure script first, then compile, then run a startup script or the exec. |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #4 on Tue 09 Aug 2005 05:44 AM (UTC) |
Message
| That's just the problem...I can't find any real documentation here, and in addition to that - firstmud is now on sourceforge but appears to not have an actual site...I saw an earlier post that claimed 4.5.4 clean compiled for someone else, so I'm either missing a library or something, or am just doing this completely wrong. | Top |
|
Posted by
| Zeno
USA (2,871 posts) Bio
|
Date
| Reply #5 on Tue 09 Aug 2005 05:56 AM (UTC) |
Message
| Why are you typing setup.sh? Shouldn't you just type make to compile? |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #6 on Tue 09 Aug 2005 06:00 AM (UTC) |
Message
| I can't...Something needs to be done before it will even make a makefile. I understand if you're too busy to take a closer look, but here's the link to what I'm trying to run if you want to take a closer look at anything. http://prdownloads.sourceforge.net/firstmud/firstmud-4.5.4.tar.gz?download | Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #7 on Tue 09 Aug 2005 06:08 AM (UTC) |
Message
| Just tried again on a fresh copy. Same error, but realized I should try to supply a little more information
user@slackware:~/firstmud-4.5.4$ setup.sh
Creating configure script.
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/Makefile.am: installing `./depcomp'
configure.in:12: installing `./config.guess'
configure.in:12: installing `./config.sub'
configure.in:12: required file `./ltmain.sh' not found
make: *** [configure] Error 1
Done. Run ./configure to create a Makefile.
| Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #8 on Thu 11 Aug 2005 05:39 AM (UTC) |
Message
| Can anyone help me? PErhaps theres an argument I could add to force it to the libtools folder? | Top |
|
Posted by
| David Haley
USA (3,881 posts) Bio
|
Date
| Reply #9 on Thu 11 Aug 2005 06:37 AM (UTC) |
Message
| Have you run the configure script? (./configure) |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #10 on Thu 11 Aug 2005 04:57 PM (UTC) |
Message
| The configure script is nonexistant because setup.sh is erroring out. It saying to run configure is just a default message that seems to show up no matter what. Before this happens, I also get a lot of warnings saying there are underquoted definitions for AM_PATH_LIBIDL, AM_PATH_ILIB, AM_PATH_GLIB, and 15 others. Any ideas? | Top |
|
Posted by
| David Haley
USA (3,881 posts) Bio
|
Date
| Reply #11 on Thu 11 Aug 2005 05:13 PM (UTC) |
Message
| I downloaded the file and after looking at it for a few minutes am not immediately sure how it's supposed to work either. Can you get in touch with the author by any means? |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | Top |
|
Posted by
| Robert Powell
Australia (367 posts) Bio
|
Date
| Reply #12 on Fri 12 Aug 2005 01:10 AM (UTC) |
Message
| I have a copy of 4.5.3 that seems to work ok, send me an email and i will post it to you, or provide you with a link where you can download it from.
|
Just a guy having a bit of fun. Nothing more, nothing less, I do not need I WIN to feel validated. | Top |
|
Posted by
| David Haley
USA (3,881 posts) Bio
|
Date
| Reply #13 on Fri 12 Aug 2005 01:13 AM (UTC) |
Message
| Oh... maybe 4.5.4 requires that you download 4.5.3, unzip that, and then unzip 4.5.4 on top of it? Either that or the author made an error in the packaging somewhere. :) |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.org | Top |
|
Posted by
| Wandering_Ponderer
(27 posts) Bio
|
Date
| Reply #14 on Fri 12 Aug 2005 12:15 PM (UTC) |
Message
| I was able to get 4.5.3 to work as well, however when I try to run the startup script I get an 'Ambiguous output redirect' error. I've seen a post on sourceforge with someone else who also has this problem (same OS too - slackware), but the author's have not responded to anything on that site, and their supposed real site is firstmud.com ...a site taht i've never seen up and running. I'm able to get 4.5.3 to run by typing 1stMud <port #>, but it would be nice if the startup script would work. I haven't tried patching to the newest version yet though...I'll go ahead and try that now. | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
35,089 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top