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

librealsense2 does not build (install) on Linux #5549

Closed
TIS-Christopher opened this issue Mar 5, 2019 · 1 comment
Closed

librealsense2 does not build (install) on Linux #5549

TIS-Christopher opened this issue Mar 5, 2019 · 1 comment
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@TIS-Christopher
Copy link

Currently vcpkg fails to build/install realsense2 under linux (ubuntu 18.04, gcc 8.2,WSL) due to a failed step in the debug configuration build.

It seems the error is in the port file of librealsense2 at
https://github.com/Microsoft/vcpkg/blob/93d87ae5c44d6873122edfb9edbc324bab77785e/ports/realsense2/portfile.cmake#L39

when replaced with

"-DCMAKE_DEBUG_POSTFIX=_d"

it seems to work.

@LilyWangL LilyWangL added the category:port-bug The issue is with a library, which is something the port should already support label Mar 6, 2019
@claudiofantacci
Copy link
Contributor

claudiofantacci commented Mar 26, 2019

I think you can close this issue @vicroms.

@vicroms vicroms closed this as completed Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

No branches or pull requests

4 participants