Ok.  Well its not working on Mac OSX (which I am currently testing with), or Windows as someone else has experienced with this rubyforge post:<br><a href="http://rubyforge.org/forum/message.php?msg_id=94153">http://rubyforge.org/forum/message.php?msg_id=94153</a>.<br>
<br>How do #include search paths work with the generator?<br><br>Thanks,<br>Ryan<br><br><div class="gmail_quote">On Fri, Nov 5, 2010 at 4:37 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: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Friday 05 November 2010 23:29:27 Ryan Melton wrote:<br>
> Here is a snippet from qtopengl's smokedata.cpp<br>
><br>
>     { "GLbitfield", 0, Smoke::t_voidp|Smoke::tf_stack },        //2<br>
>     { "GLenum", 0, Smoke::t_voidp|Smoke::tf_stack },    //3<br>
>     { "GLfloat", 0, Smoke::t_voidp|Smoke::tf_stack },   //4<br>
>     { "GLint", 0, Smoke::t_voidp|Smoke::tf_stack },     //5<br>
>     { "GLuint", 0, Smoke::t_voidp|Smoke::tf_stack },    //6<br>
><br>
> Any ideas on where to update the generator to mark these as the correct<br>
> types?<br>
</div></div>This should be autodetected. Hardcoding the typedefs is not the way to go.<br>
If this fails, this could be because either the GL headers aren't found, not<br>
properly included by Qt or because some #defines are missing or messed up in<br>
the qtdefines file.<br>
(This works for me, btw)<br>
<font color="#888888"><br>
--<br>
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>
</font></blockquote></div><br>