CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:86:0, from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:149:45: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T pi() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:49: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T degree() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:624:46: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T NaN(); ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:645:51: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T infinity(); ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp: In static member function ‘static void GeographicLib::Math::norm(T&, T&)’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:356:18: error: ‘std::hypot’ has not been declared using std::hypot; T h = hypot(x, y); x /= h; y /= h; ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp: In static member function ‘static T GeographicLib::Math::AngNormalize(T)’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:406:18: error: ‘std::remainder’ has not been declared using std::remainder; ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp: In static member function ‘static T GeographicLib::Math::AngDiff(T, T, T&)’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:438:18: error: ‘std::remainder’ has not been declared using std::remainder; ^ In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13:0, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp: At global scope: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:134:50: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T WGS84_a() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:140:50: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T WGS84_f() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:151:51: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T WGS84_GM() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:158:54: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T WGS84_omega() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:164:50: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T GRS80_a() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:171:51: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T GRS80_GM() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:185:54: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T GRS80_omega() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:192:51: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T GRS80_J2() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:198:49: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T UTM_k0() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:204:49: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T UPS_k0() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:218:48: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T meter() { return T(1); } ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:238:55: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 template static T square_meter() ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp: In static member function ‘static GeographicLib::Math::real GeographicLib::Constants::degree()’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:115:54: error: no matching function for call to ‘GeographicLib::Math::degree()’ static Math::real degree() { return Math::degree(); } ^ In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:86:0, from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:42: note: candidate: template static T GeographicLib::Math::degree() template static T degree() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:42: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13:0, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:115:54: note: couldn't deduce template parameter ‘T’ static Math::real degree() { return Math::degree(); } ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp: In static member function ‘static GeographicLib::Math::real GeographicLib::Constants::arcminute()’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:120:27: error: no matching function for call to ‘GeographicLib::Math::degree()’ { return Math::degree() / 60; } ^ In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:86:0, from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:42: note: candidate: template static T GeographicLib::Math::degree() template static T degree() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:42: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13:0, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:120:27: note: couldn't deduce template parameter ‘T’ { return Math::degree() / 60; } ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp: In static member function ‘static GeographicLib::Math::real GeographicLib::Constants::arcsecond()’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:125:27: error: no matching function for call to ‘GeographicLib::Math::degree()’ { return Math::degree() / 3600; } ^ In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:86:0, from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:42: note: candidate: template static T GeographicLib::Math::degree() template static T degree() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:159:42: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13:0, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:125:27: note: couldn't deduce template parameter ‘T’ { return Math::degree() / 3600; } ^ In file included from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4:0: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp: In member function ‘GeographicLib::Math::real GeographicLib::Geodesic::EllipsoidArea() const’: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:958:27: error: no matching function for call to ‘GeographicLib::Math::pi()’ { return 4 * Math::pi() * _c2; } ^ In file included from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Constants.hpp:86:0, from /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:13, from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:149:42: note: candidate: template static T GeographicLib::Math::pi() template static T pi() { ^ /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Math.hpp:149:42: note: template argument deduction/substitution failed: In file included from /home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/test_package.cpp:4:0: /home/conan/w/cci_PR-4291/.conan/data/geographiclib/1.51/_/_/package/fcc9bda6948b7e5cd4eddd99173a9b73f3bfaebb/include/GeographicLib/Geodesic.hpp:958:27: note: couldn't deduce template parameter ‘T’ { return 4 * Math::pi() * _c2; } ^ make[2]: *** [CMakeFiles/test_package.dir/test_package.cpp.o] Error 1 make[1]: *** [CMakeFiles/test_package.dir/all] Error 2 make: *** [all] Error 2 ERROR: geographiclib/1.51 (test package): Error in build() method, line 11 cmake.build() ConanException: Error 2 while executing cmake --build '/home/conan/w/cci_PR-4291/6/cb7f0dc8-241d-49ae-87e1-e7065630be83/recipes/geographiclib/all/test_package/build/47a10cb88f42ccc7bb7efd8e11152e0c95e57b14' '--' '-j3'