"Don Burns" wrote: > 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.
Your auto-generated ConfigLexer.cpp requires a certain version of FlexLexer.h - otherwise the error would not have shown up (at least the last time I checked). If you require people to install a distinct version of system header files then you should probably mention this in the build notes the next time. > Could we move discussion of Producer over to Producer-users? Honestly, I'm not inclined to subscribe to Yet Another Mailing List just to post reports to bugs that (I assume) affect other users on this list as well. Moving this sort of reports to "the other list" also doesn't match my understanding of your claims _not_ to develop the separation of Producer from OpenSceneGraph .... Well, it's ok for me to send such reports via private EMail if you don't want to monitor this list any more, 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/
