aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compile error  (Read 2600 times)

macsat

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Compile error
« on: August 05, 2007, 09:40:08 PM »


Hi

I followed the instructions here:
http://www.amule.org/wiki/index.php/HowTo_compile_on_Mac


It gives me these compile errors on amule snapshot from today sunday august 5th 2007 :

Code: [Select]

Scanner.cpp:527:5: warning: "YY_STACK_USED" is not defined
Scanner.cpp:1465:5: warning: "YY_ALWAYS_INTERACTIVE" is not defined
Scanner.cpp:1759:5: warning: "YY_MAIN" is not defined
./Scanner.l:205:5: warning: "YY_STACK_USED" is not defined
./Scanner.l: In function 'void LexFree()':
./Scanner.l:191: error: 'yylex_destroy' was not declared in this scope
Scanner.cpp: At global scope:
Scanner.cpp:1658: warning: 'void yy_fatal_error(const char*)' defined but not used
make[3]: *** [libmuleappcore_a-Scanner.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Does anyone know if this is a problem with the CVS at the moment, or if it is at my end the issue is ?
Logged