Hi, On Tue, 2009-02-10 at 08:48 -0600, Patrick Hartling wrote:
> Everything built and installed, but the installed headers are not being > modified the way that they used to so that other OpenSG headers are included > as <OpenSG/...>. Running 'osg2-config --cflags System' reports that the only > compiler flag I need is -I/path/to/opensg/include. Should it instead be > giving back -I/path/to/opensg/include/OpenSG, or did I do something wrong in > the creating installation? apart from the flag handling that Carsten already fixed. A small comment on the -I/path/to/opensg/include. This one is correct even if the headers are not modified anymore. We switched to "" includes which add the path of the original file to the search path so if the app does #include <OpenSG/OSGFoo.h> and OSGFoo.h has #include "OSGBar.h" OSGBar.h should still be found even if only I/path/to/opensg/include is given. The only place it breaks down is if some OpenSG header still contains #include <> statements for OpenSG headers. But this is a bug in OpenSG and should be fixed. kind regards, gerrit ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
