I'll gladly test it - what do I have to do?<div><br></div><div>-Adam<br><br><div class="gmail_quote">On Sat, Feb 19, 2011 at 7:50 PM, Arno Rehn <span dir="ltr"><<a href="mailto:arno@arnorehn.de">arno@arnorehn.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Saturday 19 February 2011 01:35:28 Adam Higuera wrote:<br>
> If there's still interest, in order to get Smoke to work right with the<br>
> frameworks, I put the following into the file "generatorpreprocessor.cpp".<br>
>  It's an ugly kludge, but it might save you some irritation.<br>
><br>
>     // skip limits.h - rpp::pp gets stuck in a endless loop, probably<br>
> because of<br>
>     // #include_next <limits.h> in the file and no proper header guard.<br>
>     if ((fileName == "limits.h" || fileName == "stdarg.h") && type ==<br>
> rpp::Preprocessor::IncludeGlobal)<br>
>         return 0;<br>
><br>
> QRegExp rx("(Qt\\w+)/([\\w\\.]+)");<br>
> if(rx.indexIn(fileName) != -1) {<br>
>   fileName = "/Library/Frameworks/" + rx.cap(1)<br>
> + ".framework/Headers/" + rx.cap(2);<br>
> }<br>
</div>Ah, yes, now I remember. This can't go into the repo, but I'll try to fix the<br>
CMake files for OS X. I just need some people to test it :)<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Arno Rehn<br>
<a href="mailto:arno@arnorehn.de">arno@arnorehn.de</a><br>
_______________________________________________<br>
Kde-bindings mailing list<br>
<a href="mailto:Kde-bindings@kde.org">Kde-bindings@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kde-bindings" target="_blank">https://mail.kde.org/mailman/listinfo/kde-bindings</a><br>
</div></div></blockquote></div><br></div>