Re: [Mesa-dev] Problem with ___glapi_noop_table

2015-05-18 Thread Shervin Sharifi
Hi Brian, Thanks for your response. I downloaded version 10.5.5 sources from ftp://ftp.freedesktop.org/pub/mesa/. I just unzipped the files and put them in a folder. I have previously built llvm3.4 before (I've used it with previous versions of mesa). Here is the command line I'm using in ming

Re: [Mesa-dev] Problem with ___glapi_noop_table

2015-05-15 Thread Brian Paul
On 05/14/2015 11:26 AM, Shervin Sharifi wrote: Hi, I am trying to build Mesa for OpenGL ES (with llvmpipe) under windows with MSVC. I'm getting an error due to an unresolved external symbol (___glapi_noop_table). There is no definition of ___glapi_noop_table in the code. Am I missing some

[Mesa-dev] Problem with ___glapi_noop_table

2015-05-14 Thread Shervin Sharifi
Hi, I am trying to build Mesa for OpenGL ES (with llvmpipe) under windows with MSVC. I'm getting an error due to an unresolved external symbol (___glapi_noop_table). There is no definition of ___glapi_noop_table in the code. Am I missing something? Here is the configuration I'm using: LLVM=C