aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compiling problems  (Read 3975 times)

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Compiling problems
« on: March 18, 2006, 09:33:22 PM »

I tried to compile the text-based amule components from CVS (15.03.). IMHO configure runs fine, but make comes back with error messages i  don't  understand.

configure flags
Quote
./configure --enable-amulecmd --enable-webserver --disable-monolithic  --enable-amule-daemon

configure output
Quote
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for bison... bison -y
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for zlib >= 1.1.4... yes (version 1.1.4)
checking for gdlib-config... /usr/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.11)
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
checking for libpng-config... /usr/bin/libpng-config
checking for libpng version >= 1.2.0... yes (version 1.2.5)
checking for gd.h... (cached) yes
checking whether we need the GUI... no
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.6.0... yes (version 2.6.2)
checking for wxWidgets static library... no
checking that wxWidgets has support for large files... yes
checking that wxWidgets was compiled with unicode support... yes
checking whether to use embedded Crypto... yes
checking for bfd headers... yes
checking for autopoint... yes (0.11.5)
checking for extended flex capabilities... no
configure: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recomended
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for working alloca.h... yes
checking for alloca... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for uid_t in sys/types.h... yes
checking for working volatile... yes
checking for ptrdiff_t... yes
checking whether closedir returns void... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for library containing strerror... none required
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking for stddef.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.75, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for getmntent in -lsun... no
checking for getmntent in -lseq... no
checking for getmntent in -lgen... no
checking for getmntent... yes
checking whether gcc needs -traditional... no
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking return type of signal handlers... void
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for working strtod... yes
checking for __argz_count... (cached) yes
checking for __argz_next... (cached) yes
checking for __argz_stringify... (cached) yes
checking for endpwent... yes
checking for floor... no
checking for ftruncate... yes
checking for getcwd... (cached) yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getmntent... (cached) yes
checking for getmntinfo... no
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for mempcpy... (cached) yes
checking for memset... yes
checking for munmap... (cached) yes
checking for nl_langinfo... yes
checking for select... yes
checking for setlocale... (cached) yes
checking for socket... yes
checking for sqrt... no
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for mkdir... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking if the applications should be statically linked... no
checking for CVSDATE... Wed Mar 15 07:01:59 CET 2006
checking if this is a FreeBSD 4 or earlier system... no
checking for a readline compatible library... no
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/man/Makefile
config.status: creating intl/Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/kademlia/Makefile
config.status: creating src/kademlia/utils/Makefile
config.status: creating src/kademlia/kademlia/Makefile
config.status: creating src/kademlia/routing/Makefile
config.status: creating src/kademlia/net/Makefile
config.status: creating src/pixmaps/Makefile
config.status: creating src/libs/Makefile
config.status: creating src/libs/ec/Makefile
config.status: creating src/libs/common/Makefile
config.status: creating src/utils/Makefile
config.status: creating src/utils/aLinkCreator/Makefile
config.status: creating src/utils/aLinkCreator/docs/Makefile
config.status: creating src/utils/aLinkCreator/src/Makefile
config.status: creating src/utils/cas/Makefile
config.status: creating src/utils/cas/docs/Makefile
config.status: creating src/utils/wxCas/Makefile
config.status: creating src/utils/wxCas/docs/Makefile
config.status: creating src/utils/wxCas/src/Makefile
config.status: creating src/utils/xas/Makefile
config.status: creating src/utils/xas/docs/Makefile
config.status: creating src/webserver/Makefile
config.status: creating src/webserver/src/Makefile
config.status: creating src/webserver/default/Makefile
config.status: creating src/webserver/php-default/Makefile
config.status: creating src/webserver/chicane/Makefile
config.status: creating unittests/Makefile
config.status: creating unittests/muleunit/Makefile
config.status: creating unittests/tests/Makefile
config.status: creating po/Makefile.in
config.status: creating Compilation.flags
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile


  Configure script has finished system check.

  Configured aMule CVS for 'i686-pc-linux-gnu'.

  aMule enabled options:

  **** aMule Core ****
  Prefix where aMule should be installed?                    /usr/local
  Should aMule be compiled with i18n support?                yes
  Should aMule be compiled in debug mode?                    yes
  Should aMule be compiled with profiling?                   no
  Should aMule be compiled with optimizations?               no
  Should aMule monolithic application be built?              no
  Should aMule daemon version be built?                      yes
  Should aMule remote gui be built? (EXPERIMENTAL)           no
  Crypto++ library/headers style?                            embedded

  **** aMule TextClient ****
  Should aMule Command Line Client be built?                 yes

  **** aMule WebServer ****
  Should aMule WebServer be built?                           yes

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                  yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?        no
  Should aMuleLinkCreator for console (alcc) be built?       no

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                  no
  Should aMule GUI Statistics (wxCas) be built?              no

  **** General Libraries and Tools ****
  Should ccache support be enabled?                          no
  Libraries aMule will use to build:
                                       wxWidgets             2.6.2
                                       crypto++              embedded
                                       libpng                1.2.5
                                       libgd                 2.0.11
                                       zlib                  1.1.4

