Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_empty_options::test_method()’:
- src/tests/test_commandline_options.cpp:33:270: error: ‘class commandline_options’ has no member named ‘config_path’
- BOOST_CHECK(!co.config_path);
- ^
- src/tests/test_commandline_options.cpp:34:270: error: ‘class commandline_options’ has no member named ‘config_dir’
- BOOST_CHECK(!co.config_dir);
- ^
- src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_default_options::test_method()’:
- src/tests/test_commandline_options.cpp:114:271: error: ‘class commandline_options’ has no member named ‘config_path’
- BOOST_CHECK(!co.config_path);
- ^
- src/tests/test_commandline_options.cpp:115:271: error: ‘class commandline_options’ has no member named ‘config_dir’
- BOOST_CHECK(!co.config_dir);
- ^
- src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_full_options::test_method()’:
- src/tests/test_commandline_options.cpp:257:270: error: ‘class commandline_options’ has no member named ‘config_path’
- BOOST_CHECK(co.config_path);
- ^
- src/tests/test_commandline_options.cpp:258:270: error: ‘class commandline_options’ has no member named ‘config_dir’
- BOOST_CHECK(co.config_dir && *co.config_dir == "configdirfoo");
- ^
- src/tests/test_commandline_options.cpp:258:288: error: ‘class commandline_options’ has no member named ‘config_dir’
- BOOST_CHECK(co.config_dir && *co.config_dir == "configdirfoo");
- ^
- src/tests/test_commandline_options.cpp: In member function ‘void cmdline_opts::test_positional_options::test_method()’:
- src/tests/test_commandline_options.cpp:354:271: error: ‘class commandline_options’ has no member named ‘config_path’
- BOOST_CHECK(!co.config_path);
- ^
- src/tests/test_commandline_options.cpp:355:271: error: ‘class commandline_options’ has no member named ‘config_dir’
- BOOST_CHECK(!co.config_dir);
- ^
- scons: *** [build/release/tests/test_commandline_options.o] Error 1
- scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment