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

catkin make error ' glog' #38

Open
n-abbasi opened this issue Aug 8, 2018 · 4 comments
Open

catkin make error ' glog' #38

n-abbasi opened this issue Aug 8, 2018 · 4 comments

Comments

@n-abbasi
Copy link

n-abbasi commented Aug 8, 2018

Hello,
I was not able to follow on the tutorial because of this initial error :
Project 'rotors_control' tried to find library 'glog'. The library is
neither a target nor built/installed properly. Did you compile project
'glog_catkin'? Did you find_package() it before the subdirectory containing
its code is included?
Call Stack (most recent call first):
/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package)
rotors_simulator/rotors_control/CMakeLists.txt:6 (find_package)

-- Configuring incomplete, errors occurred!

Do you have a fix for this.
Thanks.
Naveed

@qwerty35
Copy link

Try to compile glog_catkin only.
You may need sudo apt-get install autoconf

@wilselby
Copy link
Owner

try having the package in it's own catkin workspace and see if it will be compile there to start

@aliy98
Copy link

aliy98 commented Jan 22, 2021

Check if you have the glog library installed on your system:
sudo apt install libgoogle-glog-dev

@yigitboracagiran
Copy link

Check if you have the glog library installed on your system: sudo apt install libgoogle-glog-dev

It worked, thanks!

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

5 participants