8000 Build errors · Issue #906 · cpp-netlib/cpp-netlib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Build errors #906
Open
Open
@andrijzyn

Description

@andrijzyn
root@AndrijNotebook:/home/andrijzyn/Desktop/cpp-netlib# ./build.sh
CMake Deprecation Warning at CMakeLists.txt:7 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Warning (dev) at CMakeLists.txt:8 (project):
  Policy CMP0048 is not set: project() command manages VERSION variables.
  Run "cmake --help-policy CMP0048" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

  The following variable(s) would be set to empty:

    CMAKE_PROJECT_VERSION
    CMAKE_PROJECT_VERSION_MAJOR
    CMAKE_PROJECT_VERSION_MINOR
    CMAKE_PROJECT_VERSION_PATCH
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Deprecation Warning at deps/uri/CMakeLists.txt:7 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Warning (dev) at deps/uri/CMakeLists.txt:10 (option):
  Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  For compatibility with older versions of CMake, option is clearing the
  normal variable 'Uri_BUILD_TESTS'.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at deps/uri/CMakeLists.txt:11 (option):
  Policy CMP0077 is not set: option() honors normal variables.  Run "cmake
  --help-policy CMP0077" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

  For compatibility with older versions of CMake, option is clearing the
  normal variable 'Uri_BUILD_DOCS'.
This warning is for project developers.  Use -Wno-dev to suppress it.

C++ Flags: -std=c++11 -Wall -std=c++11 -std=c++11 -Wall -Werror link flags: 
CMake Deprecation Warning at deps/googletest/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at deps/googletest/googlemock/CMakeLists.txt:42 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at deps/googletest/googletest/CMakeLists.txt:49 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- Configuring done
-- Generating done
-- Build files have been written to: /home/andrijzyn/Desktop/cpp-netlib/build
/usr/bin/cmake -S/home/andrijzyn/Desktop/cpp-netlib -B/home/andrijzyn/Desktop/cpp-netlib/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/andrijzyn/Desktop/cpp-netlib/build/CMakeFiles /home/andrijzyn/Desktop/cpp-netlib/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/andrijzyn/Desktop/cpp-netlib/build'
make  -f deps/uri/src/CMakeFiles/network-uri.dir/build.make deps/uri/src/CMakeFiles/network-uri.dir/depend
make[2]: Entering directory '/home/andrijzyn/Desktop/cpp-netlib/build'
cd /home/andrijzyn/Desktop/cpp-netlib/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/andrijzyn/Desktop/cpp-netlib /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src /home/andrijzyn/Desktop/cpp-netlib/build /home/andrijzyn/Desktop/cpp-netlib/build/deps/uri/src /home/andrijzyn/Desktop/cpp-netlib/build/deps/uri/src/CMakeFiles/network-uri.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/andrijzyn/Desktop/cpp-netlib/build'
make  -f deps/uri/src/CMakeFiles/network-uri.dir/build.make deps/uri/src/CMakeFiles/network-uri.dir/build
make[2]: Entering directory '/home/andrijzyn/Desktop/cpp-netlib/build'
[  1%] Building CXX object deps/uri/src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o
cd /home/andrijzyn/Desktop/cpp-netlib/build/deps/uri/src && /usr/bin/c++ -DBOOST_TEST_DYN_LINK -I/home/andrijzyn/Desktop/cpp-netlib/deps/uri/src -I/home/andrijzyn/Desktop/cpp-netlib/deps/uri/include -std=c++11 -Wall -std=c++11 -std=c++11 -Wall -Werror -MD -MT deps/uri/src/CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o -MF CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o.d -o CMakeFiles/network-uri.dir/detail/uri_normalize.cpp.o -c /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/detail/uri_normalize.cpp
In file included from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/mpl/aux_/na_assert.hpp:23,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/mpl/arg.hpp:25,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/mpl/placeholders.hpp:24,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/iterator/iterator_categories.hpp:17,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/iterator/iterator_adaptor.hpp:14,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/iterator/transform_iterator.hpp:12,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/boost/algorithm/string/iter_find.hpp:17,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/detail/../boost/algorithm/string/split.hpp:16,
                 from /home/andrijzyn/Desktop/cpp-netlib/deps/uri/src/detail/uri_normalize.cpp:15:

the error is floating, sometimes “Building CXX object” goes up to 9%.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0