[Smtk-developers] SMTK build error

Robert Maynard robert.maynard at kitware.com
Wed Jun 1 17:19:30 EDT 2016


I will do one better.

Here is the MR that fixes the issue ( that I created ):
https://gitlab.kitware.com/cmb/smtk/merge_requests/95

On Wed, Jun 1, 2016 at 5:04 PM, David Thompson
<david.thompson at kitware.com> wrote:
>> Can you open an issue that provides / points me towards how the newer
>> clang compilers are failing the c++11 check for shared ptr?
>>
>> That is something that should work going forward.
>
>
> Here's the error message:
>
> Trying shared ptr; result: Change Dir: /Stage/Build/SMTK/polygon/CMakeTmp/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/local/bin/ninja" "cmTC_e0daa"
> [1/2] Building CXX object CMakeFiles/cmTC_e0daa.dir/shared_ptr.cxx.o
> FAILED: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++     -std=c++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.10 -o CMakeFiles/cmTC_e0daa.dir/shared_ptr.cxx.o -c /Stage/Source/SMTK/polygon/CMake/shared_ptr.cxx
> /Stage/Source/SMTK/polygon/CMake/shared_ptr.cxx:14:30: error: no matching function for call to 'make_shared'
>   std::shared_ptr<float> f = std::make_shared(42.0f);
>                              ^~~~~~~~~~~~~~~~
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:4747:1: note: candidate template ignored: couldn't infer template argument '_Tp'
> make_shared(_Args&& ...__args)
> ^
> 1 error generated.
> ninja: build stopped: subcommand failed.
>
> If you really think it's worth an issue, feel free to open one but please don't assign it to me. :-)
>
>         David


More information about the Smtk-developers mailing list