aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: [FIXED] CVS version compiling error  (Read 3666 times)

usarytirar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
[FIXED] CVS version compiling error
« on: March 18, 2004, 10:21:49 PM »

I don't know if I should post it here.
I've this error while compiling the CVS version (at 03-18-04):

Quote
if g++ -DHAVE_CONFIG_H -I. -I. -I..    -D__SYSTRAY_DISABLED__ -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/local/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include   -g   -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
In file included from ListenSocket.cpp:35:
PartFile.h:249: 'ArrayOfUInts16' is used as a type, but is not defined as a
   type.
ListenSocket.cpp:556:34: warning: #warning TODO: CHECK MESSAGE FILTERING!
make[2]: *** [amule-ListenSocket.o] Error 1
make[2]: Leaving directory `/home/jordi/xmule/amule/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jordi/xmule/amule/amule-cvs'
make: *** [all] Error 2

My system:

RH9, fully "up2dated"  8)
gcc: 3.2.2-5
wxWindows: 2.4.2
GTK: 1.2.10
libcryptopp: 5.1-2_rh9

Hope some help!

Thnks.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: [FIXED] CVS version compiling error
« Reply #1 on: March 18, 2004, 10:51:56 PM »

try now

greets

usarytirar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: [FIXED] CVS version compiling error
« Reply #2 on: March 18, 2004, 11:01:12 PM »

Same result  :(

Quote
PartFile.h:249: 'ArrayOfUInts16' is used as a type, but is not defined as a type.

Thnks.

PD: You are really fast! :P
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: [FIXED] CVS version compiling error
« Reply #3 on: March 18, 2004, 11:08:39 PM »

cvs up .. ;)

usarytirar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: [FIXED] CVS version compiling error
« Reply #4 on: March 18, 2004, 11:10:37 PM »

More info:

in the first error i use the following configuration switches:

./configure --disable-systray --disable-amulecmd

But if i use: ./configure --disable-systray
i've got this error:

Quote
g++  -g     -o amulecmd  amulecmd-TextClient.o amulecmd-MD5Sum.o amulecmd-ECSocket.o -pthread -lwx_base-2.4 -lcurl -L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -lz -lssl -lcrypto -lcryptopp
amulecmd-TextClient.o(.gnu.linkonce.t._ZN8ECSocketC1Ev+0x1b): In function `ECSocket::ECSocket[in-charge]()':
/usr/src/amule-cvs/src/TextClient.h:80: undefined reference to `vtable for ECSocket'

Thnks 4 help.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: [FIXED] CVS version compiling error
« Reply #5 on: March 18, 2004, 11:13:39 PM »

try to recompile with your 1st command

usarytirar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: [FIXED] CVS version compiling error
« Reply #6 on: March 18, 2004, 11:16:13 PM »

OK! Seems to go on.

I use my first switch config.

Thnks a lot.
Logged