Bug#694879: Blender + OpenCOLLADA FTBFS

ian_bruce at mail.ru ian_bruce at mail.ru
Sun Aug 7 05:07:47 UTC 2016


On Thu, 4 Aug 2016 04:08:30 -0700
<ian_bruce at mail.ru> wrote:

> If removing the illegal UTF-8 and Windows-1252 characters doesn't fix
> the problem, then try this:
> 
> 
> --- opencollada/COLLADAFramework/COLLADAFWPrerequisites.h.orig	2014-07-03 09:30:54.000000000 -0700
> +++ opencollada/COLLADAFramework/COLLADAFWPrerequisites.h	2016-08-04 03:42:44.765860036 -0700
> @@ -11,6 +11,7 @@
>  #ifndef __COLLADAFW_PREREQUISITES_H__
>  #define __COLLADAFW_PREREQUISITES_H__
>  
> +#include <vector>
>  #include <string>
>  
>  namespace COLLADAFW

Apparently, I was right:


--- opencollada_0.1.0~20140703.ddf8f47+dfsg1/COLLADAFramework/include/COLLADAFWInstanceBindingBase.h	2014-07-03 09:30:54.000000000 -0700
+++ opencollada_0.1.0~20160714.0ec5063+dfsg1/COLLADAFramework/include/COLLADAFWInstanceBindingBase.h	2016-07-13 12:25:45.000000000 -0700
@@ -15,6 +15,11 @@
 #include "COLLADAFWInstanceBase.h"
 #include "COLLADAFWMaterialBinding.h"
 
+#include "COLLADABUURI.h"
+
+#include <vector>
+
+
 namespace COLLADAFW
 {
 



More information about the pkg-multimedia-maintainers mailing list