[Bf-committers] r52889 Build Error

PerfectionCat sindra1961reborn at yahoo.co.jp
Wed Dec 12 05:21:37 CET 2012


Hi.

Though I change it as follows and compiled it first of all, is this all right?


Index: collada_internal.cpp
===================================================================
@@ -87,7 +87,7 @@

 
 void UnitConverter::mat4_to_dae(float out[4][4], float const in[4][4])
 {
-copy_m4_m4(out, in);
+copy_m4_m4(out, (float(*)[4])in);
 transpose_m4(out);
 }
 
PrefectionCat
----- Original Message -----
>From: PerfectionCat <sindra1961reborn at yahoo.co.jp>
>To: "bf-committers at blender.org" <bf-committers at blender.org>
>Date: 2012/12/12, Wed 11:22
>Subject: r52889 Build Error
>
>
>Build Error
>
>
>source\blender\collada\collada_internal.cpp(90) : error C2664: 'copy_m4_m4'
>
>
>Windows XP/SP3 32bits
>msvc9 + scons
>
>
>PerfectionCat
>
>


More information about the Bf-committers mailing list