Trunk compiler error

Requests for assistance and other HOWTOs.

Moderator: Board moderators

SilverNexus
Junior member
Posts: 165
Joined: Mon Jun 25, 2012 5:33 pm
Location: Planet Earth

Trunk compiler error

Post by SilverNexus »

When trying to compile the trunk version of the crossfire server, I get an error message that reads as follows:

Code: Select all

make[2]: *** No rule to make target `languages.h', needed by `all-am'.  Stop.
Is this a known issue, an unknown issue, or my computer being an issue?
That SilverNexus guy? You needn't worry about him.
He is level negative 4 in oratory, and his singing is worse.
Leaf
Forum Aficionado
Posts: 1994
Joined: Tue Apr 29, 2003 5:55 pm
Location: Minnesota, USA
Contact:

Post by Leaf »

See if this helps, run this command in your server directory

Code: Select all

sudo make clean;sh autogen.sh && make && sudo make install
If that does not work, what release of Ubuntu are you using?
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
SilverNexus
Junior member
Posts: 165
Joined: Mon Jun 25, 2012 5:33 pm
Location: Planet Earth

Post by SilverNexus »

Okay, I'm also getting an error in the autogen.sh script:

Code: Select all

libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `utils'.
libtoolize: copying file `utils/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `macros'.
libtoolize: copying file `macros/libtool.m4'
libtoolize: copying file `macros/ltoptions.m4'
libtoolize: copying file `macros/ltsugar.m4'
libtoolize: copying file `macros/ltversion.m4'
libtoolize: copying file `macros/lt~obsolete.m4'
aclocal: unrecognized option -- `--install'
That is all the output from autogen.sh.

This is on Ubuntu 10.10 (Maverick Meerkat)

EDIT: Okay, I made it past that error (I just needed automake 1.11 instead of 1.9).

It just doesn't like how the folder tree it is in has spaces, and brings up an error for that in make install, but I don't usually go to the usr/local directory anyway, I just use the executable built from make.

ANOTHER EDIT:It crashed when I loaded the server, but that was from my incomplete image set modifications, so I finished them and it worked.
That SilverNexus guy? You needn't worry about him.
He is level negative 4 in oratory, and his singing is worse.
Post Reply