The only things i found that could be critical are:
Quote
checking for wxWidgets static library... no
checking for extended flex capabilities... no
configure: Your flex version doesn't support --header-file flag. This is not critical, but an upgrade is recomended
, but I'm not very sure.

make comes with error messages (just the last lines):
Quote
/home/jh/my/amule/amule-cvs-1503/src/libs/common/StringFunctions.cpp:178: undefined reference to `operator+(wxString const&, wchar_t)'
../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.text+0xebd): In function `__static_initialization_and_destruction_0':
/home/jh/my/amule/amule-cvs-1503/src/libs/common/StringFunctions.h:79: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.gnu.linkonce.t._ZNK8wxString8ContainsERKS_+0x1c): In function `wxString::Contains(wxString const&) const':
/usr/include/wx-2.6/wx/string.h:707: undefined reference to `wxString::Find(wchar_t const*) const'
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Fehler 1
make[4]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jh/my/amule/amule-cvs-1503'
make: *** [all] Fehler 2


Whats the problem and how can I solve it?
« Last Edit: March 18, 2006, 09:34:52 PM by TheOnlyFish »
Logged

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Compiling problems
« Reply #1 on: March 19, 2006, 05:08:41 PM »

maybe a more complete output of make helps:
Code: [Select]
make[4]: Entering directory `/home/jh/my/amule/amule-cvs-1503/src/webserver/src'
g++  -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef    -lpthread -o amuleweb -L/usr/lib -Wl,-rpath,/usr/lib -lpng12 -lz -lm -L../../libs/common -L../../libs/ec amuleweb-WebServer.o amuleweb-WebInterface.o amuleweb-WebSocket.o amuleweb-ExternalConnector.o amuleweb-OtherFunctions.o amuleweb-RLE.o amuleweb-NetworkFunctions.o amuleweb-php_parser.o amuleweb-php_lexer.o amuleweb-php_syntree.o amuleweb-php_core_lib.o -lec -lmulecommon -pthread   -L/usr/X11R6/lib  -lwx_baseu_net-2.6 -lwx_baseu-2.6  -lz  -lpng12 -lz -lm  -lbfd -liberty
amuleweb-WebServer.o(.text+0x19): In function `_SpecialChars(wxString)':
/usr/include/g++/bits/stl_tree.h:215: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0x2e): In function `_SpecialChars(wxString)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.h:316: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0x43):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.h:333: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0x58): In function `_SpecialChars(wxString)':
/usr/include/g++/bits/stl_tree.h:850: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0xa52): In function `CUrlDecodeTable::DecodeString(wxString&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:174: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0xab2):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:176: more undefined references to `wxString::Replace(wchar_t const*, wchar_t const*, bool)' follow
amuleweb-WebServer.o(.text+0xc10): In function `CParsedUrl::CParsedUrl[not-in-charge](wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:195: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebServer.o(.text+0xc30):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:196: undefined reference to `wxString::BeforeFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0xc8e):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:197: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0xcea):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:200: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebServer.o(.text+0xd0c):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:201: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebServer.o(.text+0xd30):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:203: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0xdd1):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:208: undefined reference to `wxString::BeforeFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0xde6):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:209: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0xe68):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:212: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x110e): In function `CParsedUrl::CParsedUrl[in-charge](wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:195: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebServer.o(.text+0x112e):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:196: undefined reference to `wxString::BeforeFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0x118c):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:197: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0x11e8):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:200: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebServer.o(.text+0x120a):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:201: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebServer.o(.text+0x122e):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:203: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0x12cf):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:208: undefined reference to `wxString::BeforeFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0x12e4):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:209: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-WebServer.o(.text+0x1366):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:212: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x27a3): In function `CWebServerBase::ProcessImgFileReq(ThreadData)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:299: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x27b0):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:299: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x2acd): In function `CWebServerBase::Send_Discard_V2_Request(CECPacket*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:328: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0x2afa):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:328: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0x2bfe):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:332: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0x3ba7): In function `CWebServerBase::Send_AddServer_Cmd(wxString, wxString, wxString)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:440: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x3c6b):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:441: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x600a): In function `DownloadFileInfo::ItemInserted(DownloadFile*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:729: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x60b1): In function `DownloadFileInfo::ItemDeleted(DownloadFile*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:736: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x70df): In function `CAnyImage::SetHttpType(wxString)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:887: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x70ec):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:887: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x7215):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:892: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x7227):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:892: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x73bc):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:894: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x73d1):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:894: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x75db): In function `CFileImage::CFileImage[not-in-charge](wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:901: undefined reference to `wxFFile::wxFFile[in-charge](wchar_t const*, wchar_t const*)'
amuleweb-WebServer.o(.text+0x77f8):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:915: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x79c4): In function `CFileImage::CFileImage[in-charge](wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:901: undefined reference to `wxFFile::wxFFile[in-charge](wchar_t const*, wchar_t const*)'
amuleweb-WebServer.o(.text+0x7bbf):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:915: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x93f5): In function `CDynProgressImage::CDynProgressImage[not-in-charge](int, int, wxString&, DownloadFile*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1141: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x9404):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1141: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0x95a5): In function `CDynProgressImage::CDynProgressImage[in-charge](int, int, wxString&, DownloadFile*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1141: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0x95b4):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1141: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0xa93a): In function `CDynStatisticImage::CDynStatisticImage[not-in-charge](int, bool, CStatsData*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1335: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-WebServer.o(.text+0xaec8): In function `CDynStatisticImage::CDynStatisticImage[in-charge](int, bool, CStatsData*)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1335: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-WebServer.o(.text+0xc9c0): In function `CScriptWebServer::CScriptWebServer[not-in-charge](CamulewebApp*, wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1681: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xce20): In function `CScriptWebServer::CScriptWebServer[in-charge](CamulewebApp*, wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1681: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xd338): In function `CScriptWebServer::StartServer()':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1700: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xd3b4):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1705: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xd716): In function `CScriptWebServer::CheckLoggedin(ThreadData&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1781: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xd7a8):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1786: more undefined references to `wxGetTranslation(wchar_t const*)' follow
amuleweb-WebServer.o(.text+0xda42): In function `CScriptWebServer::ProcessURL(ThreadData)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1817: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0xda54):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1817: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0xdbbe):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1829: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xdd00):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1834: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xdf95):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1845: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xe00c):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1847: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xe0b4):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1850: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xe16b):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1858: more undefined references to `wxGetTranslation(wchar_t const*)' follow
amuleweb-WebServer.o(.text+0xe207): In function `CScriptWebServer::ProcessURL(ThreadData)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1863: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebServer.o(.text+0xe219):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1863: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebServer.o(.text+0xe2d3):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1865: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebServer.o(.text+0xe2e2):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1865: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-WebServer.o(.text+0xe4d0):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1869: undefined reference to `wxString::Find(wchar_t const*) const'
amuleweb-WebServer.o(.text+0xe578):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.cpp:1871: undefined reference to `wxString::Find(wchar_t const*) const'
amuleweb-WebServer.o(.text+0xea3d): In function `__static_initialization_and_destruction_0':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/../../../src/libs/common/StringFunctions.h:79: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN8wxStringaSEPKw+0x10): In function `wxString::operator=(wchar_t const*)':
/usr/include/g++/bits/list.tcc:73: undefined reference to `wxStringBase::operator=(wchar_t const*)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZeqRK8wxStringPKw+0x10): In function `operator==(wxString const&, wchar_t const*)':
/usr/include/g++/bits/list.tcc:73: undefined reference to `wxString::Cmp(wchar_t const*) const'
amuleweb-WebServer.o(.gnu.linkonce.t._Z12unicode2charPKw+0x17): In function `unicode2char(wchar_t const*)':
/usr/include/g++/bits/stl_uninitialized.h:87: undefined reference to `wxMBConv::cWX2MB(wchar_t const*) const'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN9EC_IPv4_t8StringIPEb+0x68): In function `EC_IPv4_t::StringIP(bool)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/../../MD4Hash.h:196: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN7CFormatrmEi+0x41): In function `CFormat::operator%(int)':
/usr/include/g++/bits/stl_list.h:417: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN12wxStringBaseC2EPKw+0x15): In function `wxStringBase::wxStringBase[not-in-charge](wchar_t const*)':
/usr/include/g++/bits/stl_uninitialized.h:191: undefined reference to `wxStringBase::InitWith(wchar_t const*, unsigned, unsigned)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN8wxStringC1EPKwR8wxMBConvj+0x1b): In function `wxString::wxString[in-charge](wchar_t const*, wxMBConv&, unsigned)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebServer.h:223: undefined reference to `wxStrlen(wchar_t const*)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN12wxStringBaseC2EPKwj+0x12): In function `wxStringBase::wxStringBase[not-in-charge](wchar_t const*, unsigned)':
/usr/include/g++/bits/stl_tree.h:982: undefined reference to `wxStringBase::InitWith(wchar_t const*, unsigned, unsigned)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN12wxStringBasepLEw+0x12): In function `wxStringBase::operator+=(wchar_t)':
/usr/include/g++/bits/stl_tree.h:982: undefined reference to `wxStringBase::append(unsigned, wchar_t)'
amuleweb-WebServer.o(.gnu.linkonce.t._ZN12wxStringBase10ConcatSelfEjPKw+0x13): In function `wxStringBase::ConcatSelf(unsigned, wchar_t const*)':
/usr/include/g++/bits/stl_alloc.h:232: undefined reference to `wxStringBase::ConcatSelf(unsigned, wchar_t const*, unsigned)'
amuleweb-WebInterface.o(.text+0x1ff): In function `CamulewebApp::CheckDirForTemplate(wxString&, wxString const&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:75: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x20c):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:75: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x367):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:79: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x374):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:79: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x4d6):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:85: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x4e5):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:85: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x750): In function `CamulewebApp::GetTemplateDir(wxString const&, wxString&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:106: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x75f):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:106: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x7f6):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:147: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x98a):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:161: undefined reference to `wxString::BeforeLast(wchar_t) const'
amuleweb-WebInterface.o(.text+0xb8b):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:176: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0xb9a):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:176: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0xcd5): In function `CamulewebApp::OnInitCmdLine(wxCmdLineParser&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:183: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebInterface.o(.text+0xdc2):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:187: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebInterface.o(.text+0xead):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:191: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebInterface.o(.text+0x1079):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:199: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebInterface.o(.text+0x1166):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:203: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-WebInterface.o(.text+0x1251):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:207: more undefined references to `wxGetTranslation(wchar_t const*)' follow
amuleweb-WebInterface.o(.text+0x1f5c): In function `CamulewebApp::OnCmdLineParsed(wxCmdLineParser&)':
/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:282: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x1f6e):/home/jh/my/amule/amule-cvs-1503/src/webserver/src/WebInterface.cpp:282: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x2664): In function `CamulewebApp::GetGreetingTitle()':

