[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31783] trunk/blender: - use list append in more places (preferred method since its faster)

Tamito KAJIYAMA rd6t-kjym at asahi-net.or.jp
Tue Sep 7 00:07:02 CEST 2010


Hi Campbell,

With VC++ 2008 and CMake, the trunk does not compile with an
error saying that zlib.h is not found.  The cause seems the removal
of ${ZLIB_INC} from source/blender/blenlib/CMakeLists.txt, as
seen in the commit log below.  Just reverting the removal allowed
the trunk to compile fine.  Hope this helps.

Thanks,

-- 
KAJIYAMA, Tamito <rd6t-kjym at asahi-net.or.jp>


----- Original Message ----- 
From: "Campbell Barton" <ideasman42 at gmail.com>
To: <bf-blender-cvs at blender.org>
Sent: Monday, September 06, 2010 11:15 AM
Subject: [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31783] trunk/blender: - use list append in more places (preferred method 
since its faster)


> Revision: 31783
>          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31783
> Author:   campbellbarton
> Date:     2010-09-06 12:15:41 +0200 (Mon, 06 Sep 2010)
>
> Log Message:
> -----------
> - use list append in more places (preferred method since its faster)
> - remove some unused include paths
> - remove unused linux path define

(snip)

> Modified: trunk/blender/source/blender/blenlib/CMakeLists.txt
> ===================================================================
> --- trunk/blender/source/blender/blenlib/CMakeLists.txt 2010-09-06 09:46:34 UTC (rev 31782)
> +++ trunk/blender/source/blender/blenlib/CMakeLists.txt 2010-09-06 10:15:41 UTC (rev 31783)
> @@ -27,10 +27,14 @@
> FILE(GLOB SRC intern/*.c)
>
> SET(INC
> - . ../makesdna ../blenkernel ../../../intern/guardedalloc ../include
> - ../gpu ../../../intern/ghost
> + .
> + ../makesdna
> + ../blenkernel
> + ../include
> + ../gpu
> + ../../../intern/ghost
> + ../../../intern/guardedalloc
>  ${FREETYPE_INCLUDE_DIRS}
> - ${ZLIB_INC}
> )
>
> IF(CMAKE_SYSTEM_NAME MATCHES "Linux")

(snip) 



More information about the Bf-committers mailing list