bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FlexLexer.h file not found


From: Milton KBenjamin
Subject: FlexLexer.h file not found
Date: Tue, 17 Jun 2014 12:25:16 -0400

>From Milton K Benjamin
address@hidden
1-8563547692
Best
.bat file
-------------------------------------------------------------------------
echo on
set srch=C:\Milt_C\Monnit\flexBison
set base=%srch%\win_
REM ------------------------------------------------------------------
%base%bison --version > cfg.out 2>&1
%base%bison --report=all --report-file=cfg.output -LC++ --verbose -d cfg.y >> 
cfg.out 2>&1
REM ------------------------------------------------------------------
%base%flex --version >> cfg.out 2>&1
%base%flex -c++ cfg.l  >> cfg.out 2>&1
sREM ------------------------------------------------------------------
g++ --version  >> cfg.out 2>&1
g++ --sysroot=%srch% -B %srch% cfg.tab.cc lex.yy.cc  -o cfg.exe >> cfg.out 2>&1

----------------------------------------------------------------------------------------------------
Error Message: cfg.out file
-----------------------------------------------------------------------------------
bison (GNU Bison) 2.7
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
win_flex 2.5.37
g++ (GCC) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
lex.yy.cc:313:23: fatal error: FlexLexer.h: No such file or directory
compilation terminated.
----------------------------------------------------------------------------------------------------------------------
Echo to Command Window
--------------------------------------------------------------------------------------------------
\Milt_C\Monnit>cgfcc
\Milt_C\Monnit>echo on
\Milt_C\Monnit>set srch=C:\Milt_C\Monnit\flexBison
\Milt_C\Monnit>set base=C:\Milt_C\Monnit\flexBison\win_
\Milt_C\Monnit>REM ---------------------------------------
-------------------------
\Milt_C\Monnit>C:\Milt_C\Monnit\flexBison\win_bison --vers
n  1>cfg.out 2>&1
\Milt_C\Monnit>C:\Milt_C\Monnit\flexBison\win_bison --repo
=all --report-file=cfg.output -LC++ --verbose -d cfg.y  1>
fg.out 2>&1
\Milt_C\Monnit>REM g++ -E -c cfg.tab.cc >> cfg.E
\Milt_C\Monnit>REM ---------------------------------------
-------------------------
\Milt_C\Monnit>C:\Milt_C\Monnit\flexBison\win_flex --versi
  1>>cfg.out 2>&1
\Milt_C\Monnit>C:\Milt_C\Monnit\flexBison\win_flex -c++ cf
l   1>>cfg.out 2>&1
\Milt_C\Monnit>REM g++ --sysroot=C:\Milt_C\Monnit\flexBiso
-B C:\Milt_C\Monnit\flexBison -E -c lex.yy.cc > lex.E
\Milt_C\Monnit>REM ---------------------------------------
-------------------------
\Milt_C\Monnit>g++ --version   1>>cfg.out 2>&1
\Milt_C\Monnit>g++ --sysroot=C:\Milt_C\Monnit\flexBison -B
:\Milt_C\Monnit\flexBison cfg.tab.cc lex.yy.cc  -o cfg.exe
1>>cfg.out 2>&1
\Milt_C\Monnit>REM ---------------------------------------
-------------------------
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Attachment: cfg.tab.cc
Description: Text document

Attachment: cfg.y
Description: Binary data

Attachment: cfg.h
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]