Robert, Just wanted to let you know that I have changed over my copies of OpenThreads, OSG and Producer in Cygwin to the svn versions and I did get them all to compile. I made a couple of changes to the OpenThreads make files so they would follow the OSG example of using COMPILE_EXAMPLES to either compile the examples or not. I also found that in the makerules file in OpenThreads there was an issue with make debug vs make opt and for some reason in make debug nothing would compile but a cut and paste of the make opt line for OpenThreads to make a new make debug line (changing the appropriate OPTDIR to DEBUGDIR variables in the line resolved the problem - must have been a bad character in there somewhere.
During the process though I tried to follow what I thought was the original steps of OpenThreads then Producer and then OSG but Producer failed on -losgText and then I remembered the discussion of OSG's dependency on Producer being removed and realized it was now the other way around so compiling OpenThreads then OSG and then Producer worked and then I was curious if the docs and web pages had been updated accordingly. Also while working in the make files I realized that OpenThreads uses INST_LIBS as well as INST_IMP_LIBS (not documented by the way) which is handy for Cygwin since in Cygwin - files like cygOpenThreads.dll normally go in bin and files like libOpenThreads.dll.a will end up in lib. With the use of INST_LIBS and INST_IMP_LIBS this can be accomplished. I checked Producer and OpenSceneGraph and it does not appear they use INST_IMP_LIBS but wondered if they should. I was curious as well if the Producer should possibly use the COMPILES_EXAMPLES environment as well for determining if it should compile is examples - actually those have been removed in the svn version - right. At any rate I wanted to let you know the SVN for all three compiled on Cygwin - I do still have the hang at the end of the examples (some do some don't as previously documented) but I am still working on that to locate. bk _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
