[Bf-committers] New Developer Meeting minutes

lguillaume lecocqguillaume at gmail.com
Tue Jan 12 03:48:47 CET 2010


Just to say that I successfully made a 64 bits compilation of blender with
vc2010 beta 2010 and cmake 2.8.

Can anyone put the patch for correcting quicktime dir in cmake (anyone who
can test if it does not break on mac) :

Index: source/blender/makesrna/intern/CMakeLists.txt
===================================================================
--- source/blender/makesrna/intern/CMakeLists.txt    (revision 25905)
+++ source/blender/makesrna/intern/CMakeLists.txt    (working copy)
@@ -63,7 +63,7 @@
 ENDIF(WITH_DDS)

 IF(WITH_QUICKTIME)
-    SET(INC "${INC} ../../quicktime")
+    SET(INC ${INC} ../../quicktime)
     ADD_DEFINITIONS(-DWITH_QUICKTIME)
 ENDIF(WITH_QUICKTIME)


More information about the Bf-committers mailing list