Original von Kry
I see no error there. Just warnings.
Need the lines before.
My compilation also stops at WebServer.cpp:
make[2]: Entering directory `/tmp/aMule-1.2.3/src'
source='WebServer.cpp' object='amuleweb-WebServer.o' libtool=no \
depfile='.deps/amuleweb-WebServer.Po' tmpdepfile='.deps/amuleweb-WebServer.TPo' \
depmode=gcc /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DRELEASE_GROUP_MODE -I/usr/local/include -g -c -o amuleweb-WebServer.o `test -f 'WebServer.cpp' || echo './'`WebServer.cpp
WebServer.cpp:698: warning: #warning TODO: _SetSharedFilePriority
WebServer.cpp:1944: warning: #warning FIXME file priorities
WebServer.cpp:2243: warning: #warning wxPostEvent here
WebServer.cpp:2699: warning: #warning TODO implement this
WebServer.cpp:2711: warning: #warning TODO implement this
WebServer.cpp:2785: warning: #warning cant do this
WebServer.cpp:2832: warning: #warning cant do this
WebServer.cpp:2854: warning: #warning cant do this
WebServer.cpp:3217: warning: #warning cant do this
WebServer.cpp: In function `static class wxString CWebServer::_GetTransferList(ThreadData)':
WebServer.cpp:1962: ambiguous overload for `bool ? wxString & : const char[1]'
WebServer.cpp:1962: candidates are: operator ?:(bool, wxString, wxString)
WebServer.cpp:1962: operator ?:(bool, const wxChar *, const char *)
WebServer.cpp:1962: operator ?:(bool, const wxChar *, const char *)
make[2]: *** [amuleweb-WebServer.o] Error 1
make[2]: Leaving directory `/tmp/aMule-1.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/aMule-1.2.3'
make: *** [all] Error 2