problem compiling

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
Post Reply
rogerdv
New user
Posts: 4
Joined: 08 Aug 2011, 14:59

problem compiling

Post by rogerdv »

I got the git version and tried to comp[ile, but got a weird error. I didnt insisted on it, but a few minutes ago I updated and tried to compuile again, and got the same problem:

Code: Select all

make[3]: se ingresa al directorio «/home/roger/games/warzone2100/lib/framework»
/bin/bash ../../ylwrap resource_lexer.lpp .c resource_lexer.cpp -- :  -o lex.yy.c
make[3]: *** [resource_lexer.cpp] Error 1
make[3]: se sale del directorio «/home/roger/games/warzone2100/lib/framework»
make[2]: *** [all] Error 2
make[2]: se sale del directorio «/home/roger/games/warzone2100/lib/framework»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/roger/games/warzone2100»
make: *** [all] Error 2
Cant see any clue there to solve the problem, whats happening here?
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: problem compiling

Post by cybersphinx »

$LEX is empty, though configure should have tested for that. Make sure you actually have flex installed.
We want information... information... information.
Post Reply