Changes between Initial Version and Version 1 of Ticket #5948, comment 8
- Timestamp:
- 2020-05-18T16:00:29Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5948, comment 8
initial v1 36 36 BOOST_INCLUDE=. 37 37 BOOST_LIBRARIES= -lBoost::filesystem -lBoost::system -lBoost::serialization -lBoost::program_options 38 39 40 BOOST_SYSTEM_LIB= 41 BOOST_FILESYSTEM_LIB= 42 BOOST_PROGRAM_OPTIONS_LIB= 38 43 }}} 39 44 … … 43 48 BOOST_INCLUDE=. 44 49 BOOST_LIBRARIES= -lboost_filesystem -lboost_system -lboost_serialization -lboost_program_options 50 51 BOOST_SYSTEM_LIB=boost_system 52 BOOST_FILESYSTEM_LIB=boost_filesystem 53 BOOST_PROGRAM_OPTIONS_LIB=boost_program_options 45 54 }}} 46 There is no output and no errors at all. 55 56 With this (and after building testsuite-depends) I get the test to run.