CUDA wrapper

John Klehm xixsimplicityxix at gmail.com
Mon Jul 7 16:00:16 CDT 2008


On Mon, Jul 7, 2008 at 3:52 PM, Seth Shelnutt <shelnutt2 at gmail.com> wrote:
> Ah ok, now I understand.
>
> I am having a problem with the opengl section of it. It doesn't like GLuint
> . I've added the gl.h file to my list of headers as I thought maybe I needed
> the header to define it. But it still doesn't like it. Here are the errors,
> and one of the lines of code. I've googled it and GLuint is proper. It's
> just an unsigned int. It is also "c" code not c++, so I'm not sure what it
> is complaining about. Any ideas?
>
> cudart.c:261: error: expected ')' before 'bufferObj'
> cudart.c:265: error: expected declaration specifiers or '...' before
> 'GLuint'
>
>

Check the IMPORT variable in Makefile.in and see if everything you
need is listed.

--John



More information about the wine-devel mailing list