[Mesa-dev] [Bug 66346] shader_query.cpp:49: error: invalid conversion from 'void*' to 'GLuint'

2014-05-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66346 Vinson Lee changed: What|Removed |Added CC||jerem...@freedesktop.org -- You are receiv

Re: [Mesa-dev] build failure: _mesa_BindAttribLocation vs _mesa_lookup_shader_program_err , GLuint vs GLhandleARB

2014-05-24 Thread Jeremy Huddleston Sequoia
On May 24, 2014, at 19:55, Emil Velikov wrote: > On 25/05/14 02:12, Jeremy Huddleston Sequoia wrote: >> I'm getting this build failure: >> >> main/shader_query.cpp:49:7: error: no matching function for call to >> '_mesa_lookup_shader_program_err' >> _mesa_lookup_shader_program_err(ctx, pr

Re: [Mesa-dev] build failure: _mesa_BindAttribLocation vs _mesa_lookup_shader_program_err , GLuint vs GLhandleARB

2014-05-24 Thread Emil Velikov
On 25/05/14 02:12, Jeremy Huddleston Sequoia wrote: > I'm getting this build failure: > > main/shader_query.cpp:49:7: error: no matching function for call to > '_mesa_lookup_shader_program_err' > _mesa_lookup_shader_program_err(ctx, program, "glBindAttribLocation"); > ^~~~

[Mesa-dev] build failure: _mesa_BindAttribLocation vs _mesa_lookup_shader_program_err , GLuint vs GLhandleARB

2014-05-24 Thread Jeremy Huddleston Sequoia
I'm getting this build failure: main/shader_query.cpp:49:7: error: no matching function for call to '_mesa_lookup_shader_program_err' _mesa_lookup_shader_program_err(ctx, program, "glBindAttribLocation"); ^~~ ../../src/mesa/main/shaderobj.h:81:1: note: cand