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

LTDL_INCLUDE_DIR Cmake error during configure #48

Closed
rashadkm opened this issue Feb 15, 2015 · 6 comments
Closed

LTDL_INCLUDE_DIR Cmake error during configure #48

rashadkm opened this issue Feb 15, 2015 · 6 comments

Comments

@rashadkm
Copy link

-- Stage version 4.1.1
-- Operating system is Linux
-- Linux x86_64 Detected
-- Installing Libraries to /home/rashad/opt/lib64
-- Installing Plugins to /home/rashad/opt/lib64/Stage-4.1
-- Build type RELEASE
-- Checking for libtool
-- Checking for required libraries...
-- Checking for optional libraries...
-- checking for one of the modules 'playercore>=2.1.0'
-- * Player not detected. If Player is installed but not detected, check your PKG_CONFIG_PATH.
-- Installation path CMAKE_INSTALL_PREFIX=/home/rashad/opt
-- Configuring libstage
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LTDL_INCLUDE_DIR
used as include directory in directory /home/rashad/sources/playerstage/github_Stage
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/libstage
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/libstage
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/worlds/benchmark
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/worlds/benchmark
LTDL_LIB
linked by target "stage" in directory /home/rashad/sources/playerstage/github_Stage/libstage

-- Configuring incomplete, errors occurred!
See also "/home/rashad/build/stage/CMakeFiles/CMakeOutput.log".

@rtv
Copy link
Owner

rtv commented Feb 15, 2015

Which platform are you installing on?


http://autonomylab.org

On Sun, Feb 15, 2015 at 10:08 AM, Rashad notifications@github.com wrote:

-- Stage version 4.1.1
-- Operating system is Linux
-- Linux x86_64 Detected
-- Installing Libraries to /home/rashad/opt/lib64
-- Installing Plugins to /home/rashad/opt/lib64/Stage-4.1
-- Build type RELEASE
-- Checking for libtool
-- Checking for required libraries...
-- Checking for optional libraries...
-- checking for one of the modules 'playercore>=2.1.0'
-- * Player not detected. If Player is installed but not detected, check your PKG_CONFIG_PATH.
-- Installation path CMAKE_INSTALL_PREFIX=/home/rashad/opt
-- Configuring libstage
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LTDL_INCLUDE_DIR
used as include directory in directory /home/rashad/sources/playerstage/github_Stage
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/libstage
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/libstage
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/examples/ctrl
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/worlds/benchmark
used as include directory in directory /home/rashad/sources/playerstage/github_Stage/worlds/benchmark
LTDL_LIB
linked by target "stage" in directory /home/rashad/sources/playerstage/github_Stage/libstage
-- Configuring incomplete, errors occurred!

See also "/home/rashad/build/stage/CMakeFiles/CMakeOutput.log".

Reply to this email directly or view it on GitHub:
#48

@rashadkm
Copy link
Author

Operating system is Linux
-- Linux x86_64 Detected

Fedora 20 64 bits

git log gives..
commit f9c59ca
Author: Richard Vaughan vaughan@sfu.ca
Date: Fri Jul 5 15:49:38 2013 -0700

fixed Player blobfinder interface, per issue #21

@rashadkm
Copy link
Author

yum install -y libtool-ltdl-devel
fixes the issue. But why I need -devel package for libtool for Stage. I already have libtool installed and most of my development seems fine?

@rtv
Copy link
Owner

rtv commented Feb 15, 2015

Stage loads dynamic libraries and uses the interface packaged in
libtool-devel. Some systems break up libtool this way, some don't.
On Sun, Feb 15, 2015 at 10:26 Rashad notifications@github.com wrote:

yum install -y libtool-ltdl-devel
fixes the issue. But why I need -devel package for libtool for Stage. I
already have libtool installed and most of my development seems fine?


Reply to this email directly or view it on GitHub
#48 (comment).

@rashadkm
Copy link
Author

So this issue can be closed.

@rtv
Copy link
Owner

rtv commented Feb 15, 2015

If that dependency is listed in the docs then yes. If not, I'll leave it open until the docs are fixed.

On Sun, Feb 15, 2015 at 10:54 AM, Rashad notifications@github.com wrote:

So this issue can be closed.

Reply to this email directly or view it on GitHub:
#48 (comment)

@rtv rtv closed this as completed Apr 26, 2017
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