Open wreckdump opened 2 years ago
Hi @wreckdump,
Can you please confirm that your issue is resolved with the latest version of the source code? boost::program_options::options_description
dependency was removed from RGA code a while back.
Thanks.
I am trying to build the program in Arch Linux, and I think I am almost there. But, at the very last stage I get an error regarding the boost library. I think that the boost library is not properly linked as I am getting bunch of
undefined reference to 'boost::program_options::options_description
errors.Should I somehow change the compilation flag or something in order to fix this? I checked the directory where the bash script downloads the dependencies, and they seems to be fine (as in having all the right header files and whatnot...)
Thanks.