Hi.. i tried to configure rc6 without the daemon-stuff now, and it dosnt work. RC5 compiles fine on my machine, i think i have installed all dependencies. Configure seems to work without problems:
Configure script has finished system check.
Configured aMule 2.0.0rc6 for 'i686-pc-linux-gnu'.
aMule enabled options:
**** aMule Core ****
Should aMule be compiled in debug mode? yes
Should aMule be compiled with verbose console output? no
Should aMule be compiled with upload speed sense? no
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? no
Should aMule be compiled with systray? yes
Should aMule be compiled with UTF-8 systray? no
Should aMule be compiled with pure GTK code? yes
Should aMule be linked against patched gsocket? yes
Should aMule daemon version be built? (EXPERIMENTAL) no
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embeded
**** aMule TextClient ****
Should aMule Command Line Client be built? no
Should aMule GUI Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? no
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? yes
Should aMuleLinkCreator for console (alcc) be built? yes
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? yes
Should aMule GUI Statistics (wxCas) be built? yes
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.4.2
GTK 1.2.10
NOTICE: With wxWidgets versions prior 2.5, you need wxBase library to compile:
amuleweb amulecmd and alcc
But then my make only does that, and i have no idea what could be wrong.
Any hints?
muellert@satura:~/downloads/aMule-2.0.0rc6> make
make all-recursive
make[1]: Entering directory `/home/muellert/downloads/aMule-2.0.0rc6'
Making all in m4
make[2]: Entering directory `/home/muellert/downloads/aMule-2.0.0rc6/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc6/m4'
Making all in intl
make[2]: Entering directory `/home/muellert/downloads/aMule-2.0.0rc6/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc6/intl'
Making all in po
make[2]: Entering directory `/home/muellert/downloads/aMule-2.0.0rc6/po'
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: Aufruf von stat für ,,t-en_GB.gmo" nicht möglich: Datei oder Verzeichnis nicht gefunden
make[2]: *** [en_GB.gmo] Fehler 1
make[2]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc6/po'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/muellert/downloads/aMule-2.0.0rc6'
make: *** [all] Fehler 2