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

Fix: Flatland for Noetic #320

Closed
wants to merge 6 commits into from
Closed

Fix: Flatland for Noetic #320

wants to merge 6 commits into from

Conversation

Educorreia932
Copy link

Fixes #316

@Educorreia932 Educorreia932 marked this pull request as ready for review October 15, 2023 20:11
Copy link
Owner

@lopsided98 lopsided98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't manually edit the files in distro/noetic (except for overrides.nix) because they are automatically generated. Instead, make any necessary changes as overrides in distros/noetic/overrides.nix or distros/ros1-overlay.nix. Additionally, any patches should be submitted upstream before applying them in this overlay. The missing pkg-config dependency can probably be fixed in the long term by submitting a patch upstream to add it to package.xml.

+ #include <lua.h>
+ #include <lualib.h>
+ #include <lauxlib.h>
+}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why isn't this necessary on Ubuntu? Does the Ubuntu package really compile Lua as C++?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Educorreia932
Copy link
Author

@lopsided98 I moved the changes to distros/noetic/overrides.nix

@kjeremy
Copy link
Contributor

kjeremy commented Oct 18, 2023

We've encountered the need to add pkg-config to nativeBuildInputs to a lot of packages for cross-compilation support.

@Educorreia932 Educorreia932 closed this by deleting the head repository Feb 19, 2024
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

Successfully merging this pull request may close these issues.

flatland fails to build in ROS Noetic
3 participants