Hi all,

Now that I'm back after a short vacation I fully intend to see if the
BIND_PER_PRIMITIVE bug is in the SVN trunk.  As a sporatic user of SVN
I find that each time I try to use it is a challenge.  I've now come across
something odd that may well be a quirk of TortoiseSVN or might
be an indication on something funky with the SVN code base.  I found
that I had to change the case of several OSG files before I could
build.

The first indication was this error generating the cmake configuration...

 CMake Error in src/osg/CMakeLists.txt:
   Cannot find source file "GL".  Tried extensions .c .C .c++ .cc .cpp .cxx .m
   .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

After some trial and error I found that I could build if I changed
these files and the directory x11 to upper-case:

  src/include/gl
  src/include/glu
  src/include/lod
  src/osg/lod.cpp
  src/include/osgViewer/api/x11
  src/osgPlugins/ive/lod.cpp
  src/osgPlugins/ive/lod.h
  src/osgPlugins/bsp/bitset.cpp
  src/osgPlugins/bsp/bitset.h

-Don Leich


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to