I have #include &lt;GL/gl.h&gt;, maybe I do not have my makefile correct. I&#39;ve attached the makefile, the cudart.c and all the nvidia header&#39;s need (14 of them) in one tar.bz2 file. Can someone check my makefile and all? I read through the nvidia license and it is ok to redistribute the headers.<br>
<br><div class="gmail_quote">On Mon, Jul 7, 2008 at 5:29 PM, Juan Lang &lt;<a href="mailto:juan.lang@gmail.com">juan.lang@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">&gt; cudart.c:261: error: expected &#39;)&#39; before &#39;bufferObj&#39;<br>
&gt; cudart.c:265: error: expected declaration specifiers or &#39;...&#39; before<br>
&gt; &#39;GLuint&#39;<br>
&gt;<br>
&gt; cudaError_t WINAPI wine_cudaGLRegisterBufferObject( GLuint bufferObj ){<br>
<br>
</div>Check your includes again. &nbsp;GLuint is defined in &lt;GL/gl.h&gt; here.<br>
<font color="#888888">--Juan<br>
</font></blockquote></div><br>