Hi, On Fri, 2005-05-27 at 11:20 +0200, Antonio Bleile wrote: > Hi, > > It seemed to compile and after a while I get these errors: > > OSGScanParseSkel.lex.cpp > c:\Programmi\GnuWin32\include\FlexLexer.h(47) : fatal error C1083: > Impossibile aprire il file inclusione "iostream.h": No such file or > directory > OSGScanParseSkel.cpp > c:\Programmi\GnuWin32\include\FlexLexer.h(47) : fatal error C1083: > Impossibile aprire il file inclusione "iostream.h": No such file or > directory > OSGScanParseLexer.cpp > c:\Programmi\GnuWin32\include\FlexLexer.h(47) : fatal error C1083: > Impossibile aprire il file inclusione "iostream.h": No such file or > directory > [...] > > I installed flex version 2.5.4.1 > > Any ideas? > > How can I force flex to generate the code again, by erasing > OSGScanParseSkel.lex.cpp? >
regenerating won't help as this seems to be errors coming from the header files installed by flex. It should work if you make sure that the FlexLexer.h from VSBuild\VC7\SystemLib is found before c:\Programmi\GnuWin32\include\FlexLexer.h. regards, gerrit ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
