<div dir="ltr"><div>I&#39;m not 100% sure this is a cmake bug or if this is even the place to report it, but I ran into a bug as described here: <a href="http://www.gccxml.org/Bug/view.php?id=11069">http://www.gccxml.org/Bug/view.php?id=11069</a> It seems that cmake gives an error when checking the compiler flags needed for a library. The library has, depending on the particular system&#39;s configuration, possible one or two compiler flags prefixed with -D such as -D_REENTRANT or -DQT_SHARED. cmake thinks that these are cmake parameters rather than compiler flags, and this causes an error. The current workaround appears to be to add =1 so that the compiler flag becomes, for example, -D_RENTRANT=1. cmake is happy with this, and it looks like gcc accepts it without complaint, but it requires a specific workaround for each problematic compiler flag. Is this a cmake bug that should be fixed or perhaps something that needs to be changed with the compiz cmake setup?<br clear="all">
</div><div><br>-- <br>Patrick McMunn<br><br>- Learn more about the Catholic Faith: <a href="http://www.catholic.com/">http://www.catholic.com/</a><br>- Pray with the Church: <a href="http://www.universalis.com/">http://www.universalis.com/</a><br>
<br></div>
</div>