[Kde-bindings] smoke qt empty builds on macosx
Arno Rehn
arno at arnorehn.de
Sat May 8 12:57:29 UTC 2010
On Saturday 08 May 2010 14:47:22 Michael Lawrence wrote:
> to compile the generated
> code on Snow Leopard, I had to add the following to
> generatorpreprocessor.cpp, in the constructor:
>
> #if defined(Q_OS_DARWIN64)
> exportMacro = new rpp::pp_macro;
> exportMacro->name = IndexedString("__LP64__");
> exportMacro->function_like = false;
> exportMacro->variadics = false;
> m_topBlock->setMacro(exportMacro);
> #endif
>
> If you want a formal patch, I can make one.
It's fine. Committed in r1124266. Thanks! :)
--
Arno Rehn
arno at arnorehn.de
More information about the Kde-bindings
mailing list