-
Notifications
You must be signed in to change notification settings - Fork 93
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
Cannot compile under ROS Melodic in MacOS #133
Comments
AFAIK there is no tap or bottles for ROS. most likely you need to build from source all the dependencies of the package you are trying to build. One convenient way to get a list of repos to download based on what you already have installed is using rosinstall_generator:
then you can install dependencies (using rosdep) and build like you were likely doing when encountering the error |
@mikaelarguedas Thanks. I followed your instructions, but face below error.
Which happened in below
|
Ok so you made progress and you are now failing the build on naoqi_libqi. Unfortunately maintainers here are not maintainers of libqi and the packages here have been built only on Ubuntu Bionic with no attempt to support macos. You may have more luck posting your question directly at: https://github.com/aldebaran/libqi The error you are facing doesn't seem to be ROS related but rather boost and xcode related Some leads to explore:
|
@mikaelarguedas Thanks. |
The debian packages are built using boost 1.65.1 (version provided by Ubuntu 18.04) |
@mikaelarguedas https://git.skewed.de/count0/graph-tool/-/merge_requests/19 https://www.mail-archive.com/llvm-bugs@lists.llvm.org/msg30845.html |
In MacOS with ROS Melodic successfully installed, below error happens.
I tried to tap ros/melodic but it shows "remote: Repository not found." Error.
The text was updated successfully, but these errors were encountered: