shadowm

Untitled

Dec 28th, 2013
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_empty_options::test_method()’:
  2. src/tests/test_commandline_options.cpp:33:270: error: ‘class commandline_options’ has no member named ‘config_path’
  3. BOOST_CHECK(!co.config_path);
  4. ^
  5. src/tests/test_commandline_options.cpp:34:270: error: ‘class commandline_options’ has no member named ‘config_dir’
  6. BOOST_CHECK(!co.config_dir);
  7. ^
  8. src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_default_options::test_method()’:
  9. src/tests/test_commandline_options.cpp:114:271: error: ‘class commandline_options’ has no member named ‘config_path’
  10. BOOST_CHECK(!co.config_path);
  11. ^
  12. src/tests/test_commandline_options.cpp:115:271: error: ‘class commandline_options’ has no member named ‘config_dir’
  13. BOOST_CHECK(!co.config_dir);
  14. ^
  15. src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_full_options::test_method()’:
  16. src/tests/test_commandline_options.cpp:257:270: error: ‘class commandline_options’ has no member named ‘config_path’
  17. BOOST_CHECK(co.config_path);
  18. ^
  19. src/tests/test_commandline_options.cpp:258:270: error: ‘class commandline_options’ has no member named ‘config_dir’
  20. BOOST_CHECK(co.config_dir && *co.config_dir == "configdirfoo");
  21. ^
  22. src/tests/test_commandline_options.cpp:258:288: error: ‘class commandline_options’ has no member named ‘config_dir’
  23. BOOST_CHECK(co.config_dir && *co.config_dir == "configdirfoo");
  24. ^
  25. src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_positional_options::test_method()’:
  26. src/tests/test_commandline_options.cpp:354:271: error: ‘class commandline_options’ has no member named ‘config_path’
  27. BOOST_CHECK(!co.config_path);
  28. ^
  29. src/tests/test_commandline_options.cpp:355:271: error: ‘class commandline_options’ has no member named ‘config_dir’
  30. BOOST_CHECK(!co.config_dir);
  31. ^
  32. scons: *** [build/release/tests/test_commandline_options.o] Error 1
  33. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment