This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Building Latest Trunk

0

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's gravatar image

penfold
1111
accept rate: 0%

edited 16 Sep ‘10, 11:19

Gerald%20Combs's gravatar image

Gerald Combs ♦♦
3.3k92258

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:

bash -x -o igncr ../tools/runlex.sh "flex" -oascend_scanner.c ascend_scanner.l
(16 Sep ‘10, 15:20) Gerald Combs ♦♦