[SOLVED] Re: cmake 2.4.* does not create moc files in kdepimlibs
William A. Hoffman
billlist at nycap.rr.com
Mon Aug 14 16:00:02 CEST 2006
At 06:10 AM 8/13/2006, Friedrich W. H. Kossebau wrote:
>As Alex suggested, perhaps the reason is that 1 is treated as a plain variable
>and set to 0 (LDAP_FOUND was FALSE for me) and in the consequence in AND
>expressions, which are internally using perhaps 1, true and true is always
>evaluated to 0 == false?
>
>So perhaps it might make sense if cmake checked for something like readonly
>variables?
>
>Wild guesses, I hope you can make more out of this :)
I get it now, and will look into not allowing 1 to be set to a value like a variable.
1 should have showed up as a variable when you printed out all the variables.
-Bill
More information about the Kde-buildsystem
mailing list