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 @@
     ../../extern/glew/include
 )

+IF(WIN32)
+    INCLUDE_DIRECTORIES(${PTHREADS_INC})
+ENDIF(WIN32)

-
 IF(WITH_QUICKTIME)
     ADD_DEFINITIONS(-DWITH_QUICKTIME)
 ENDIF(WITH_QUICKTIME)
_______________________________________________
Bf-committers mailing list
Bf-committers@blender.org
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to