I did, but still have an error

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/local/bin/cc
-- Check for working C compiler: /usr/local/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/local/bin/g++
-- Check for working CXX compiler: /usr/local/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE 
2012-04-11 14:39:15.025 defaults[14664:707] 
The domain/default pair of (/Developer/SDKs/MacOSX10.7.sdk/SDKSettings.plist, 
CanonicalName) does not exist
-- Found OpenGL: /System/Library/Frameworks/OpenGL.framework 
-- Looking for XOpenDisplay in 
/opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib
-- Looking for XOpenDisplay in 
/opt/local/lib/libX11.dylib;/opt/local/lib/libXext.dylib - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /opt/local/lib/libX11.dylib
-- Found LibXml2: /usr/lib/libxml2.dylib 
-- checking for module 'gta'
--   package 'gta' not found
-- Found CURL: /usr/lib/libcurl.dylib 
-- Found OpenAL: /System/Library/Frameworks/OpenAL.framework 
-- checking for module 'cairo'
--   found cairo, version 1.10.2
-- checking for module 'poppler-glib'
--   package 'poppler-glib' not found
-- checking for module 'librsvg-2.0'
--   package 'librsvg-2.0' not found
-- checking for module 'gtk+-2.0'
--   package 'gtk+-2.0' not found
-- checking for module 'gtkglext-x11-1.0'
--   package 'gtkglext-x11-1.0' not found
-- Could NOT find Qt4 (missing:  QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE 
QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR 
QT_QTCORE_LIBRARY) 
-- Could NOT find Qt3 (missing:  QT_QT_LIBRARY QT_INCLUDE_DIR 
QT_MOC_EXECUTABLE) 
-- Could NOT find wxWidgets (missing:  wxWidgets_FOUND) 
-- Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS
-- Performing Test _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS - Success
-- Performing Test _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS
-- Performing Test _OPENTHREADS_ATOMIC_USE_MIPOSPRO_BUILTINS - Failed
-- Performing Test _OPENTHREADS_ATOMIC_USE_SUN
-- Performing Test _OPENTHREADS_ATOMIC_USE_SUN - Failed
-- Performing Test _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED
-- Performing Test _OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED - Failed
-- Performing Test _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC
-- Performing Test _OPENTHREADS_ATOMIC_USE_BSD_ATOMIC - Success
-- Looking for pthread_yield
-- Looking for pthread_yield - not found
-- Looking for sched_yield
-- Looking for sched_yield - found
-- Looking for pthread_setconcurrency
-- Looking for pthread_setconcurrency - found
-- Looking for pthread_getconcurrency
-- Looking for pthread_getconcurrency - found
-- Looking for pthread_setaffinity_np
-- Looking for pthread_setaffinity_np - not found
-- Performing Test HAVE_THREE_PARAM_SCHED_SETAFFINITY
-- Performing Test HAVE_THREE_PARAM_SCHED_SETAFFINITY - Failed
-- Performing Test HAVE_TWO_PARAM_SCHED_SETAFFINITY
-- Performing Test HAVE_TWO_PARAM_SCHED_SETAFFINITY - Failed
CMake Warning at src/osgViewer/CMakeLists.txt:71 (IF):
  given arguments:

    "STREQUAL" "macosx10.7" "OR" "STREQUAL" "macosx10.6" "OR" "STREQUAL" 
"macosx10.5"

  Unknown arguments specified


-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - not found
-- Looking for socket in socket
-- Looking for socket in socket - not found
CMake Warning at CMakeLists.txt:827 (IF):
  given arguments:

    "STREQUAL" "macosx10.7"

  Unknown arguments specified


CMake Error at CMakeLists.txt:832 (ELSEIF):
  given arguments:

    "STREQUAL" "macosx10.6" "/" "STREQUAL" "macosx10.5"

  Unknown arguments specified


-- Configuring incomplete, errors occurred!
trigrou@Cedrics-MacBook-Pro:~/dev/osg/build-release # 



Cedric Pinson
Provide OpenGL, WebGL services
+33 659 598 614 - 
http://cedricpinson.com - http://osgjs.org - http://showwebgl.com

On Apr 11, 2012, at 12:26 , Cedric Pinson wrote:

> I get this error while trying to compile osg on osx, any hints ?
> 
> 
> 2012-04-11 12:24:45.017 defaults[12922:707] 
> The domain/default pair of (/Developer/SDKs/MacOSX10.7.sdk/SDKSettings.plist, 
> CanonicalName) does not exist
> -- checking for module 'gta'
> --   package 'gta' not found
> -- checking for module 'poppler-glib'
> --   package 'poppler-glib' not found
> -- checking for module 'librsvg-2.0'
> --   package 'librsvg-2.0' not found
> -- checking for module 'gtk+-2.0'
> --   package 'gtk+-2.0' not found
> -- checking for module 'gtkglext-x11-1.0'
> --   package 'gtkglext-x11-1.0' not found
> -- Could NOT find Qt4 (missing:  QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE 
> QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR 
> QT_QTCORE_LIBRARY) 
> -- Could NOT find Qt3 (missing:  QT_QT_LIBRARY QT_INCLUDE_DIR 
> QT_MOC_EXECUTABLE) 
> -- Could NOT find wxWidgets (missing:  wxWidgets_FOUND) 
> CMake Warning at src/osgViewer/CMakeLists.txt:71 (IF):
>   given arguments:
> 
>     "STREQUAL" "macosx10.7" "OR" "STREQUAL" "macosx10.6" "OR" "STREQUAL" 
> "macosx10.5"
> 
>   Unknown arguments specified
> 
> 
> CMake Warning at CMakeLists.txt:827 (IF):
>   given arguments:
> 
>     "STREQUAL" "macosx10.7"
> 
>   Unknown arguments specified
> 
> 
> CMake Error at CMakeLists.txt:832 (ELSEIF):
>   given arguments:
> 
>     "STREQUAL" "macosx10.6" "/" "STREQUAL" "macosx10.5"
> 
>   Unknown arguments specified
> 
> 
> -- Configuring incomplete, errors occurred!
> 
> 
> 
> Cedric Pinson
> Provide OpenGL, WebGL services
> +33 659 598 614 - 
> http://cedricpinson.com - http://osgjs.org - http://showwebgl.com
> 
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to