[much more undefined references to wx*]

../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.gnu.linkonce.t._ZNK8wxString8ContainsERKS_+0x1c): In function `wxString::Contains(wxString const&) const':
/usr/include/wx-2.6/wx/string.h:707: undefined reference to `wxString::Find(wchar_t const*) const'
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Fehler 1
make[4]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jh/my/amule/amule-cvs-1503'
make: *** [all] Fehler 2
« Last Edit: March 19, 2006, 05:10:30 PM by TheOnlyFish »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Compiling problems
« Reply #2 on: March 19, 2006, 05:24:20 PM »

is this a clean tarball?

or did you mess up your wxLibs somehow?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Compiling problems
« Reply #3 on: March 19, 2006, 06:26:12 PM »

Quote
is this a clean tarball?
Clean in which way? The tarball comes from sourceforge and the files are unchanged.

wxGTK was compiled with help from the forum (described here).
« Last Edit: March 19, 2006, 06:26:50 PM by TheOnlyFish »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Compiling problems
« Reply #4 on: March 19, 2006, 07:17:32 PM »

when you forgot a "make clean" for example
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Compiling problems
« Reply #5 on: March 19, 2006, 08:12:54 PM »

I made a "make clean".  Now the compiling error changes:
Code: [Select]
make[4]: Entering directory `/home/jh/my/amule/amule-cvs-1503/src/webserver/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -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: In member function `long int CWebServerBase::GetWSPrefs()':
WebServer.cpp:268: warning: argument of negative value `-1' to `long long
   unsigned int'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -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../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -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../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -MT amuleweb-ExternalConnector.o -MD -MP -MF ".deps/amuleweb-ExternalConnector.Tpo" -c -o amuleweb-ExternalConnector.o `test -f '../../../src/ExternalConnector.cpp' || echo './'`../../../src/ExternalConnector.cpp; \
then mv -f ".deps/amuleweb-ExternalConnector.Tpo" ".deps/amuleweb-ExternalConnector.Po"; else rm -f ".deps/amuleweb-ExternalConnector.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -MT amuleweb-OtherFunctions.o -MD -MP -MF ".deps/amuleweb-OtherFunctions.Tpo" -c -o amuleweb-OtherFunctions.o `test -f '../../../src/OtherFunctions.cpp' || echo './'`../../../src/OtherFunctions.cpp; \
then mv -f ".deps/amuleweb-OtherFunctions.Tpo" ".deps/amuleweb-OtherFunctions.Po"; else rm -f ".deps/amuleweb-OtherFunctions.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -MT amuleweb-RLE.o -MD -MP -MF ".deps/amuleweb-RLE.Tpo" -c -o amuleweb-RLE.o `test -f '../../../src/RLE.cpp' || echo './'`../../../src/RLE.cpp; \
then mv -f ".deps/amuleweb-RLE.Tpo" ".deps/amuleweb-RLE.Po"; else rm -f ".deps/amuleweb-RLE.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -MT amuleweb-NetworkFunctions.o -MD -MP -MF ".deps/amuleweb-NetworkFunctions.Tpo" -c -o amuleweb-NetworkFunctions.o `test -f '../../../src/NetworkFunctions.cpp' || echo './'`../../../src/NetworkFunctions.cpp; \
then mv -f ".deps/amuleweb-NetworkFunctions.Tpo" ".deps/amuleweb-NetworkFunctions.Po"; else rm -f ".deps/amuleweb-NetworkFunctions.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1  -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -W -Wall -Wshadow -Wundef   -MT amuleweb-php_parser.o -MD -MP -MF ".deps/amuleweb-php_parser.Tpo" -c -o amuleweb-php_parser.o `test -f 'php_parser.c' || echo './'`php_parser.c; \
then mv -f ".deps/amuleweb-php_parser.Tpo" ".deps/amuleweb-php_parser.Po"; else rm -f ".deps/amuleweb-php_parser.Tpo"; exit 1; fi
php_parser.c:1562:6: warning: "YYLTYPE_IS_TRIVIAL" is not defined
if gcc -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1  -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -W -Wall -Wshadow -Wundef   -MT amuleweb-php_lexer.o -MD -MP -MF ".deps/amuleweb-php_lexer.Tpo" -c -o amuleweb-php_lexer.o `test -f 'php_lexer.c' || echo './'`php_lexer.c; \
then mv -f ".deps/amuleweb-php_lexer.Tpo" ".deps/amuleweb-php_lexer.Po"; else rm -f ".deps/amuleweb-php_lexer.Tpo"; exit 1; fi
php_lexer.c:641: warning: prototype for `yywrap' follows
php_lexer.l:41: warning: non-prototype definition here
php_lexer.c: In function `yylex':
php_lexer.c:851: warning: label `find_rule' defined but not used
php_lexer.l:221: warning: statement with no effect
php_lexer.c:1890:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined
php_lexer.c:1893:5: warning: "YY_NEVER_INTERACTIVE" is not defined
php_lexer.c:2184:5: warning: "YY_MAIN" is not defined
php_lexer.l: At top level:
php_lexer.c:1650: warning: `yyunput' defined but not used
php_lexer.c:2033: warning: `yy_push_state' defined but not used
php_lexer.c:2062: warning: `yy_pop_state' defined but not used
php_lexer.c:2073: warning: `yy_top_state' defined but not used
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -MT amuleweb-php_syntree.o -MD -MP -MF ".deps/amuleweb-php_syntree.Tpo" -c -o amuleweb-php_syntree.o `test -f 'php_syntree.cpp' || echo './'`php_syntree.cpp; \
then mv -f ".deps/amuleweb-php_syntree.Tpo" ".deps/amuleweb-php_syntree.Po"; else rm -f ".deps/amuleweb-php_syntree.Tpo"; exit 1; fi
php_syntree.cpp: In function `void func_scope_init(PHP_FUNC_PARAM_DEF*, int,
   PHP_SCOPE_TABLE_TYPE*, PHP_VALUE_NODE*, std::map   std::less, std::allocator   PHP_VAR_NODE*> > >&)':
