-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem configuring #32
Comments
Do you have BOOST installed on your computer? On Mon, Aug 17, 2015 at 3:30 AM, minghia [email protected] wrote:
Chris 'Xenon' Hanson, omo sanza lettere. [email protected] |
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 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.
The text was updated successfully, but these errors were encountered: