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 <[email protected]>
>To: "[email protected]" <[email protected]>
>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
>
>
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers