-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build error for target 'bin/FizzUtilTest' #68
Comments
This is the error: |
When I run
make
, the following error occurs. I have devoted massive time to it but still could not solve the problem.build error.txt
At first I thought it was the problem with boost and actually I do find two versions of boost on the server(1.58 and 1.65). So I remove the 1.58 version and run it again. The same error occurs.
When I look into the
/usr/local/include/boost/regex/v4/regex_match.hpp
, the 50th line isBOOST_REGEX_DETAIL_NS::perl_matcher<BidiIterator, Allocator, traits> matcher(first, last, m, e, flags, first);
, which previously wasboost::re_detail::perl_matche...
. I think I have already figured out the problem but it doesn't work.gcc (Ubuntu 7.5.0-3ubuntu1 18.04) 7.5.0
g++ (Ubuntu 7.5.0-3ubuntu1 18.04) 7.5.0
Boost version:1.65.1
The text was updated successfully, but these errors were encountered: