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

Windows prefix is not substituted in v1.23.4 build 0 #18

Closed
1 task done
traversaro opened this issue May 9, 2022 · 2 comments · Fixed by #25
Closed
1 task done

Windows prefix is not substituted in v1.23.4 build 0 #18

traversaro opened this issue May 9, 2022 · 2 comments · Fixed by #25
Labels
bug Something isn't working

Comments

@traversaro
Copy link
Contributor

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

On Windows C++ helper the path relocation is not working correctly.

Installed packages

See https://github.com/ami-iit/bipedal-locomotion-framework/runs/6333425134 .

Environment info

See https://github.com/ami-iit/bipedal-locomotion-framework/runs/6333425134 .
@traversaro traversaro added the bug Something isn't working label May 9, 2022
@traversaro
Copy link
Contributor Author

@traversaro
Copy link
Contributor Author

The problem is simple: the binary relocation is happening just on Linux/macOS, not on Windows (see conda docs in https://docs.conda.io/projects/conda-build/en/latest/resources/make-relocatable.html). So, to fix the problem the idea is to use https://github.com/ami-iit/reloc-cpp .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant