My bad, I didn't notice that new catch. For anyone having this problem: osg creates another "include" directory under your osg "build" folder and places those "missing" "Config" files there. For your osg-based application (for out of the source builds), you need to include that path as well (-I osg_file_path_to_your_build/include). Thanks Robert,
-J On Tue, August 5, 2008 1:34 pm, Robert Osfield wrote: > Hi Jose, > > I believe everything is ready for 2.6.0 and there aren't any loose > ends w.r.t Config files. > > W.r.t your own build problems are you doing an out of source build > that you haven't installed? > > If so then you just need to add to the build of your app the path to > the out of source build directory. The VirtualPlanetBuilder Cmake > build provides support for this option so you could look at this if > you want to look at a CMake style solution. > > For in source builds and installing of the OSG will result in the > Config files being placed in the usual include/osg/ and > include/OpenThreads/ directory. > > Robert. > > On Tue, Aug 5, 2008 at 9:08 PM, Joseanibal Colon Ramos > <[EMAIL PROTECTED]> wrote: >> So I don't get it: was this ever fixed? I'm still encountering this >> problem with an OSG 2.6.x version I downloaded about a week and a half >> ago >> (Last week of July). OSG compiles fine and the Viewer along with the >> examples work well. However, I can't compile my own apps because It >> doesn't like the "Missing" OpenThreads/Config, or the osg/Config . Those >> files are in fact missing form my tree. >> >> -Jose >> >> >> On Fri, June 20, 2008 2:35 am, Mathias Fröhlich wrote: >>> On Friday 20 June 2008 11:31, Melchior FRANZ wrote: >>>> * Mathias Fröhlich -- Friday 20 June 2008: >>>> [Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS - Failed] >>>> >>>> > If you specify any >>>> > -march=whatevernewertargettocompilefor >>>> > to gcc the builtin is inlined with something usable. >>>> >>>> I was using -march=pentium4 already, so it should have worked? >>> No. >>> >>> Since we cannot ensure that during compile time of sources including >>> osg/* >>> or >>> OpenThreads/*, -march=newenough is specified on the command line this >>> is >>> currently disabled completely. >>> >>> There are ways around, but not yet implemented. >>> >>> GReetings >>> >>> Mathias >>> >>> -- >>> Dr. Mathias Fröhlich, science + computing ag, Software Solutions >>> Hagellocher Weg 71-75, D-72070 Tuebingen, Germany >>> Phone: +49 7071 9457-268, Fax: +49 7071 9457-511 >>> -- >>> Vorstand/Board of Management: >>> Dr. Bernd Finkbeiner, Dr. Florian Geyer, >>> Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech >>> Vorsitzender des Aufsichtsrats/ >>> Chairman of the Supervisory Board: >>> Prof. Dr. Hanns Ruder >>> Sitz/Registered Office: Tuebingen >>> Registergericht/Registration Court: Stuttgart >>> Registernummer/Commercial Register No.: HRB 382196 >>> >>> _______________________________________________ >>> osg-users mailing list >>> [email protected] >>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >>> >> >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

