aMule Forum
English => Compilation problems => Topic started by: michelinok on March 28, 2011, 06:58:07 PM
-
Hi!
I've a problem compiling recent svn...
Until 10505 i can compile fine, other gives me a lot of errors (the same for all the version in the svn).
This is the config i've always used before "make install":
./configure --host=$TARGET --with-zlib=$BUILDDIR/tmp --with-wx-prefix=$BUILDDIR/tmp --with-wx-config=$BUILDDIR/tmp/bin/wx-config --with-crypto-prefix=$BUILDDIR/tmp --prefix=$BUILDDIR/tmp --enable-amulecmd --enable-amule-daemon --enable-webserver --enable-alcc --disable-monolithic --enable-optimize --enable-mmap --disable-ed2k --enable-static --disable-amule-gui --disable-upnp --disable-nls --disable-debug --with-libpng-prefix=/home/michele/Scrivania/build/tmp/
and when i perform "make install" on recent svn i get these errors:
michele@michele-desktop:~/Scrivania/build/amule$ make install
Making install in docs
make[1]: ingresso nella directory "/home/michele/Scrivania/build/amule/docs"
Making install in man
make[2]: ingresso nella directory "/home/michele/Scrivania/build/amule/docs/man"
make[3]: ingresso nella directory "/home/michele/Scrivania/build/amule/docs/man"
make[3]: Nessuna operazione da eseguire per "install-exec-am".
make install-data-hook
make[4]: ingresso nella directory "/home/michele/Scrivania/build/amule/docs/man"
make[4]: uscita dalla directory "/home/michele/Scrivania/build/amule/docs/man"
make[3]: uscita dalla directory "/home/michele/Scrivania/build/amule/docs/man"
make[2]: uscita dalla directory "/home/michele/Scrivania/build/amule/docs/man"
make[2]: ingresso nella directory "/home/michele/Scrivania/build/amule/docs"
make[2]: *** Nessuna regola per generare l'obiettivo "amule-win32.HOWTO.txt", necessario per "all-am". Arresto.
make[2]: uscita dalla directory "/home/michele/Scrivania/build/amule/docs"
make[1]: *** [install-recursive] Errore 1
make[1]: uscita dalla directory "/home/michele/Scrivania/build/amule/docs"
make: *** [install-recursive] Errore 1
michele@michele-desktop:~/Scrivania/build/amule$
-
Yeah, it's been fixed since then, just download the next tarball.
-
105111 still gives me errors...(it's the last published svn)
-
It has been fixed in 10513
ok, I'm gonna wait it appear
-
Yeah, it's been fixed since then, just download the next tarball.
Sorry didn't read the word "next" ;D
-
ok, I'm gonna wait it appear
http://code.google.com/p/amule/source/checkout
-
ok, I'm gonna wait it appear
http://code.google.com/p/amule/source/checkout
Hi Stu,
i've a problem compiling the svn... i cannot find the "configure" file anymore, so i cannot perform the ./configure.....blablablabla
Any idea? (i'm crosscompiling...)
-
You have to run ./autogen.sh first.
-
You have to run ./autogen.sh first.
Again...i get errors... :P
michele@michele-desktop:~/Scrivania/build/amule$ ./autogen.sh
Setting up internationalization files.
./autogen.sh: 42: autopoint: not found
grep: po/Makefile.in.in: File o directory non esistente
autopoint does not honor dataroot variable, patching.
sed: impossibile leggere po/Makefile.in.in: File o directory non esistente
./autogen.sh: 51: cannot create intl/Makefile.in.tmp: Directory nonexistent
sed: impossibile leggere po/Makefile.in.in: File o directory non esistente
Running aclocal -I m4
Running autoheader
Running autoconf
Creating pixmaps Makefile.am
Running automake --foreign -a -c -f
configure.in:38: installing `./config.guess'
configure.in:38: installing `./config.sub'
configure.in:28: installing `./install-sh'
configure.in:28: installing `./missing'
src/Makefile.am: installing `./depcomp'
configure.in:388: required file `intl/Makefile.in' not found
Makefile.am:4: required directory ./intl does not exist
michele@michele-desktop:~/Scrivania/build/amule$
-
./autogen.sh: 42: autopoint: not found
autopoint is usually included in gettext development packages.
You don't need to cross-compile it, you need it installed in your system.
Thanks! Works! (it's compiling atm)