Hi,
I'm trying to compile
aMule-2.2.1 on a
Slackware 11.0.0 (x86_64).
Here is the output of the make:
http://pastebin.com/m5c35e9ebThe output of:
# ls -l /usr/bin/wx*
ls: /usr/bin/wx*: No such file or directory
#ls -l /usr/local/bin/wx*
lrwxrwxrwx 1 root root 52 2008-07-17 10:27 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/x11univ-unicode-release-2.8
lrwxrwxrwx 1 root root 8 2008-07-17 10:27 /usr/local/bin/wxrc -> wxrc-2.8
-rwxr-xr-x 1 root root 103783 2008-07-17 10:27 /usr/local/bin/wxrc-2.8
# rpm -qa | grep wx
The wxAll was compiled with:
# ./configure --enable-plugins --enable-shared --enable-optimise --enable-unicode --with-x11 --enable-compat24
from sources
wxWidgets-2.8.8.tar.bz2I've modified src/Scanner.l to fix the lex problem (included Scanner.h.in).
Thanks,
Bogdan.