Hi Stephan,

On Fri, Jun 20, 2008 at 11:27 PM, Stephan Huber <[EMAIL PROTECTED]> wrote:
> to clarify the observed problem:
>
> xcode builds for example osgdb_osgd.so and osgviewer / osgDB::Registry
> looks for osgdb_osg.so

A quick fix for this would be to change the CMAKE_DEBUG_POSTFIX value
from 'd' to empty, just running ccmake and the option will be near the
top.

The proper fix is standardise all the platform paths to use the same
system, right now the OSX side has kept the old way because of the old
Xcode projects not being in sync with Cmake support.

Wr.t.t Config + old Xcode projects, this problem occurred to me
yesterday just as I was heading offline i.e. SVN comes without the
Config files as CMake is the tool that generates them, as potential
each platform will have its own Config (especially in the case of
OpenThreads) then shipping a standard Config would be inappropriate.
Perhaps one could have a Config headers local to the XCode projects to
get round this, but it'd be awkward.

In the end the right solution is to just get the CMake build working
for all platforms, and finally to drop the old XCode projects.

Robert.

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

Reply via email to