Skip to content
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

Open
minghia opened this issue Aug 17, 2015 · 2 comments
Open

Problem configuring #32

minghia opened this issue Aug 17, 2015 · 2 comments

Comments

@minghia
Copy link

minghia commented Aug 17, 2015

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.

@XenonofArcticus
Copy link
Collaborator

Do you have BOOST installed on your computer?

On Mon, Aug 17, 2015 at 3:30 AM, minghia [email protected] 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
#32.

Chris 'Xenon' Hanson, omo sanza lettere. [email protected]
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]

@minghia
Copy link
Author

minghia commented Aug 18, 2015

It appears that I may have two copies of boost on my system in different places so it may have confused cmake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants