aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amule cvs 20040802  (Read 2239 times)

fctk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
amule cvs 20040802
« on: August 02, 2004, 03:01:30 PM »

hi!
i get this error when compiling that version of amule-cvs:
Code: [Select]
/usr/include/cryptopp/misc.h: In function `std::string CryptoPP::IntToString(T, unsigned int) [with T = unsigned int]':
/usr/include/cryptopp/simple.h:35:   instantiated from here
/usr/include/cryptopp/misc.h:236: warning: comparison of unsigned expression < 0 is always false
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/lib/wx/include/gtk2u-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__  -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amule-gsocket-2.5.o -MD -MP -MF ".deps/amule-gsocket-2.5.Tpo" \
  -c -o amule-gsocket-2.5.o `test -f 'gsocket-2.5.c' || echo './'`gsocket-2.5.c; \then mv -f ".deps/amule-gsocket-2.5.Tpo" ".deps/amule-gsocket-2.5.Po"; \
else rm -f ".deps/amule-gsocket-2.5.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/lib/wx/include/gtk2u-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__  -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amule-eggtrayicon.o -MD -MP -MF ".deps/amule-eggtrayicon.Tpo" \
  -c -o amule-eggtrayicon.o `test -f 'eggtrayicon.c' || echo './'`eggtrayicon.c; \
then mv -f ".deps/amule-eggtrayicon.Tpo" ".deps/amule-eggtrayicon.Po"; \
else rm -f ".deps/amule-eggtrayicon.Tpo"; exit 1; \
fi
eggtrayicon.c: In function `egg_tray_icon_class_init':
eggtrayicon.c:70: warning: unused parameter `klass'
eggtrayicon.c: In function `egg_tray_icon_manager_filter':
eggtrayicon.c:84: warning: comparison between signed and unsigned
eggtrayicon.c:77: warning: unused parameter `event'
if g++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/lib/wx/include/gtk2u-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__   -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0   -MT amule-SysTray.o -MD -MP -MF ".deps/amule-SysTray.Tpo" \
  -c -o amule-SysTray.o `test -f 'SysTray.cpp' || echo './'`SysTray.cpp; \
then mv -f ".deps/amule-SysTray.Tpo" ".deps/amule-SysTray.Po"; \
else rm -f ".deps/amule-SysTray.Tpo"; exit 1; \
fiSysTray.cpp:192:55: pasting "LL" and "L"aMule CVS"" does not give a valid preprocessing token
SysTray.cpp: In function `gboolean tray_menu(GtkWidget*, GdkEventButton*, void*)':
SysTray.cpp:192: error: `LL' undeclared (first use this function)
SysTray.cpp:192: error: (Each undeclared identifier is reported only once for each function it appears in.)
SysTray.cpp:192: error: parse error before string constant
make[4]: *** [amule-SysTray.o] Error 1
make[4]: Leaving directory `/home/fctk/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/fctk/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/fctk/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fctk/amule-cvs'
make: *** [all] Error 2
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: amule cvs 20040802
« Reply #1 on: August 02, 2004, 03:16:39 PM »

ls -l /usr/local/wx*
ls -l /usr/bin/wx*

fctk

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 32
Re: amule cvs 20040802
« Reply #2 on: August 03, 2004, 12:16:36 AM »

Code: [Select]
$ ls -l /usr/local/wx*
ls: /usr/local/wx*: No such file or directory
$ ls -l /usr/bin/wx*
lrwxr-xr-x  1 root root    18 27 lug 14:06 /usr/bin/wx-config -> wxgtk2u-2.5-config
-rwxr-xr-x  1 root root 10662 27 lug 14:06 /usr/bin/wxgtk2u-2.5-config
Logged