[SOLVED] Re: cmake 2.4.* does not create moc files in kdepimlibs
William A. Hoffman
billlist at nycap.rr.com
Sun Aug 13 04:06:28 CEST 2006
At 05:11 PM 8/12/2006, Friedrich W. H. Kossebau wrote:
>The passing of 1 as a variable to the macro "macro_bool_to_01" was the
>culprit. CMakeLists.txt in kdepimlibs contained
> macro_bool_to_01(LDAP_FOUND HAVE_LDAP 1)
>and
> macro_bool_to_01(SASL2_FOUND HAVE_SASL2 1)
>
>Removing the 1 made sense and gave me a working build again, hurra
>Just don't ask how many hours were spend :/
>
>Bill, perhaps cmake should detect such wrong variables in further versions?
I am still not exactly sure what went wrong. What is macro_bool_to_01, and
what 1 did you remove? And what did any of this have to do with moc?
-Bill
More information about the Kde-buildsystem
mailing list