-
Notifications
You must be signed in to change notification settings - Fork 42
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
Failing to build using the build from source instructions #263
Comments
Rereading the docs, I can see that it was skipping the av build due to missing dependencies |
I think you are missing some dependencies:
but the compilation shouldn't fail without them. I think the test should be disabled if the dependencies aren't present |
By the way, I am not a nix expert so I do not know if it is relevant or if you are already aware of it, but it seems that gazebo and several related dependencies are packaged for nixos in https://github.com/lopsided98/nix-ros-overlay, see: |
Check both SKIP_av and INTERNAL_SKIP_av before building integration tests that require av component. Reported in gazebosim#263. Signed-off-by: Steve Peters <[email protected]>
I've submitted a fix for the build failure in #264 |
Check both SKIP_av and INTERNAL_SKIP_av before building integration tests that require av component. Reported in #263. Signed-off-by: Steve Peters <[email protected]>
I'm currently in the process of packaging Gazebo and all the related libraries for NixOS. However, I'm struggling with this library.
Following the build instructions I'm failing with error
fatal error: ignition/common/VideoEncoder.hh: No such file or directory
. I can see that this is under theav
directory. If a separate build process is required to buildav
and other sub projects before building the main library, it would be nice to have that specified (and how to build it) in the build from source instructions.Environment
Description
fatal error: ignition/common/VideoEncoder.hh: No such file or directory
Steps to reproduce
Output
Log is under details in in Environment section
The text was updated successfully, but these errors were encountered: