Open minghia opened 9 years ago
Do you have BOOST installed on your computer?
On Mon, Aug 17, 2015 at 3:30 AM, minghia notifications@github.com wrote:
When I try to configure osgworks, after I git clone the repository, I get the following message: CMake Error at /usr/lib64/boost/Boost.cmake:536 (message): The imported target "boost_date_time-static" references the file
"/usr/lib64/lib64/libboost_date_time.a"
but this file does not exist. Possible reasons include:
-
The file was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and contained
"/usr/lib64/boost/Boost.cmake"
but not all the files it references.
Call Stack (most recent call first):
A similar problem was found in OpenSceneGraph 3.4.0 build but since only one of the plugins required boost this was worked around by only including it if the plugin was built.
— Reply to this email directly or view it on GitHub https://github.com/mccdo/osgbullet/issues/32.
Chris 'Xenon' Hanson, omo sanza lettere. Xenon@AlphaPixel.com http://www.alphapixel.com/ Training • Consulting • Contracting 3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 • GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL Legal/IP • Code Forensics • Digital Imaging • GIS • GPS • osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile • iPhone/iPad/iOS • Android @alphapixel https://twitter.com/alphapixel facebook.com/alphapixel (775) 623-PIXL [7495]
It appears that I may have two copies of boost on my system in different places so it may have confused cmake.
When I try to configure osgworks, after I git clone the repository, I get the following message: CMake Error at /usr/lib64/boost/Boost.cmake:536 (message): The imported target "boost_date_time-static" references the file
but this file does not exist. Possible reasons include:
The installation package was faulty and contained
"/usr/lib64/boost/Boost.cmake"
but not all the files it references.
Call Stack (most recent call first):
A similar problem was found in OpenSceneGraph 3.4.0 build but since only one of the plugins required boost this was worked around by only including it if the plugin was built.