jacmoe / conan-assimp

Conan.io package for Assimp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSX support

jacmoe opened this issue · comments

This is probably just a matter of adding one or more osx tasks to the Travis build matrix.

PRs also accepted!

The build fails:

In file included from /Users/travis/.conan/data/Assimp/3.3.1/jacmoe/testing/build/5719b45ce3c28f685807df810559357d1decda02/assimp-3.3.1/code/glTFImporter.cpp:55:
In file included from /Users/travis/.conan/data/Assimp/3.3.1/jacmoe/testing/build/5719b45ce3c28f685807df810559357d1decda02/assimp-3.3.1/code/glTFAsset.h:59:
/Users/travis/.conan/data/Assimp/3.3.1/jacmoe/testing/build/5719b45ce3c28f685807df810559357d1decda02/assimp-3.3.1/code/../contrib/rapidjson/include/rapidjson/document.h:562:14: error: constructor cannot be redeclared
explicit GenericValue( size_t u ) RAPIDJSON_NOEXCEPT : data_(), flags_( kNumberUintFlag ) {
^
/Users/travis/.conan/data/Assimp/3.3.1/jacmoe/testing/build/5719b45ce3c28f685807df810559357d1decda02/assimp-3.3.1/code/../contrib/rapidjson/include/rapidjson/document.h:550:14: note: previous declaration is here
explicit GenericValue(unsigned long u64) RAPIDJSON_NOEXCEPT : data_(), flags_(kNumberUint64Flag) {

https://travis-ci.org/jacmoe/conan-assimp/jobs/242586047

I don't have a Mac, so if any of you have a Mac, it will be much faster to fix this, because debugging via Travis takes a loooooooooooooooooooooooooooooooooong time 😄