Hi Simon, I'm just adding a reply for completeness as I believe the build issue was just a temporary glitch should have been resolved already (back last year :-).
Could you test out the latest svn/trunk just to confirm that it's now OK? Thanks, Robert. On 14 December 2012 12:56, Simon Lemaitre <[email protected]> wrote: > Hi, > > Just had some troubles building the svn-trunk on Mac OS X Lion. > Here's the CMake configuration I used : > > Code: > > BUILD_OSG_APPLICATIONS = OFF > CMAKE_OSX_ARCHITECTURES = x86_64 > OSG_WINDOWING_SYSTEM = Cocoa > OSG_DEFAULT_IMAGE_PLUGIN_FOR_OSX = imageio > > > > > And here's the error I got : > >> >> CMake Error at src/osgPlugins/CMakeLists.txt:274 (ADD_SUBDIRECTORY): >> add_subdirectory given source "ZeroConfDevice" which is not an existing >> directory. >> > > > My (blind) quick fix was to simply comment those three lines in > osgPlugins/CMakeLists.txt : > > > Code: > > IF(ZEROCONF_FOUND) > ADD_SUBDIRECTORY(ZeroConfDevice) > ENDIF() > > > > > I succeed to compile the library using the default Apple compilers (using > XCode) but I'm worried of what I disabled doing this. > > Google didn't help me much. Maybe someone just forgot to svn-add the ZeroConf > folder in a recent patch ? What does OSG have to do with ZeroConf ? > > Cheers, > Simon > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=51429#51429 > > > > > > _______________________________________________ > 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

