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

OSX/cmake : libxml2 conflict with Gstreamer #398

Open
avilleret opened this issue May 16, 2016 · 0 comments
Open

OSX/cmake : libxml2 conflict with Gstreamer #398

avilleret opened this issue May 16, 2016 · 0 comments

Comments

@avilleret
Copy link
Contributor

on OSX, cmake choose libxml2 from Gstreamer package when it is present rather than the one installed with brew
then it fails to build because of missing header

I fixed this issue by manually setting Cmake variable :

LIBXML_INCLUDE_DIR=/usr/local/opt/libxml2/include/libxml2
LIBXML_LIBRARIES=/usr/local/opt/libxml2/lib/libxml2.dylib
LIBXML_XMLLINT_EXECUTABLE=/usr/local/opt/libxml2/bin/xmllint

Obviously the paths could be different depending on where you install it.

Also, I'm not sure this bug should be fixed, if so mark it as won't fix and leave it open for the record.

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

No branches or pull requests

1 participant