php_syntree.cpp:407: warning: unused parameter `PHP_SCOPE_TABLE_TYPE*scope_map'
php_syntree.cpp: In function `void func_scope_copy_back(PHP_FUNC_PARAM_DEF*,
   int, PHP_SCOPE_TABLE_TYPE*, PHP_VALUE_NODE*, std::map   PHP_VAR_NODE*, std::less, std::allocator   std::string, PHP_VAR_NODE*> > >&)':
php_syntree.cpp:476: warning: unused parameter `PHP_SCOPE_TABLE_TYPE*scope_map'
if g++ -DHAVE_CONFIG_H -I. -I. -I../../..    -I../.. -I../../../src -I../../../src/libs -I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1   -DwxUSE_GUI=0 -I/usr/include/libpng12 -DPNG_THREAD_UNSAFE_OK -DPNG_USE_PNGGCCRD -DWITH_LIBPNG -DHAVE_BFD -DEC_REMOTE -DWEBSERVERDIR="\"/usr/local/share/amule/webserver\"" -DECSOCKET_USE_EVENTS=0 -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -MT amuleweb-php_core_lib.o -MD -MP -MF ".deps/amuleweb-php_core_lib.Tpo" -c -o amuleweb-php_core_lib.o `test -f 'php_core_lib.cpp' || echo './'`php_core_lib.cpp; \
then mv -f ".deps/amuleweb-php_core_lib.Tpo" ".deps/amuleweb-php_core_lib.Po"; else rm -f ".deps/amuleweb-php_core_lib.Tpo"; exit 1; fi
g++  -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef    -lpthread -o amuleweb -L/usr/lib -Wl,-rpath,/usr/lib -lpng12 -lz -lm -L../../libs/common -L../../libs/ec amuleweb-WebServer.o amuleweb-WebInterface.o amuleweb-WebSocket.o amuleweb-ExternalConnector.o amuleweb-OtherFunctions.o amuleweb-RLE.o amuleweb-NetworkFunctions.o amuleweb-php_parser.o amuleweb-php_lexer.o amuleweb-php_syntree.o amuleweb-php_core_lib.o -lec -lmulecommon -pthread   -L/usr/X11R6/lib  -lwx_baseu_net-2.6 -lwx_baseu-2.6  -lz  -lpng12 -lz -lm  -lbfd -liberty
amuleweb-WebServer.o(.text+0x19): In function `_SpecialChars(wxString)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0x2e): In function `_SpecialChars(wxString)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0x43): In function `_SpecialChars(wxString)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0x58): In function `_SpecialChars(wxString)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0xa52): In function `CUrlDecodeTable::DecodeString(wxString&)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
amuleweb-WebServer.o(.text+0xab2): more undefined references to `wxString::Replace(wchar_t const*, wchar_t const*, bool)' follow
amuleweb-WebServer.o(.text+0xc10): In function `CParsedUrl::CParsedUrl[not-in-charge](wxString const&)':
: undefined reference to `wxString::Find(wchar_t, bool) const'

[more error messages of this kind]

amuleweb-WebInterface.o(.text+0x1ff): In function `CamulewebApp::CheckDirForTemplate(wxString&, wxString const&)':
: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x20c): In function `CamulewebApp::CheckDirForTemplate(wxString&, wxString const&)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-WebInterface.o(.text+0x367): In function `CamulewebApp::CheckDirForTemplate(wxString&, wxString const&)':
: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebInterface.o(.text+0x374): In function `CamulewebApp::CheckDirForTemplate(wxString&, wxString const&)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'

[more error messages of this kind]

amuleweb-WebInterface.o(.text+0x310d): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
amuleweb-WebInterface.o(.gnu.linkonce.r._ZTV12CamulewebApp+0x68): undefined reference to `wxAppConsole::Initialize(int&, wchar_t**)'
amuleweb-WebSocket.o(.text+0x33b): In function `CWSThread::Entry()':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-WebSocket.o(.text+0x3ea): In function `CWSThread::Entry()':
: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebSocket.o(.text+0x44a): In function `CWSThread::Entry()':
: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebSocket.o(.text+0x1577): In function `CWebSocket::OnRequestReceived(char*, char*, unsigned)':
: undefined reference to `operator+(wchar_t const*, wxString const&)'
amuleweb-WebSocket.o(.text+0x1738): In function `CWebSocket::OnRequestReceived(char*, char*, unsigned)':
: undefined reference to `wxString::Find(wchar_t, bool) const'
amuleweb-WebSocket.o(.text+0x1d03): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
amuleweb-ExternalConnector.o(.text+0x3d4): In function `CCommandTree::FindCommandId(wxString const&, wxString&, wxString&) const':
: undefined reference to `wxString::BeforeFirst(wchar_t) const'
amuleweb-ExternalConnector.o(.text+0x4e7): In function `CCommandTree::FindCommandId(wxString const&, wxString&, wxString&) const':
: undefined reference to `wxString::AfterFirst(wchar_t) const'
amuleweb-ExternalConnector.o(.text+0x6bb): In function `CCommandTree::FindCommandId(wxString const&, wxString&, wxString&) const':
: undefined reference to `operator+(wchar_t, wxString const&)'
amuleweb-ExternalConnector.o(.text+0x6ca): In function `CCommandTree::FindCommandId(wxString const&, wxString&, wxString&) const':
: undefined reference to `operator+(wxString const&, wchar_t)'
amuleweb-ExternalConnector.o(.text+0x7f6): In function `CCommandTree::GetFullCommand() const':
: undefined reference to `operator+(wxString const&, wchar_t const*)'

[more error messages of this kind]

amuleweb-OtherFunctions.o(.text+0x56): In function `GetMuleVersion()':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-OtherFunctions.o(.text+0xac): In function `GetMuleVersion()':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-OtherFunctions.o(.text+0x15e): In function `GetFullMuleVersion()':
: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-OtherFunctions.o(.text+0x240): In function `CastItoXBytes(unsigned long long)':
: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-OtherFunctions.o(.text+0x26d): In function `CastItoXBytes(unsigned long long)':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-OtherFunctions.o(.text+0x27c): In function `CastItoXBytes(unsigned long long)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'


