This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 189
make failed on Mac #318
Comments
me too |
Hi, remove |
get following errors after removing
|
Link the c++.tbd |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[10/524] Building CXX object Libraries/acdriver/CMakeFiles/acdriver.dir/Sources/Compile/AppIconSet.cpp.o
FAILED: Libraries/acdriver/CMakeFiles/acdriver.dir/Sources/Compile/AppIconSet.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -Dacdriver_EXPORTS -I../Libraries/acdriver/Headers -I../Libraries/xcassets/Headers -I../Libraries/libutil/Headers -I../Libraries/ext/Headers -I../Libraries/plist/Headers -I../Libraries/process/Headers -I../Libraries/graphics/Headers -I../Libraries/dependency/Headers -I../Libraries/libbom/Headers -I../Libraries/libcar/Headers -std=c++11 -fno-rtti -fno-exceptions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fPIC -Wall -Werror -fcolor-diagnostics -MD -MT Libraries/acdriver/CMakeFiles/acdriver.dir/Sources/Compile/AppIconSet.cpp.o -MF Libraries/acdriver/CMakeFiles/acdriver.dir/Sources/Compile/AppIconSet.cpp.o.d -o Libraries/acdriver/CMakeFiles/acdriver.dir/Sources/Compile/AppIconSet.cpp.o -c ../Libraries/acdriver/Sources/Compile/AppIconSet.cpp
In file included from ../Libraries/acdriver/Sources/Compile/AppIconSet.cpp:9:
In file included from ../Libraries/acdriver/Headers/acdriver/Compile/AppIconSet.h:12:
In file included from ../Libraries/xcassets/Headers/xcassets/Asset/Asset.h:15:
../Libraries/libutil/Headers/libutil/Base.h:24:32: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
std::not1(std::ptr_fun<int, int>(::isspace))));
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
# define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# define _LIBCPP_DEPRECATED attribute ((deprecated))
^
In file included from ../Libraries/acdriver/Sources/Compile/AppIconSet.cpp:9:
In file included from ../Libraries/acdriver/Headers/acdriver/Compile/AppIconSet.h:12:
In file included from ../Libraries/xcassets/Headers/xcassets/Asset/Asset.h:15:
../Libraries/libutil/Headers/libutil/Base.h:32:32: error: 'ptr_fun<int, int>' is deprecated [-Werror,-Wdeprecated-declarations]
std::not1(std::ptr_fun<int, int>(::isspace))).base(),
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:1100:1: note: 'ptr_fun<int, int>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
# define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
# 318 define _LIBCPP_DEPRECATED attribute ((deprecated))
^
2 errors generated.
ninja: build stopped: subcommand failed.
make: *** [all] Error 1
$ cmake --version
cmake version 3.17.3
CMake suite maintained and supported by Kitware (kitware.com/cmake).
$ ninja --version
1.10.0
The text was updated successfully, but these errors were encountered: