On Tuesday, February 25, 2003, at 06:03 PM, Moritz Zumb�hl wrote:

hello,

/usr/include/gcc/darwin/3.1/g++-v3/backward/iostream.h:36: using declaration `
istream' introduced ambiguous type `istream'
tokenizer.cc: In member function `virtual int yyFlexLexer::yylex()':

...


(I added "using namespace std;" to /usr/include/FlexLexer.h and tokenizer.cc)

How are you including iostream? A lot of times these types of things are cleaned up by using "#include <iostream>" instead of (the deprecated) "#include <iostream.h>". Not sure if that would help in your particular case.



------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to