-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62447/#review185855
-----------------------------------------------------------




configure.ac
Line 754 (original), 754 (patched)
<https://reviews.apache.org/r/62447/#comment262207>

    Could you also update the cmake build? It currently does not support 
unbundling most dependencies, but we should prevent the same bug from occuring 
there as well. Look for 3rdparty `target_include_directories` with `INTERFACE` 
property (`INTERFACE` needs to be removed), e.g.,
    
      
https://github.com/apache/mesos/blob/11de04c1bbf65d0a90576642f8ea9574e05a317a/3rdparty/CMakeLists.txt#L159


- Benjamin Bannier


On Sept. 20, 2017, 7:08 p.m., Benno Evers wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/62447/
> -----------------------------------------------------------
> 
> (Updated Sept. 20, 2017, 7:08 p.m.)
> 
> 
> Review request for mesos, Benjamin Bannier and Till Toenshoff.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This flag break the build of mesos against system libraries
> installed under /usr, because it generates a command line
> of `-isystem /usr/include`, which is explicitly not supported
> by gcc. See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129
> 
> 
> Diffs
> -----
> 
>   configure.ac 92bc1aa5f9604e3b2b678225a57622cd2eb8679a 
> 
> 
> Diff: https://reviews.apache.org/r/62447/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Benno Evers
> 
>

Reply via email to