1
Programming / Re: Problem in Compile
« on: April 09, 2020, 05:17:50 pm »
version <MinGW.org GCC-8.2.0-3>8.2.0
If standard 11 is used then boost is not needed?
I just don’t understand yet what SRCS_BOOST = ../../lib/boost/"
"fatal error Cannot open include file: 'yaml-cpp/parser.h': No such file or directory"
This error appears due to the declaration <yaml-cpp / parser.h>; if you change it to "parser.h", the error disappears but there are too many such announcements to change them all. Where yaml should be located so that there is no error, I do not understand.
Gradually maybe I’ll figure it out until I can compile
If standard 11 is used then boost is not needed?
I just don’t understand yet what SRCS_BOOST = ../../lib/boost/"
"fatal error Cannot open include file: 'yaml-cpp/parser.h': No such file or directory"
This error appears due to the declaration <yaml-cpp / parser.h>; if you change it to "parser.h", the error disappears but there are too many such announcements to change them all. Where yaml should be located so that there is no error, I do not understand.
Gradually maybe I’ll figure it out until I can compile