Re: [Bf-committers] trying to build with mingw32

2012-04-26 Thread Antony Riakiotakis
Hi, it has been corrected in svn, can you try again? ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] trying to build with mingw32

2012-04-26 Thread Yousef Hurfoush
-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 Hi, it has been corrected in svn, can you try again? ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] trying to build with mingw32

2012-04-26 Thread Yousef Hurfoush
faster any chance to soon enable ffmpeg, collada, libsnd on the x64? Regards Yousef Harfoush ba...@msn.com Date: Thu, 26 Apr 2012 18:20:47 +0300 From: kal...@gmail.com To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 Do you have WITH_BF_FFMPEG enabled

Re: [Bf-committers] trying to build with mingw32

2012-04-26 Thread Yousef Hurfoush
Yes, I'll try ffmpeg tomorrow/in the weekend and OpenCollada ASAP. awesome, waiting for you. What is libsnd for though? I am asking because I don't do sound here so I don't know and more importantly because it is turned off for default MinGW32 as well. it provides packed file support check

Re: [Bf-committers] trying to build with mingw32

2012-04-25 Thread Antony Riakiotakis
I see there is an updated installer on MinGW site. I will test in case something breaks. ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] trying to build with mingw32

2012-04-25 Thread Antony Riakiotakis
Well I'll be darned! They did forget to include gcc...facepalm Yousef, can you try this installer instead? http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-2018/ ___ Bf-committers mailing list

Re: [Bf-committers] trying to build with mingw32

2012-04-25 Thread Yousef Hurfoush
Well I'll be darned! They did forget to include gcc...facepalm Yousef, can you try this installer instead? http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/mingw-get-inst-2018/ ok, i downloaded and it compiles ok but not all! it seems it doesn't build OIIO? i get

Re: [Bf-committers] trying to build with mingw32

2012-04-24 Thread Yousef Hurfoush
, i searched the internet but no use, any help would be appreciated. Regards Yousef Harfoush ba...@msn.com Date: Tue, 24 Apr 2012 03:24:50 +0300 From: kal...@gmail.com To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 Hi, as I have explained elsewhere

Re: [Bf-committers] trying to build with mingw32

2012-04-24 Thread Caleb Joseph
On 25/04/2012 2:36 PM, Yousef Hurfoush wrote: scons: done reading SConscript files. scons: Building targets ... Compiling == 'avi.c' scons: *** [Z:\Development\blender\build\win32-mingw\source\blender\avi\intern\a vi.o] The system cannot find the file specified scons: building terminated

Re: [Bf-committers] trying to build with mingw32

2012-04-24 Thread Yousef Hurfoush
Regards Yousef Harfoush ba...@msn.com Date: Wed, 25 Apr 2012 15:21:24 +1000 From: comcal...@gmail.com To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 On 25/04/2012 2:36 PM, Yousef Hurfoush wrote: scons: done reading SConscript files. scons

Re: [Bf-committers] trying to build with mingw32

2012-04-24 Thread Caleb Joseph
On 25/04/2012 3:26 PM, Yousef Hurfoush wrote: here is the patch i use: cd Z:\Development\blender\blender-temp set PATH=Z:\Development\compilers\Python26;%PATH% set PATH=C:\MinGW\bin;C:\MinGW\lib;%PATH% python scons\scons.py BF_TOOLSET=mingw and my mingw32 folder is the default c:\mingw

Re: [Bf-committers] trying to build with mingw32

2012-04-24 Thread Yousef Hurfoush
Ok, after running set PATH=C:\MinGW\bin;C:\MinGW\lib;%PATH%, can you run gcc -v without any issues? there are no gcc in the bin folder which is strange! but i have download the official mingw from their site with their installer and i selected all the lib (checkboxs), and it downloaded the

Re: [Bf-committers] trying to build with mingw32

2012-04-24 Thread Caleb Joseph
On 25/04/2012 3:46 PM, Yousef Hurfoush wrote: there are no gcc in the bin folder which is strange! but i have download the official mingw from their site with their installer and i selected all the lib (checkboxs), and it downloaded the libs and installed them, i don't know if there something

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Antony Riakiotakis
Hi, as of yesterday, MinGW requires that lib/mingw32 is checked out instead of lib/windows. Maybe this is the cause? ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Yousef Hurfoush
Apr 2012 23:20:49 +0300 From: kal...@gmail.com To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 ___ Bf-committers mailing list Bf-committers@blender.org http://lists.blender.org/mailman/listinfo/bf-committers

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Antony Riakiotakis
Hi, the scons build runs correctly here...Do you have any user defined configuration? If you do I would like to take a look. fftw3.h though exists in the lib directory at the specified in the config file path. Other than that, and a wrong directory structure, I can't think of any particular

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Yousef Hurfoush
Date: Tue, 24 Apr 2012 02:12:15 +0300 From: kal...@gmail.com To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 Hi, the scons build runs correctly here... If you do I would like to take a look. fftw3.h though exists in the lib directory at the specified

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Campbell Barton
To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 Hi, the scons build runs correctly here... If you do I would like to take a look. fftw3.h though exists in the lib directory at the specified in the config file path. Other than that, and a wrong directory

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Yousef Hurfoush
: [Bf-committers] trying to build with mingw32 Hi, the scons build runs correctly here...Do you have any user defined configuration? If you do I would like to take a look. fftw3.h though exists in the lib directory at the specified in the config file path. Other than that, and a wrong directory

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Yousef Hurfoush
note that if the mingw lib directory is missing (lib dir on any OS except linux/bsd) cmake wont run at all, complaining that ../lib/mingw32 is missing. no i don't use cmake. i use scons! Regards Yousef Harfoush ba...@msn.com

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Antony Riakiotakis
Hi, as I have explained elsewhere MinGW-w64 builds do not have an official build and it is simply impossible to make sure that all of them work. This weekend I worked extensively to get 64 bit MinGW-64 working and I can tell you first hand that there are many differences between builds and many

Re: [Bf-committers] trying to build with mingw32

2012-04-23 Thread Yousef Hurfoush
2012 03:24:50 +0300 From: kal...@gmail.com To: bf-committers@blender.org Subject: Re: [Bf-committers] trying to build with mingw32 Hi, as I have explained elsewhere MinGW-w64 builds do not have an official build and it is simply impossible to make sure that all of them work. This weekend