Hello,
My amule takes 90% of my cpu so I decided to compile it by hands... I'm running Debian/unstable and got this message when compiling wxGTK2.4.2 :
gcc -c -I./lib/wx/include/gtk-2.4 -I./include -I./src/tiff -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -MMD -pthread -Wall -I. -fPIC -o parser.o parser.c
In file included from ./src/common/parser.y:127:
./src/common/lexer.l: In function `wxExprCleanUp':
./src/common/lexer.l:190: error: `PROIO_yy_current_buffer' undeclared (first use in this function)
./src/common/lexer.l:190: error: (Each undeclared identifier is reported only once
./src/common/lexer.l:190: error: for each function it appears in.)
y.tab.c: In function `PROIO_yyparse':
y.tab.c:306: warning: suggest parentheses around assignment used as truth value
y.tab.c:354: warning: label `PROIO_yyerrlab' defined but not used
y.tab.c:349: warning: label `PROIO_yynewerror' defined but not used
y.tab.c: At top level:
parser.c:2: warning: `PROIO_yysccsid' defined but not used
make: *** [parser.o] Error 1
This command was used :
Soltek:/home/thoseg/wxGTK-2.4.2# ./configure --prefix=/usr --disable-gtk2 --enable-timedate --enable-gui --enable-protocol --enable-http --enable-ftp --enable-resources --enable-prologio --disable-debug --enable-final --enable-timer --with-gtk --disable-profile && make
I don't understand the message. Can you help me please ? I post the result of get-info.sh :
I. Development Environment
A. Compiler Info
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.3/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.3 20031206 (prerelease) (Debian)
B. wxWindows Info
Version: 2.4.2
-pthread -lwx_gtk-2.4
C. GTK Info
GTK 1: 1.2.10
GTK 2: 2.2.4
II. System Environment
A. CPU Info
Type: GenuineIntel
Model: Intel(R) Pentium(R) 4 CPU 2.60GHz
Speed: 2593.560
BMips: 5177.34
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
B. Memory Info
Total: 513980 kB
Unused: 279984 kB
C. Kernel Info
Version: 2.4.23
D. Library Info
wxWindows library: libwx_gtkd_gl-2.4.so (libc6) => /usr/lib/libwx_gtkd_gl-2.4.so libwx_gtkd-2.4.so (libc6) => /usr/lib/libwx_gtkd-2.4.so libwx_gtk_xrc-2.4.so (libc6) => /usr/lib/libwx_gtk_xrc-2.4.so libwx_gtk_stc-2.4.so (libc6) => /usr/lib/libwx_gtk_stc-2.4.so libwx_gtk_plot-2.4.so (libc6) => /usr/lib/libwx_gtk_plot-2.4.so libwx_gtk_ogl-2.4.so (libc6) => /usr/lib/libwx_gtk_ogl-2.4.so libwx_gtk_net-2.4.so (libc6) => /usr/lib/libwx_gtk_net-2.4.so libwx_gtk_gl-2.4.so (libc6) => /usr/lib/libwx_gtk_gl-2.4.so libwx_gtk_gizmos-2.4.so (libc6) => /usr/lib/libwx_gtk_gizmos-2.4.so libwx_gtk_fl-2.4.so (libc6) => /usr/lib/libwx_gtk_fl-2.4.so libwx_gtk_dcsvg-2.4.so (libc6) => /usr/lib/libwx_gtk_dcsvg-2.4.so libwx_gtk_canvas-2.4.so (libc6) => /usr/lib/libwx_gtk_canvas-2.4.so libwx_gtk-2.4.so (libc6) => /usr/lib/libwx_gtk-2.4.so libwx_based-2.4.so (libc6) => /usr/lib/libwx_based-2.4.so libwx_base-2.4.so (libc6) => /usr/lib/libwx_base-2.4.so
Thanks a lot for all your work !
