Hi, Carsten Neumann wrote: > Hi Gerrit, David, > > Gerrit Voss wrote: >> [email protected] wrote: >>> I've been looking at porting some of our code to 2.0 today, which >>> requires the OSGGeometry.h file and a few others. These are in the >>> Drawable dir, which is built as a library. However it isn't install on >>> the system from a make install, nor are any of the headers from it's sub >>> directory. On closer inspection a number of other libs also aren't >>> installed, yet get built by default. >> that's a bug. I'll have a look. CMake is sensitive to the dir traversal >> order especially for the install rules. Which other headers are >> missing ? > > I was going to commit the changes to the built later today (wanted to > test them on win first). I'll see if I can reproduce the problem. > > @Gerrit: do you want me to hold the changes a couple more days ?
no go first. It would change something you would change anyway so fixing it now and if needed again does not make much sense. As you explicitly name the directories the problem might go away. The missing installs happen because some directories are traversed n-times and that should IIRC not happen with your version. Just for you to check, AFAIK the OSGDrawable, OSGGroup and OSGUtil headers are missing from the install. kind regards gerrit ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
