<br><br><div><span class="gmail_quote">On 6/19/07, <b class="gmail_sendername">David Faure</b> <<a href="mailto:faure@kde.org">faure@kde.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sunday 17 June 2007, younker wrote:<br>> David Faure $B<LF;(B:<br>> > On Sunday 10 June 2007, younker wrote:<br>> ><br>> >> Yes,<br>> >><br>> ><br>> > Please don't top-post, it gives me no context to reply to ;)
<br>> ><br>> ><br>> >> This should be better, by using this we can build KDE agaist the QT<br>> >> framework installation.<br>> >><br>> ><br>> > Final version committed, please re-test with that version.
<br>> ><br>> ><br>> I updated the source tree today, and I got the patched FindQt4.cmake<br>> file, but with this file<br>> I cannot generate the Makefile at all, so I commended out<br>><br>> macro_push_required_vars()
<br>> and<br>> macro_pop_required_vars()<br>><br>> then Makefile was generated successfully, so seems these 2 statements doesn't work<br>> on Qt framework installation.<br><br>??? What error do you get exactly?
<br>The INCLUDE(MacroPushRequiredVars) line at the top of FindQt4.cmake ensures that those macros<br>are defined. Can you provide the full error message from cmake when run in kdelibs?<br><br>--<br>David Faure, <a href="mailto:faure@kde.org">
faure@kde.org</a>, sponsored by Trolltech to work on KDE,<br>Konqueror (<a href="http://www.konqueror.org">http://www.konqueror.org</a>), and KOffice (<a href="http://www.koffice.org">http://www.koffice.org</a>).<br><br></blockquote>
</div>There is no error message, but in the build folder, there is no Makefile created, so after cmake running, you can not type make to start the build process.<br>