Re: [Bf-committers] Need help with cmake debug build (MSVC)

2010-05-24 Thread lguillaume
Hi, I don't have problem with my debug compilation, I use msvc 2008 express, cmake 2.6 patch 4. I do the compilation on windows 7 64 bits, the compilation is for 32 bits. The compilation run ok, what kind of information can I put to help you? I do the compilation with : //Include extra build

[Bf-committers] Error on compilation with cmake for windows

2010-04-14 Thread lguillaume
Hi, Since a few days, I can't compile blender 2.5 on vc++ express 9 with cmake. There is 2 errors about the need of pthreads.h I correct the cmakefile with the patch : Index: source/blender/gpu/CMakeLists.txt === ---

Re: [Bf-committers] iksolver_plugin.c error, MSVC 2010 express project files.

2010-03-29 Thread lguillaume
You need to use Cmake 2.8 to create msvc 2010 project file, I use it with the beta 2 of msvc 2010. 2010/3/29 Chris Gunn cwi...@gmail.com Blender is suppose to be built using CMake or Scons. These two tools are designed to make cross platform software building as painless as possible. That is,

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27247] branches/render25/source/creator/ SConscript: Render Branch: another file that needs the pthreads include for scons.

2010-03-03 Thread lguillaume
Hi, The problem is the same with cmake, the patch: Index: source/creator/CMakeLists.txt === --- source/creator/CMakeLists.txt(revision 27249) +++ source/creator/CMakeLists.txt(working copy) @@ -49,8 +49,10 @@

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26190] trunk/blender/source/blender/ blenlib: Threads: added queue for passing data between threads.

2010-01-22 Thread lguillaume
Hello, On msvc threads.c dones not compile. MSVC don not know what is gettimeofday() I found on the web a function to do this on MSVC, http://www.opalvoip.org/websvn/filedetails.php?repname=Opalpath=%2Fexternal%2Fspandsp%2Ftrunk%2Fsrc%2Fmsvc%2Fgettimeofday.c Regards

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26162] trunk/blender: Patch #20693: add parameters for FPS and wait timer for screen cast

2010-01-21 Thread lguillaume
Thanks to put the patch. It will be great if a cursor is drawn when screen cast is running, and the possibility to have a panel with the hotkey. ___ Bf-committers mailing list Bf-committers@blender.org

Re: [Bf-committers] New Developer Meeting minutes

2010-01-07 Thread lguillaume
2. the include path for quicktime_export.h is wrong in the generated projectfiles. I tried to fix this but after experimenting with the CMakeList files for an hour just decided to wait for someone more familiar with the cmake files. - Andrea The fix for this problem : Index: