That fix _seems_ simple enough, but is complicated slightly by two issues. 1) ConfigLexer.cpp (which contains the bracketed <FlexLexer.h> is a generated file, which means that any changes I make to it will get reset the next time I generate the file. 2) FlexLexer.h actually is a system file for systems that have "flex" installed, and is only included in the current directory for systems that do not have flex installed.
The problem was introduced by the new build system which did not include the current directory. I've checked that fix in. Could we move discussion of Producer over to Producer-users? -don On 11/26/06, Martin Spott <[EMAIL PROTECTED]> wrote:
John Wojnaroski wrote: > Looks like you need to include the FlexLexer.h header file in the > source. At least that is what is stated at the start of the file and > that seemed to solve the problem for the short term. I see it is in the > Producer/src/Producer directory. The explicit call out with an #include > "FlexLexer.h" worked. This issue is still alive. Don, would you please consider putting this include statement in double quotes instead of angle brackets ? This is no system include so I guess double quotes are a perfect choice, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
