aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: latest cvs (2004.11.12) doesn't compile  (Read 1968 times)

fctk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
latest cvs (2004.11.12) doesn't compile
« on: November 12, 2004, 03:00:54 PM »

Code: [Select]
make[3]: Entering directory `/home/fctk/amule-related/amule-cvs/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I..      -I/usr/lib/wx/include/gtk2-unicode-release-2.5 -I/usr/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES   -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -D__GTK2__   -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amule-ListenSocket.o -MD -MP -MF ".deps/amule-ListenSocket.Tpo" \
  -c -o amule-ListenSocket.o `test -f 'ListenSocket.cpp' || echo './'`ListenSocket.cpp; \
then mv -f ".deps/amule-ListenSocket.Tpo" ".deps/amule-ListenSocket.Po"; \
else rm -f ".deps/amule-ListenSocket.Tpo"; exit 1; \
fi
ListenSocket.cpp:111:18: warning: #warning check closing method to change order and get rid of this
ListenSocket.cpp:819:50: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:825:42: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:878:34: warning: #warning TODO: CHECK MESSAGE FILTERING!
ListenSocket.cpp:884:58: warning: #warning Check if any chat open
ListenSocket.cpp:886:58: warning: #warning Apply message filtering here
ListenSocket.cpp: In member function `bool CClientReqSocket::ProcessPacket(const char*, unsigned int, unsigned char)':
ListenSocket.cpp:889: error: 'class CUpDownClient' has no member named 'm_bMsgFiltered'
ListenSocket.cpp:892: error: 'class CUpDownClient' has no member named 'm_bMsgFiltered'
ListenSocket.cpp:1173:42: warning: #warning We need a new ProcessSharedFileList that can handle dirs. ___UNICODE___
make[3]: *** [amule-ListenSocket.o] Error 1
make[3]: Leaving directory `/home/fctk/amule-related/amule-cvs/src'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/fctk/amule-related/amule-cvs/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/fctk/amule-related/amule-cvs/src'
make: *** [install-recursive] Error 1
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: latest cvs (2004.11.12) doesn't compile
« Reply #1 on: November 12, 2004, 03:06:20 PM »

we know ;)
fixed tomorrow
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."

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: latest cvs (2004.11.12) doesn't compile
« Reply #2 on: November 12, 2004, 03:40:11 PM »

just add "bool m_bMsgFiltered" into src/updownclient.h to fix it.
Kry's fault! ;P
Logged