Hi I get the follwing error during a build all, can somebidy help?
Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
bison -d -p ascend ascend.y -o ascend.c
bash -o igncr ..\tools\runlex.sh "flex" -oascend_scanner.c ascend_scanner.l
cygwin warning:
MS-DOS style path detected: ..\tools\runlex.sh
Preferred POSIX equivalent is: ../tools/runlex.sh
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
sed: 1: "s/-o/(.*/)//1/": bad flag in substitute command: ')'
thanks steve
asked 16 Sep ‘10, 08:32
penfold
1●1●1●1
accept rate: 0%
edited 16 Sep ‘10, 11:19
Gerald Combs ♦♦
3.3k●9●22●58
Can you paste in the output of “nmake -f makefile.nmake verify_tools”? It might also help to run the lex command line by had with the “-x” flag: