Quantcast
Channel: Adobe Community: Message List - XMP SDK
Viewing all articles
Browse latest Browse all 801

XMP SDK Failures with new Xcode 10.2 (OSX 10.14)

$
0
0

I've finally hit a point where I can't continue.
OS: OSX 10.14.4
Xcode:10.2

XMP Toolkit SDK CC-2016.7

 

Full details below. Help???? How do I make sure I have the right headers in the right path?

 

 




I downloaded this today and I've been trying to just get this to build.
1) Made the change to the Xcode version to get past the "LESS" "4.3" issue
2) Changed the library in SharedConfig_Mac.cmake:# Setting libstdc++ as default library for compilation to:
set (CMAKE_XCODE_ATTRIBUTE_CLANG_CXX_LIBRARY "libc++")

 

3) made the OSX changes in ToolchainLLVM.cmake

ToolchainLLVM.cmake:set(XMP_OSX_SDK 10.14)

ToolchainLLVM.cmake:set(XMP_OSX_TARGET 10.14)

 

 

4) Added the MacOSX10.14.sdk includes to my include path

#To deal with Xcode10.2

export CPLUS_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/D eveloper/SDKs/MacOSX10.14.sdk/usr/include/

 

 

 

I am getting a bizarre error with the map header files. Is this yet again a header path issue?

 

 

xcodebuild -scheme ALL_BUILD  -workspace project.xcworkspace

(bunch of successful stuff and then....

=== BUILD TARGET XMPFilesStatic OF PROJECT XMPToolkitSDK64 WITH CONFIGURATION Debug ===

 

(more successful stuff)

 

In file included from /Users/nwolk/CodeDevelopment/XMP-Toolkit-SDK-CC201607/XMPCore/build/../../XMPCommon/Inter faces/BaseInterfaces/IConfigurable_I.h:16:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include /c++/v1/map:886:5: error:

      static_assert failed due to requirement 'is_same<typename allocator_type::value_type, value_type>::value'

      "Allocator::value_type must be same type as value_type"

    static_assert((is_same<typename allocator_type::value_type, value_type>::value),

    ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 


Viewing all articles
Browse latest Browse all 801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>