Re: [Bf-committers] MinGW Build Questions

2012-11-24 Thread Antony Riakiotakis
Hi, Openmp is a MinGW64 problem, mixing pthreads with openmp is buggy. Currently I am trying to debug this in their winpthread implementation but I am no thread expert. Not by far. Any help is welcome. I have downloaded their svn repository and winpthread is in experimental/winpthread folder. Stan

Re: [Bf-committers] MinGW Build Questions

2012-11-24 Thread Jason Wilkins
What do you mean? I didn't have any problems enabling WITH_OPENMP in my builds and I assumed that it worked even though I didn't test it. On the other hand, I wasn't aware large parts of Blender had been updated for OpenMP, so I'm not sure how it could make that much of a difference. On Sat, Nov

Re: [Bf-committers] MinGW Build Questions

2012-11-24 Thread Yousef Hurfoush
out of the subject BUT! can some look into openmp with mingw? i build mingw on windows and it really makes a deference in speed. Regards Yousef Harfoush ba...@msn.com > Date: Sat, 24 Nov 2012 07:53:59 -0600 > From: jason.a.wilk...@gmail.com > To: bf-committers@blender.org > Subject: Re: [Bf-c

Re: [Bf-committers] MinGW Build Questions

2012-11-24 Thread Jason Wilkins
Everything runs fine after building, but I just realized that the dll installed by 'make install' is the one from Blender's lib directory, not the one in mingw's. So it still isn't quite consistent. On Sat, Nov 24, 2012 at 7:48 AM, Jason Wilkins wrote: > I just setup so I can build with MinGW an

[Bf-committers] MinGW Build Questions

2012-11-24 Thread Jason Wilkins
I just setup so I can build with MinGW and I've run into some things I think are strange. I hope you guys don't mind me asking here if it turns out they aren't so strange :-) It seems that the lib/mingw/pthread directory only contains a lib directory but not an include directory. The preprocesso

Re: [Bf-committers] Windows SDL Library

2012-11-24 Thread Mitchell Stokes
In order to use WITH_GHOST_SDL on Windows you'll need to grab SDL 2.0 libs, the pre-built ones for Blender are 1.2. --Mitchell Stokes On Sat, Nov 24, 2012 at 12:35 AM, Ummi Nom wrote: > Hi! > > Don't know about WITH_GHOST_SDL, but afaik sdl's stable version is 1.2 and > the 2.0 is still under c

Re: [Bf-committers] Windows SDL Library

2012-11-24 Thread Ummi Nom
Hi! Don't know about WITH_GHOST_SDL, but afaik sdl's stable version is 1.2 and the 2.0 is still under construction. On Sat, Nov 24, 2012 at 8:26 AM, Jason Wilkins wrote: > I tried to compile with the WITH_GHOST_SDL option on MSVC 2008 and got > a #error telling me the library needs to be at leas

Re: [Bf-committers] Windows SDL Library

2012-11-24 Thread Jason Wilkins
Same error with MinGW32 On Sat, Nov 24, 2012 at 12:26 AM, Jason Wilkins wrote: > I tried to compile with the WITH_GHOST_SDL option on MSVC 2008 and got > a #error telling me the library needs to be at least version 2.0. I > have a fully up to date library directory (lib/windows). > > Is this opt