Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4336072
By: dedushka_shubin

GnuWin32 Flex output with -+ option does not compile
in MSVC 7
The first reason is MSVC has no iostream.h but iostream
Changing this in FlexLexer.h does not help, because
istream type is defined in flex output as 
class istream;
but in MSVC it is
typedef basic_istream<char, char_traits<char> > istream;

which causes compilation error 

'use of undefined type istream'

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to