[more error messages of this kind]

amuleweb-php_syntree.o(.text+0x4959): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
amuleweb-php_core_lib.o(.text+0xec1): In function `php_native_add_server_cmd(PHP_VALUE_NODE*)':
: undefined reference to `wxGetTranslation(wchar_t const*)'
amuleweb-php_core_lib.o(.text+0xecd): In function `php_native_add_server_cmd(PHP_VALUE_NODE*)':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
amuleweb-php_core_lib.o(.text+0x487e): In function `amule_download_file_prop_get(void*, char*, PHP_VALUE_NODE*)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-php_core_lib.o(.text+0x5102): In function `amule_upload_file_prop_get(void*, char*, PHP_VALUE_NODE*)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-php_core_lib.o(.text+0x5789): In function `amule_shared_file_prop_get(void*, char*, PHP_VALUE_NODE*)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-php_core_lib.o(.text+0x5cf5): In function `amule_search_file_prop_get(void*, char*, PHP_VALUE_NODE*)':
: undefined reference to `operator+(wxString const&, wchar_t const*)'
amuleweb-php_core_lib.o(.text+0x6f25): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
amuleweb-php_core_lib.o(.gnu.linkonce.t._Z12unicode2UTF8PKw+0x18): In function `unicode2UTF8(wchar_t const*)':
: undefined reference to `wxMBConv::cWX2MB(wchar_t const*) const'
../../libs/ec/libec.a(libec_a-ECPacket.o)(.text+0x1b4d): In function `CECTag::CECTag[not-in-charge](unsigned short, double)':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
../../libs/ec/libec.a(libec_a-ECPacket.o)(.text+0x1b8c): In function `CECTag::CECTag[not-in-charge](unsigned short, double)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
../../libs/ec/libec.a(libec_a-ECPacket.o)(.text+0x1d85): In function `CECTag::CECTag[in-charge](unsigned short, double)':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
../../libs/ec/libec.a(libec_a-ECPacket.o)(.text+0x1dc4): In function `CECTag::CECTag[in-charge](unsigned short, double)':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
../../libs/ec/libec.a(libec_a-ECPacket.o)(.text+0x2a07): In function `CECTag::GetDoubleData() const':
: undefined reference to `wxString::Replace(wchar_t const*, wchar_t const*, bool)'
../../libs/ec/libec.a(libec_a-ECPacket.o)(.text+0x2be9): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
../../libs/ec/libec.a(libec_a-ECSocket.o)(.text+0x10bb): In function `CECSocket::GetErrorMsg(wxSocketError)':
: undefined reference to `wxString::Format(wchar_t const*, ...)'
../../libs/ec/libec.a(libec_a-ECSocket.o)(.text+0x2301): In function `CECSocket::ReadPacket()':
: undefined reference to `wxGetTranslation(wchar_t const*)'
../../libs/ec/libec.a(libec_a-ECSocket.o)(.text+0x24ab): In function `CECSocket::ReadPacket()':
: undefined reference to `wxGetTranslation(wchar_t const*)'

