aMule Forum

English => Compilation problems => Topic started by: Gerd78 on November 18, 2006, 07:30:17 PM

Title: Build problem with THIS_DEBUG_IS_JUST_FOR_KRY_DONT_TOUCH_IT_KTHX
Post by: Gerd78 on November 18, 2006, 07:30:17 PM
aMule SVN 20061118, GCC 4.1.3pre, wxGTK 2.8.0rc1:
Code: [Select]
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/lib/wx/include/gtk2-unicode-release-static-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DwxUSE_GUI=0  -I./libs -Ilibs -DAMULE_DAEMON  -O2 -g -m32 -march=i586 -mtune=i686 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef   -DUSE_WX_EXTENSIONS -MT amuled-KademliaUDPListener.o -MD -MP -MF ".deps/amuled-KademliaUDPListener.Tpo" -c -o amuled-KademliaUDPListener.o `test -f 'kademlia/net/KademliaUDPListener.cpp' || echo './'`kademlia/net/KademliaUDPListener.cpp; \
        then mv -f ".deps/amuled-KademliaUDPListener.Tpo" ".deps/amuled-KademliaUDPListener.Po"; else rm -f ".deps/amuled-KademliaUDPListener.Tpo"; exit 1; fi
In file included from kademlia/net/../../MemFile.h:29,
                 from kademlia/net/KademliaUDPListener.cpp:52:
kademlia/net/../../SafeFile.h:201:2: warning: #warning DOCS
kademlia/net/KademliaUDPListener.cpp: In member function ‘void Kademlia::CKademliaUDPListener::DebugClientOutput(const wxString&, uint32, uint32, const byte*, int)’:
kademlia/net/KademliaUDPListener.cpp:1197: error: ‘class CUpDownClient’ has no member named ‘SetConnectionReason’
make[3]: *** [amuled-KademliaUDPListener.o] Fehler 1
It does not build with this defined to 1 (which is currently the default).
Title: Re: Build problem with THIS_DEBUG_IS_JUST_FOR_KRY_DONT_TOUCH_IT_KTHX
Post by: Kry on November 19, 2006, 06:52:50 AM
yeah, no wonder. Fixed.