[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing lmule



Hello Martin!!!

Thanks for the answer!!!

Now I'm having another problem. 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 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. Is there some option I
have to pass to the configure script in order to fix it??? May it be a
problem with the makefile???

I'll be patiently waiting for an answer.

Regards

--
Henrique



Reply to: