EricssonResearch / openwebrtc-gst-plugins

OpenWebRTC specific GStreamer plugins
BSD 2-Clause "Simplified" License
51 stars 46 forks source link

Build error with clang #45

Closed ossy-szeged closed 9 years ago

ossy-szeged commented 9 years ago

My first idea was to set -Wno-parentheses-equality CFLAGS. in gst/videorepair/Makefile.am, but it doesn't work, because the parent Makefile adds -Wall to CFLAGS which comes after libgstvideorepair_la_CFLAGS and overrides the -Wno-parentheses-equality option.

superdump commented 9 years ago

What is the error output that you see without your patch?

ossy-szeged commented 9 years ago

You can find the full log in the issue: https://github.com/EricssonResearch/openwebrtc-gst-plugins/issues/44

( I wanted to paste the issure number here, but missed.)

philn commented 9 years ago

And this one? :)

superdump commented 9 years ago

I don't like removing -Werror. I would prefer something more specific if possible. Is it?

ossy-szeged commented 9 years ago

It isn't trivial to fix it without removing -Werror, I explained it in my first comment. But I don't have any time to try to find better fix for it.