aMule Forum
English => aMule Help => Topic started by: Moetda on January 27, 2004, 12:16:52 AM
-
Hi
I'v folowed the Howto but at the end of the make i've got this messages ?(
Can someone helps me ;(
In file included from ./src/common/parser.y:127:
./src/common/lexer.l: Dans la fonction « 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] Erreur 1
thank's in advance
-
do you have flex installed ?
greets
-
Yes i've had this message once
I forgot to say i'm a newbie and I use Knoppix (Debian based)
I've tried make uninstall, make clean, apt-get install flex and I've the 2.5.31-16 version
Then one more time make and one more time the same error
Oh may be it need's a ldconfig ?
-
after installing a new pkg, u have to rerun the ./configure script first
-
Ok I do it again :]
-
Well I've done :
make uninstall
make clean
./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
And unfortunately I've the same result ;(
-
ok, i found smth else:
This is a well know problem i have when helping another user, to fix :
- Edit wxGTK-2.4.2/src/common/lexer.l
- Go to the end of file and remove :
#ifdef FLEX_SCANNER
if (yy_current_buffer)
yy_delete_buffer(yy_current_buffer);
#endif
Then relaunch make as usual ...
A++
-
And you know what ??
It works ! :D
I've a low id but i will found why
Thanks a lot for your quickness and effectivness 8)
-
ur welcome :)