aMule Forum
English => aMule Help => Topic started by: DoBs on September 11, 2004, 12:16:39 AM
-
When i try to compile amule, i've this error.
make all-recursive
make[1]: Entering directory `/tmp/programs/aMule-2.0.0rc5'
Making all in m4
make[2]: Entering directory `/tmp/programs/aMule-2.0.0rc5/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/m4'
Making all in intl
make[2]: Entering directory `/tmp/programs/aMule-2.0.0rc5/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/intl'
Making all in po
make[2]: Entering directory `/tmp/programs/aMule-2.0.0rc5/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
0 translated messages, 459 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
1007 translated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
856 translated messages, 20 fuzzy translations, 6 untranslated messages.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
1108 translated messages.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
1005 translated messages, 2 untranslated messages.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 translated messages, 104 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
966 translated messages.
rm -f et_EE.gmo && /usr/bin/msgfmt -c --statistics -o et_EE.gmo et_EE.po
351 translated messages, 108 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 translated messages.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 translated messages, 375 untranslated messages.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 translated messages, 111 untranslated messages.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
990 translated messages, 3 fuzzy translations.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 translated messages, 263 untranslated messages.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
881 translated messages.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
966 translated messages.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
695 translated messages, 233 untranslated messages.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
833 translated messages.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
881 translated messages, 74 untranslated messages.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
741 translated messages, 139 untranslated messages.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
967 translated messages.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
983 translated messages, 1 fuzzy translation, 23 untranslated messages.
rm -f it_NA.gmo && /usr/bin/msgfmt -c --statistics -o it_NA.gmo it_NA.po
966 translated messages.
rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics -o pt_PT.gmo pt_PT.po
833 translated messages.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
882 translated messages.
make[2]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/po'
Making all in docs
make[2]: Entering directory `/tmp/programs/aMule-2.0.0rc5/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/docs'
Making all in src
make[2]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src'
make all-recursive
make[3]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src'
Making all in utils
make[4]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils'
Making all in xas
make[5]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/xas'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/xas'
Making all in cas
make[5]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/cas'
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" \
-c -o cas-cas.o `test -f 'cas.c' || echo './'`cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; \
else rm -f ".deps/cas-cas.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" \
-c -o cas-functions.o `test -f 'functions.c' || echo './'`functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; \
else rm -f ".deps/cas-functions.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" \
-c -o cas-configfile.o `test -f 'configfile.c' || echo './'`configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; \
else rm -f ".deps/cas-configfile.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
-c -o cas-graphics.o `test -f 'graphics.c' || echo './'`graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
gcc -o cas cas-cas.o cas-functions.o cas-configfile.o cas-graphics.o
make[5]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/cas'
Making all in wxCas
make[5]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas'
Making all in doc
make[6]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas/doc'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas/doc'
Making all in src
make[6]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-onlinesig.o -MD -MP -MF ".deps/wxcas-onlinesig.Tpo" \
-c -o wxcas-onlinesig.o `test -f 'onlinesig.cpp' || echo './'`onlinesig.cpp; \then mv -f ".deps/wxcas-onlinesig.Tpo" ".deps/wxcas-onlinesig.Po"; \
else rm -f ".deps/wxcas-onlinesig.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-linuxmon.o -MD -MP -MF ".deps/wxcas-linuxmon.Tpo" \
-c -o wxcas-linuxmon.o `test -f 'linuxmon.cpp' || echo './'`linuxmon.cpp; \
then mv -f ".deps/wxcas-linuxmon.Tpo" ".deps/wxcas-linuxmon.Po"; \
else rm -f ".deps/wxcas-linuxmon.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-wxcas.o -MD -MP -MF ".deps/wxcas-wxcas.Tpo" \
-c -o wxcas-wxcas.o `test -f 'wxcas.cpp' || echo './'`wxcas.cpp; \
then mv -f ".deps/wxcas-wxcas.Tpo" ".deps/wxcas-wxcas.Po"; \
else rm -f ".deps/wxcas-wxcas.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-wxcasprint.o -MD -MP -MF ".deps/wxcas-wxcasprint.Tpo" \
-c -o wxcas-wxcasprint.o `test -f 'wxcasprint.cpp' || echo './'`wxcasprint.cpp; \
then mv -f ".deps/wxcas-wxcasprint.Tpo" ".deps/wxcas-wxcasprint.Po"; \
else rm -f ".deps/wxcas-wxcasprint.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-wxcasframe.o -MD -MP -MF ".deps/wxcas-wxcasframe.Tpo" \
-c -o wxcas-wxcasframe.o `test -f 'wxcasframe.cpp' || echo './'`wxcasframe.cpp; \
then mv -f ".deps/wxcas-wxcasframe.Tpo" ".deps/wxcas-wxcasframe.Po"; \
else rm -f ".deps/wxcas-wxcasframe.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-wxcasprefs.o -MD -MP -MF ".deps/wxcas-wxcasprefs.Tpo" \
-c -o wxcas-wxcasprefs.o `test -f 'wxcasprefs.cpp' || echo './'`wxcasprefs.cpp; \
then mv -f ".deps/wxcas-wxcasprefs.Tpo" ".deps/wxcas-wxcasprefs.Po"; \
else rm -f ".deps/wxcas-wxcasprefs.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-wxcascte.o -MD -MP -MF ".deps/wxcas-wxcascte.Tpo" \
-c -o wxcas-wxcascte.o `test -f 'wxcascte.cpp' || echo './'`wxcascte.cpp; \
then mv -f ".deps/wxcas-wxcascte.Tpo" ".deps/wxcas-wxcascte.Po"; \
else rm -f ".deps/wxcas-wxcascte.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT wxcas-wxcaspix.o -MD -MP -MF ".deps/wxcas-wxcaspix.Tpo" \
-c -o wxcas-wxcaspix.o `test -f 'wxcaspix.cpp' || echo './'`wxcaspix.cpp; \
then mv -f ".deps/wxcas-wxcaspix.Tpo" ".deps/wxcas-wxcaspix.Po"; \
else rm -f ".deps/wxcas-wxcaspix.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -o wxcas wxcas-onlinesig.o wxcas-linuxmon.o wxcas-wxcas.o wxcas-wxcasprint.o wxcas-wxcasframe.o wxcas-wxcasprefs.o wxcas-wxcascte.o wxcas-wxcaspix.o -pthread -lwx_gtk_html-2.5 -lwx_gtk_adv-2.5 -lwx_gtk_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5
make[6]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas/src'
make[6]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas'
make[5]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/wxCas'
Making all in aLinkCreator
make[5]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/aLinkCreator'
Making all in src
make[6]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/aLinkCreator/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alc-alc.o -MD -MP -MF ".deps/alc-alc.Tpo" \ -c -o alc-alc.o `test -f 'alc.cpp' || echo './'`alc.cpp; \
then mv -f ".deps/alc-alc.Tpo" ".deps/alc-alc.Po"; \
else rm -f ".deps/alc-alc.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alc-alcframe.o -MD -MP -MF ".deps/alc-alcframe.Tpo" \
-c -o alc-alcframe.o `test -f 'alcframe.cpp' || echo './'`alcframe.cpp; \
then mv -f ".deps/alc-alcframe.Tpo" ".deps/alc-alcframe.Po"; \
else rm -f ".deps/alc-alcframe.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alc-ed2khash.o -MD -MP -MF ".deps/alc-ed2khash.Tpo" \
-c -o alc-ed2khash.o `test -f 'ed2khash.cpp' || echo './'`ed2khash.cpp; \
then mv -f ".deps/alc-ed2khash.Tpo" ".deps/alc-ed2khash.Po"; \
else rm -f ".deps/alc-ed2khash.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alc-alcpix.o -MD -MP -MF ".deps/alc-alcpix.Tpo" \
-c -o alc-alcpix.o `test -f 'alcpix.cpp' || echo './'`alcpix.cpp; \
then mv -f ".deps/alc-alcpix.Tpo" ".deps/alc-alcpix.Po"; \
else rm -f ".deps/alc-alcpix.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alc-md4.o -MD -MP -MF ".deps/alc-md4.Tpo" \ -c -o alc-md4.o `test -f 'md4.cpp' || echo './'`md4.cpp; \
then mv -f ".deps/alc-md4.Tpo" ".deps/alc-md4.Po"; \
else rm -f ".deps/alc-md4.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -o alc alc-alc.o alc-alcframe.o alc-ed2khash.o alc-alcpix.o alc-md4.o -pthread -lwx_gtk_html-2.5 -lwx_gtk_adv-2.5 -lwx_gtk_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alcc-alcc.o -MD -MP -MF ".deps/alcc-alcc.Tpo" \
-c -o alcc-alcc.o `test -f 'alcc.cpp' || echo './'`alcc.cpp; \
then mv -f ".deps/alcc-alcc.Tpo" ".deps/alcc-alcc.Po"; \
else rm -f ".deps/alcc-alcc.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alcc-ed2khash.o -MD -MP -MF ".deps/alcc-ed2khash.Tpo" \
-c -o alcc-ed2khash.o `test -f 'ed2khash.cpp' || echo './'`ed2khash.cpp; \
then mv -f ".deps/alcc-ed2khash.Tpo" ".deps/alcc-ed2khash.Po"; \
else rm -f ".deps/alcc-ed2khash.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../../.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT alcc-md4.o -MD -MP -MF ".deps/alcc-md4.Tpo" \
-c -o alcc-md4.o `test -f 'md4.cpp' || echo './'`md4.cpp; \
then mv -f ".deps/alcc-md4.Tpo" ".deps/alcc-md4.Po"; \
else rm -f ".deps/alcc-md4.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -o alcc alcc-alcc.o alcc-ed2khash.o alcc-md4.o -pthread -lwx_base-2.5 -lwx_base_net-2.5 -lwx_base-2.5
make[6]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/aLinkCreator/src'
make[6]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils/aLinkCreator'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/aLinkCreator'make[5]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils/aLinkCreator'make[5]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/utils'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils'
make[4]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/utils'
Making all in pixmaps
make[4]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/pixmaps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/pixmaps'
Making all in webserver
make[4]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src/webserver'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src/webserver'
make[4]: Entering directory `/tmp/programs/aMule-2.0.0rc5/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amuleweb-WebServer.o -MD -MP -MF ".deps/amuleweb-WebServer.Tpo" \
-c -o amuleweb-WebServer.o `test -f 'WebServer.cpp' || echo './'`WebServer.cpp; \
then mv -f ".deps/amuleweb-WebServer.Tpo" ".deps/amuleweb-WebServer.Po"; \
else rm -f ".deps/amuleweb-WebServer.Tpo"; exit 1; \
fi
WebServer.cpp:1772:2: warning: #warning fix GetLastLogEntry()
WebServer.cpp:2070:2: warning: #warning fix GetLastLogEntry
WebServer.cpp:2079:2: warning: #warning fix GetLastLogEntry
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amuleweb-WebInterface.o -MD -MP -MF ".deps/amuleweb-WebInterface.Tpo" \
-c -o amuleweb-WebInterface.o `test -f 'WebInterface.cpp' || echo './'`WebInterface.cpp; \
then mv -f ".deps/amuleweb-WebInterface.Tpo" ".deps/amuleweb-WebInterface.Po"; \else rm -f ".deps/amuleweb-WebInterface.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amuleweb-WebSocket.o -MD -MP -MF ".deps/amuleweb-WebSocket.Tpo" \
-c -o amuleweb-WebSocket.o `test -f 'WebSocket.cpp' || echo './'`WebSocket.cpp; \
then mv -f ".deps/amuleweb-WebSocket.Tpo" ".deps/amuleweb-WebSocket.Po"; \
else rm -f ".deps/amuleweb-WebSocket.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amuleweb-MD5Sum.o -MD -MP -MF ".deps/amuleweb-MD5Sum.Tpo" \
-c -o amuleweb-MD5Sum.o `test -f 'MD5Sum.cpp' || echo './'`MD5Sum.cpp; \
then mv -f ".deps/amuleweb-MD5Sum.Tpo" ".deps/amuleweb-MD5Sum.Po"; \
else rm -f ".deps/amuleweb-MD5Sum.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amuleweb-ECSocket.o -MD -MP -MF ".deps/amuleweb-ECSocket.Tpo" \
-c -o amuleweb-ECSocket.o `test -f 'ECSocket.cpp' || echo './'`ECSocket.cpp; \then mv -f ".deps/amuleweb-ECSocket.Tpo" ".deps/amuleweb-ECSocket.Po"; \
else rm -f ".deps/amuleweb-ECSocket.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -o amuleweb amuleweb-WebServer.o amuleweb-WebInterface.o amuleweb-WebSocket.o amuleweb-MD5Sum.o amuleweb-ECSocket.o -pthread -lwx_base-2.5 -lwx_base_net-2.5 -lwx_base-2.5 -lz
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DAMULEWEBDLG -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amulewebDLG-WebServer.o -MD -MP -MF ".deps/amulewebDLG-WebServer.Tpo" \
-c -o amulewebDLG-WebServer.o `test -f 'WebServer.cpp' || echo './'`WebServer.cpp; \
then mv -f ".deps/amulewebDLG-WebServer.Tpo" ".deps/amulewebDLG-WebServer.Po"; \else rm -f ".deps/amulewebDLG-WebServer.Tpo"; exit 1; \
fi
WebServer.cpp:1772:2: warning: #warning fix GetLastLogEntry()
WebServer.cpp:2070:2: warning: #warning fix GetLastLogEntry
WebServer.cpp:2079:2: warning: #warning fix GetLastLogEntry
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DAMULEWEBDLG -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amulewebDLG-WebInterface.o -MD -MP -MF ".deps/amulewebDLG-WebInterface.Tpo" \
-c -o amulewebDLG-WebInterface.o `test -f 'WebInterface.cpp' || echo './'`WebInterface.cpp; \
then mv -f ".deps/amulewebDLG-WebInterface.Tpo" ".deps/amulewebDLG-WebInterface.Po"; \
else rm -f ".deps/amulewebDLG-WebInterface.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DAMULEWEBDLG -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amulewebDLG-WebSocket.o -MD -MP -MF ".deps/amulewebDLG-WebSocket.Tpo" \
-c -o amulewebDLG-WebSocket.o `test -f 'WebSocket.cpp' || echo './'`WebSocket.cpp; \
then mv -f ".deps/amulewebDLG-WebSocket.Tpo" ".deps/amulewebDLG-WebSocket.Po"; \else rm -f ".deps/amulewebDLG-WebSocket.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DAMULEWEBDLG -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amulewebDLG-MD5Sum.o -MD -MP -MF ".deps/amulewebDLG-MD5Sum.Tpo" \
-c -o amulewebDLG-MD5Sum.o `test -f 'MD5Sum.cpp' || echo './'`MD5Sum.cpp; \
then mv -f ".deps/amulewebDLG-MD5Sum.Tpo" ".deps/amulewebDLG-MD5Sum.Po"; \
else rm -f ".deps/amulewebDLG-MD5Sum.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DAMULEWEBDLG -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amulewebDLG-ECSocket.o -MD -MP -MF ".deps/amulewebDLG-ECSocket.Tpo" \
-c -o amulewebDLG-ECSocket.o `test -f 'ECSocket.cpp' || echo './'`ECSocket.cpp; \
then mv -f ".deps/amulewebDLG-ECSocket.Tpo" ".deps/amulewebDLG-ECSocket.Po"; \
else rm -f ".deps/amulewebDLG-ECSocket.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -o amulewebDLG amulewebDLG-WebServer.o amulewebDLG-WebInterface.o amulewebDLG-WebSocket.o amulewebDLG-MD5Sum.o amulewebDLG-ECSocket.o -pthread -lwx_gtk_html-2.5 -lwx_gtk_adv-2.5 -lwx_gtk_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5 -lz
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DAMULECMDDLG -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -MT amulecmdDLG-TextClient.o -MD -MP -MF ".deps/amulecmdDLG-TextClient.Tpo" \
-c -o amulecmdDLG-TextClient.o `test -f 'TextClient.cpp' || echo './'`TextClient.cpp; \
then mv -f ".deps/amulecmdDLG-TextClient.Tpo" ".deps/amulecmdDLG-TextClient.Po"; \
else rm -f ".deps/amulecmdDLG-TextClient.Tpo"; exit 1; \
fi
TextClient.cpp: In function `wxAppConsole* wxCreateApp()':
TextClient.cpp:62: error: cannot allocate an object of type `CamulecmdApp'
TextClient.cpp:62: error: because the following virtual functions are
abstract:
/usr/local/include/wx/app.h:100: error: virtual int wxAppConsole::OnRun()
make[4]: *** [amulecmdDLG-TextClient.o] Error 1
make[4]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/programs/aMule-2.0.0rc5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/programs/aMule-2.0.0rc5'
make: *** [all] Error 2
-
pleaso follow step by step the compilation howto.
Greetings!