Hi Gerrit,
> -----Messaggio originale----- > Da: [EMAIL PROTECTED] [mailto:opensg-users- > [EMAIL PROTECTED] Per conto di Gerrit Voss > Inviato: venerdì 27 maggio 2005 11.31 > A: OpenSG Users > Oggetto: Re: R: R: R: [Opensg-users] AMD Athlon 64 processor && windows > > > 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. Yepp, that worked out. I had two minor link probs when generating the SystemLib. I had to change zlib.lib to libz.lib and tif32.lib to libtiff.lib. I downloaded all the gnu libs from gnuwin32.sourceforge.net as you suggest in your README. Thank you and regards, Toni ------------------------------------------------------- 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ÿfad-ysdn-ostg-q22005 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
