Page 1 of 1

Help filling tmw in windows

Posted: 01 Mar 2012, 13:03
by RONAL
Hello, sorry for my bad English but I am Colombian and I need your help
for I am trying to do a server following this guide http://wiki.themanaworld.org/index.php/ ... on_Windows tmw
but when compiling I get an error on cygwin and I lack only the map-server.exe

the error is this:

$make
lex -o src/map/magic-interpreter-lexer.c src/map/magic-interpreter-lexer.l
/bin/bash: lex: command not found
GNUmakefile:15: recipe for target "src/map/magic-interpreter-lexer.c" failed
make: *** [src/map/magic-interpreter-lexer.c] error 127

please any help would serve me a lot thanks.

Re: Help filling tmw in windows

Posted: 01 Mar 2012, 13:25
by Crush
Here is a very recent thread with the same problem and a solution:

http://forums.themanaworld.org/viewtopi ... =6&t=15629

Also: Moved to Windows Support

Re: Help filling tmw in windows

Posted: 01 Mar 2012, 14:58
by RONAL
thanks, but although the flex was not installed and install it keeps coming out the same error, could you tell me I can do? ... or could get the map-server.exe which is the only one I need.

Re: Help filling tmw in windows

Posted: 03 Mar 2012, 07:43
by djdrift2222
RONAL wrote:thanks, but although the flex was not installed and install it keeps coming out the same error, could you tell me I can do? ... or could get the map-server.exe which is the only one I need.
I was getting the same error

Try typing this in first

ln -s flex /usr/bin/lex

then rerun the make command

Thanks Frost for show this little trick to me

Re: Help filling tmw in windows

Posted: 04 Mar 2012, 18:19
by RONAL
yes, I've used that command and install the flex but I still get the error.
if I type the command again I get a notice saying that it is already installed.