Re: [Mesa-dev] Build mesa-dev on Windows with AVX instruction set problem

2017-10-25 Thread Fabrício Ceolin
Seeing the source code in disassembly and the stacktrace, it appears to me that the problem is in the std:: basic_string(), not related to mesa-dev. Although, it's strange to me the source of this include is at MSVC dir (according to VS2017) and opengl32.dll was compiled using LLVM. Maybe the prob

Re: [Mesa-dev] Build mesa-dev on Windows with AVX instruction set problem

2017-10-25 Thread Roland Scheidegger
Am 26.10.2017 um 00:26 schrieb Ilia Mirkin: > On Wed, Oct 25, 2017 at 6:15 PM, Fabrício Ceolin > mailto:fabricio.ceo...@miningmath.com>> > wrote: > > Hi, > > Thanks. I recompiled everything (on Windows) using this real machine: > > #under msys2 > $ cat /proc/cpuinfo > process

Re: [Mesa-dev] Build mesa-dev on Windows with AVX instruction set problem

2017-10-25 Thread Ilia Mirkin
On Wed, Oct 25, 2017 at 6:15 PM, Fabrício Ceolin < fabricio.ceo...@miningmath.com> wrote: > Hi, > > Thanks. I recompiled everything (on Windows) using this real machine: > > #under msys2 > $ cat /proc/cpuinfo > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model

Re: [Mesa-dev] Build mesa-dev on Windows with AVX instruction set problem

2017-10-25 Thread Fabrício Ceolin
Hi, Thanks. I recompiled everything (on Windows) using this real machine: #under msys2 $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Genuine Intel(R) CPU U2300 @ 1.20GHz stepping: 10 cpu MHz

Re: [Mesa-dev] Build mesa-dev on Windows with AVX instruction set problem

2017-10-24 Thread Roland Scheidegger
Am 24.10.2017 um 18:26 schrieb Fabrício Ceolin: > Hi, > > I am trying to build mesa-dev on windows. > > I am learning how to do it, through the > project https://github.com/pal1000/mesa-dist-win/tree/master/buildscript > > > I tr

Re: [Mesa-dev] Build mesa-dev on Windows with AVX instruction set problem

2017-10-24 Thread Fabrício Ceolin
Hi, I am trying to build mesa-dev on windows. I am learning how to do it, through the project https://github.com/ pal1000/mesa-dist-win/tree/master/buildscript I tried to use the binaries from pal1000, but I got an illegal instruction problem in opengl32.dll when I tried to run my application (V