Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. [anupamjamatia@localhost gnocchi-0.35]$ make -Wno-deprecated
  2. make all-recursive
  3. make[1]: Entering directory `/home/anupamjamatia/Downloads/gnocchi-0.35'
  4. make[2]: Entering directory `/home/anupamjamatia/Downloads/gnocchi-0.35'
  5. g++ -DHAVE_CONFIG_H -I. -Wall -Wextra -DIN_GCC -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
  6. In file included from /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/hash_set:60,
  7. from /usr/include/boost/graph/adjacency_list.hpp:25,
  8. from analyser.hpp:22,
  9. from main.cpp:28:
  10. /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward/backward_warning.h:28:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
  11. main.cpp:91: error: declaration of ‘std::map<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, std::less<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> >, std::allocator<std::pair<const boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> > > > file_processor::map’
  12. /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/bits/stl_map.h:87: error: changes meaning of ‘map’ from ‘class std::map<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, std::less<boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> >, std::allocator<std::pair<const boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits>, boost::filesystem::basic_path<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> > > >’
  13. make[2]: *** [main.o] Error 1
  14. make[2]: Leaving directory `/home/anupamjamatia/Downloads/gnocchi-0.35'
  15. make[1]: *** [all-recursive] Error 1
  16. make[1]: Leaving directory `/home/anupamjamatia/Downloads/gnocchi-0.35'
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement