aMule Forum

English => en_Bugs => Topic started by: Guest on December 06, 2003, 08:24:58 PM

Title: Pb installation from port on FreeBSD 5.1 ...
Post by: Guest on December 06, 2003, 08:24:58 PM
Her are my error message:
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/textdomain.c
Copying file mkinstalldirs
Running aclocal -I m4
aclocal: not found
Running automake m4/Makefile
automake: not found
Running automake --foreign -a
automake: not found
Running autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Running autoconf
configure.in:3: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.in:5: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:18: error: possibly undefined macro: AM_GNU_GETTEXT
configure.in:19: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
configure.in:21: error: possibly undefined macro: AM_OPTIONS_WXCONFIG
configure.in:23: error: possibly undefined macro: AM_PATH_WXCONFIG
configure.in:43: error: possibly undefined macro: AM_PATH_GTK_2_0
configure.in:46: error: possibly undefined macro: AM_PATH_GTK
*** Error code 1

Stop in /usr/ports/net/amule.

Thx
Title: Re: Pb installation from port on FreeBSD 5.1 ...
Post by: Guest on December 06, 2003, 08:27:18 PM
autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms
autoconf-2.53_1     Automatically configure source code on many Un*x platforms
automake-1.4.5_9    GNU Standards-compliant Makefile generator (legacy version

automake is ok ...
Title: Re: Pb installation from port on FreeBSD 5.1 ...
Post by: Guest on December 06, 2003, 09:18:54 PM
So to resolv this part of my problem, i did something that i do not like to much i mean symbolic link:

sudo ln -s /usr/local/bin/automake14 /usr/local/bin/automake
sudo ln -s /usr/local/bin/aclocal14 /usr/local/bin/aclocal

That's working, but know, it looking for wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel:install .... I am already using with xMule:

wxgtk-common-2.4.2  The wxWindows GUI toolkit (common files)
wxgtk2-2.4.2_1      The wxWindows GUI toolkit (GTK2 version)

So know, what should i do ?

Thx