[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16153] trunk/blender/source/blender: Win64: compiles fine with scons with gcc now

Daniel Genrich daniel.genrich at gmx.net
Sun Aug 17 19:22:13 CEST 2008


Revision: 16153
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16153
Author:   genscher
Date:     2008-08-17 19:22:10 +0200 (Sun, 17 Aug 2008)

Log Message:
-----------
Win64: compiles fine with scons with gcc now

Modified Paths:
--------------
    trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h
    trunk/blender/source/blender/imbuf/intern/scaling.c
    trunk/blender/source/blender/src/parametrizer.h

Modified: trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h
===================================================================
--- trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h	2008-08-17 17:18:25 UTC (rev 16152)
+++ trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h	2008-08-17 17:22:10 UTC (rev 16153)
@@ -34,6 +34,7 @@
 extern "C" {
 #endif
 
+#include "BLO_sys_types.h" // for intptr_t support
 
 typedef int (GetRowFn)(LogImageFile* logImage, unsigned short* row, int lineNum);
 typedef int (SetRowFn)(LogImageFile* logImage, const unsigned short* row, int lineNum);

Modified: trunk/blender/source/blender/imbuf/intern/scaling.c
===================================================================
--- trunk/blender/source/blender/imbuf/intern/scaling.c	2008-08-17 17:18:25 UTC (rev 16152)
+++ trunk/blender/source/blender/imbuf/intern/scaling.c	2008-08-17 17:22:10 UTC (rev 16153)
@@ -39,6 +39,8 @@
 #include "IMB_allocimbuf.h"
 #include "IMB_filter.h"
 
+#include "BLO_sys_types.h" // for intptr_t support
+
 /************************************************************************/
 /*								SCALING									*/
 /************************************************************************/

Modified: trunk/blender/source/blender/src/parametrizer.h
===================================================================
--- trunk/blender/source/blender/src/parametrizer.h	2008-08-17 17:18:25 UTC (rev 16152)
+++ trunk/blender/source/blender/src/parametrizer.h	2008-08-17 17:22:10 UTC (rev 16153)
@@ -5,6 +5,8 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
+	
+#include "BLO_sys_types.h" // for intptr_t support
 
 typedef void ParamHandle;	/* handle to a set of charts */
 typedef intptr_t ParamKey;		/* (hash) key for identifying verts and faces */





More information about the Bf-blender-cvs mailing list