Hello Everybody!!! I'm repeating a problem I'm having on installing lmule.
I'm following the steps from the INSTALL file of lmule, the same steps given in this site: http://www.todo-linux.com/modules.php?name=News&file=article&sid=1694. The only difference is that the site tells you to use --enable-optimise, what is in the INSTALL file as another option but without need at all (it just uses -O2 and -O3 compilation options). The configure script passes without errors (after installing libexpat, expat, libgtk, gtk, libgtk-devel, configuring some symbolic links to .so files from .so.1 or similar ones, putting a wx-config symbolic link in /usr/bin etc). When I type "make" to compile the source it stops at it: flex ./src/common/lexer.l bison -y ./src/common/parser.y gcc -c -I./lib/wx/include/gtk-2.4 -I./include -I./src/png -I./src/jpeg -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.) make: ** [parser.o] Erro 1 The configure I used is like this: ./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 I don't know what to do to fix this problem. I don't know if someone uses lmule but if I could not solve this problem I'll try another software like amule, xmule or azureus (bittorrent). Is there some option I have to pass to the configure script in order to fix it??? Maybe it could be a problem with the makefile??? The error is related to an undeclared function, could it be the source that has bugs (I don't think so)???? I've also tried applying a patch which was in the lmule's docs directory but the same error occurs. I'll be patiently waiting for an answer. Regards -- Henrique