[more error messages of this kind]

../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.text+0xebd): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxCSConv::wxCSConv[in-charge](wchar_t const*)'
../../libs/common/libmulecommon.a(libmulecommon_a-StringFunctions.o)(.gnu.linkonce.t._ZNK8wxString8ContainsERKS_+0x1c): In function `wxString::Contains(wxString const&) const':
: undefined reference to `wxString::Find(wchar_t const*) const'
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Fehler 1
make[4]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver/src'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src/webserver'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/jh/my/amule/amule-cvs-1503/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/jh/my/amule/amule-cvs-1503'
make: *** [all] Fehler 2
Logged

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Compiling problems
« Reply #6 on: March 20, 2006, 03:10:40 PM »

I think I made it. In uninstalled wxWidgets, does a "make clean" in the wxGTK dir and built a new wxGTK. A new compiler run of amule comes without errors. Great!

Little problem:
starting amuled is not possible.
Code: [Select]
This binary requires you to use the flag –only-chuck-norris-would-stop-me and only if you’re very sure of it.
segmentation fault
Starting amuled with this flag helps. Maybe its a problem with different flags (esp. --enable-debug and --enalble-optimize) at compiling wxWidgets and amule?

amule built has both disabled,  wxGTK has disabled optimize, but I have to check the default flag for debug there.
Logged

Gerd78

  • Hero Member
  • *****
  • Karma: 9
  • Offline Offline
  • Posts: 681
Re: Compiling problems
« Reply #7 on: March 20, 2006, 04:24:10 PM »

There are two independent problems here:

1. You have to use the "--only-chuck-norris-would-stop-me" option, otherwise it won't start. This is OK and even intentional. See here:

http://forum.amule.org/thread.php?threadid=8893

2. It segfaults (i.e., crashes) after displaying this message which is probably not intended.

Is there any special reason why you need the CVS version? Using it is not recommended at the moment...
Logged

TheOnlyFish

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 33
Re: Compiling problems
« Reply #8 on: March 21, 2006, 09:33:19 PM »

Rhe reason was the " Kad loses connection" bug in amuled 2.1.0.  But really, I had several amuled crashes and now amuled 2.1.1 is running.
Logged