On 22/06/2017 at 01:54, xxxxxxxx wrote:
Hello,
I am trying to understand Melange C++ library so I thought a good start was to build the examples given in the Melange download folder. I opened "examples.xcodeproj" with Xcode 8.2.1 (I also tried with Xcode 7.0 but same problem) and I built the "examples" project with "All targets". The building fails with error message :
'operator=' is a private member of 'melange::BaseArray<melange::OverrideMapEntry, 16, melange::::BASEARRAYFLAGS_0, melange::DefaultAllocator>'
(at line 78 in c4d_baseoverridedata.h and same error message at line 195)
In fact, when I am trying to build "renderconnection.xcodeproj" with RenderConnection, the building fails with the same error message.
Am I doing anything wrong ? I am on MacOS Sierra 10.12.3
Thanks,
Lina