Hi there.

 

I was hardly trying to build OSG on my virtual machine with OpenSuSE 11.2
installed on it.

I did the following steps:

 

1. downloaded the sources of OSG 2.8.4.

2. unzipped them

3. ran the configure script from within the folder I attached the output of
the configure script.

4. Finally I ran make and this one threw an error of which really cannot
find a solution for.

 

Firstmake builds 6 CXX-Objects and then i get the following error:

 

Linking CXX shared library ../../../lib/libOpenThreads.so CMake Error:
cmake_symlink_library: System Error: Protocol error CMake Error:
cmake_symlink_library: System Error: Protocol error

make[2]: *** [lib/libOpenThreads.so.2.4.0] Fehler 1

make[1]: *** [src/OpenThreads/pthreads/CMakeFiles/OpenThreads.dir/all]
Fehler 2

make: *** [all] Fehler 2

 

What the hell does "Protocol error" mean in this context and how can I get
rid of it?

 

Hopefully that you can help me,

Patrick

 

-- The C compiler identification is GNU                                         
-- The CXX compiler identification is GNU                                       
-- Check for working C compiler: /usr/bin/gcc                                   
-- Check for working C compiler: /usr/bin/gcc -- works                          
-- Detecting C compiler ABI info                                                
-- Detecting C compiler ABI info - done                                         
-- Check for working CXX compiler: /usr/bin/c++                                 
-- Check for working CXX compiler: /usr/bin/c++ -- 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                                                          
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so           
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - 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: /usr/lib/libX11.so                                                
-- checking for module 'libxml-2.0'                                             
--   package 'libxml-2.0' not found                                             
-- Could NOT find LibXml2  (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)    
-- Could NOT find CURL  (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)               
-- checking for module 'xulrunner-xpcom<=1.8.9'                                 
--   package 'xulrunner-xpcom<=1.8.9' not found                                 
-- checking for module 'xulrunner-js'                                           
--   package 'xulrunner-js' not found                                           
-- checking for module 'xulrunner-nspr'                                         
--   package 'xulrunner-nspr' not found                                         
-- checking for module 'xulrunner-nss'                                          
--   package 'xulrunner-nss' not found                                          
-- checking for module 'gtk+-2.0'                                               
--   found gtk+-2.0, version 2.18.1                                             
-- checking for module 'gtkglext-x11-1.0'                                       
--   package 'gtkglext-x11-1.0' not found                                       
-- checking for module 'librsvg-2.0'                                            
--   package 'librsvg-2.0' not found                                            
-- checking for module 'cairo'                                                  
--   found cairo, version 1.8.8                                                 
-- checking for module 'poppler-glib'                                           
--   package 'poppler-glib' not found                                           
-- Could NOT find JPEG  (missing:  JPEG_LIBRARY JPEG_INCLUDE_DIR)               
-- Found PNG: /usr/lib/libpng.so                                                
-- Could NOT find TIFF  (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)               
-- 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 - Failed
-- Looking for pthread_yield
-- Looking for pthread_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 - found
-- Performing Test COMPILES_PTHREAD_SETAFFINITY_NP
-- Performing Test COMPILES_PTHREAD_SETAFFINITY_NP - Success
-- checking for module 'xrandr'
--   found xrandr, version 1.3.0

The build system is configured to instal libraries to /usr/local/lib
Your applications may not be able to find your installed libraries unless you:
    set your LD_LIBRARY_PATH (user specific) or
    update your ld.so configuration (system wide)
You have an ld.so.conf.d directory on your system, so if you wish to ensure that
applications find the installed osg libraries, system wide, you could install a
openscenegraph specific ld.so configuration with:
    sudo make install_ld_conf

-- Configuring done
-- Generating done
-- Build files have been written to: 
/media/sf_VBoxShared/plugin/temposg/OpenSceneGraph-2.8.4
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to