Jump to content

[9331] Linux Compile Error..


Auntie Mangos

Recommended Posts

Mangos fail copiling on Ubuntu 9.4

Latest upgraded Ubuntu

Latest Version OpenSSL

kansu@ubi:~/mangos$ git am src/bindings/ScriptDev2/patches/MaNGOS-*

Applying: ScriptDev2 patch.

kansu@ubi:~/mangos$ autoreconf --install --force

kansu@ubi:~/mangos$ aclocal

kansu@ubi:~/mangos$ autoheader

kansu@ubi:~/mangos$ autoconf

configure.ac:36: error: possibly undefined macro: AC_MSG_ERROR

If this token and others are legitimate, please use m4_pattern_allow.

See the Autoconf documentation.

kansu@ubi:~/mangos$ autoconf

kansu@ubi:~/mangos$ automake --add-missing

kansu@ubi:~/mangos$ automake src/bindings/ScriptDev2/Makefile

kansu@ubi:~/mangos$ mkdir objdir

kansu@ubi:~/mangos$ cd objdir

kansu@ubi:~/mangos/objdir$ ../configure --prefix=/home/kansu/7sub --sysconfdir=/home/kansu/7sub/etc --enable-cli --enable-ra --datadir=/home/kansu/7sub

../configure: line 16065: syntax error near unexpected token `,'

../configure: line 16065: `AX_CHECK_OPENSSL(, AC_MSG_ERROR([Missing OpenSSL]))'

Similar Topics:

http://getmangos.eu/community/showthread.php?12456-[9311]-Crash-client

http://getmangos.eu/community/showthread.php?12272-Compile-in-linux-fail-again&highlight=void+Group%3A%3ASetTargetIcon(uint8%2C+uint64%2C+uint64)

http://getmangos.eu/community/showthread.php?12473-CentOS-5-3-compiling-MaNGOS-9310&highlight=openssl

Link to comment
Share on other sites

  • 40 years later...

I not understand why anyone make this strange list totally silly commands with automake and etc. That breakdata created by autoreconf

Nothing need do from

kansu@ubi:~/mangos$ aclocal

kansu@ubi:~/mangos$ autoheader

kansu@ubi:~/mangos$ autoconf

configure.ac:36: error: possibly undefined macro: AC_MSG_ERROR

If this token and others are legitimate, please use m4_pattern_allow.

See the Autoconf documentation.

kansu@ubi:~/mangos$ autoconf

Just need call: autoreconf --install --force

and possible automake for add scriptingmakefile

NOTHING MORE NEED

autoreconf _already_ call all required commands from listed. and aclocal, and autoheader, and autoconf, and automake and call its with proper args

after this just need call in normal way configure.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use