Help filling tmw in windows

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
RONAL
Peon
Peon
Posts: 4
Joined: 10 Nov 2009, 17:02

Help filling tmw in windows

Post 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.
User avatar
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Re: Help filling tmw in windows

Post 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
  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
RONAL
Peon
Peon
Posts: 4
Joined: 10 Nov 2009, 17:02

Re: Help filling tmw in windows

Post 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.
djdrift2222
Newly Registered User
Posts: 10
Joined: 29 Feb 2012, 13:26

Re: Help filling tmw in windows

Post 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
RONAL
Peon
Peon
Posts: 4
Joined: 10 Nov 2009, 17:02

Re: Help filling tmw in windows

Post 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.
Post Reply