aMule Forum
English => en_Bugs => Topic started by: usarytirar 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):
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.
-
try now
greets
-
Same result :(
PartFile.h:249: 'ArrayOfUInts16' is used as a type, but is not defined as a type.
Thnks.
PD: You are really fast! :P
-
cvs up .. ;)
-
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:
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.
-
try to recompile with your 1st command
-
OK! Seems to go on.
I use my first switch config.
Thnks a lot.