-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cannot compile on v7.0 #1173
Comments
We support ubuntu stock 16.04 and up.
Which version are you using?
Laurent Perron | Operations Research | [email protected] | (33) 1 42 68 53
00
Le jeu. 4 avr. 2019 à 12:00, king-kong <[email protected]> a écrit :
… Both gcc (Ubuntu 5.4.0-6ubuntu116.04.11) 5.4.0 20160609 and
clang version 6.0.0-1ubuntu216.04.1 (tags/RELEASE_600/final) failed to
compile and report this error.
or-tools/ortools/linear_solver/linear_solver.h:731:13: error: use of
overloaded operator '<<' is ambiguous (with operand types 'std::ostream'
(aka 'basic_ostream') and
'const absl::string_view')
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1173>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKj17QOhWfaAHgeaxYNDtt5huoTid1Csks5vdc01gaJpZM4ccZsk>
.
|
Please give us the command you run. |
Sorry... My bad. I got confused. It seems that I have installed previous version of ortools in /usr/local/include. After I renamed it, it compiled successfully. Sorry again... |
By the way, will you guys support parallel CMake build of Cbc in the future? |
What do you mean by parallel CMake build of Cbc ? note: I'm currently migrating my CMake support from Cbc svn mono archive to splitted coin-or github fork. |
Sorry for the ambiguity. By parallel I mean like the original flag --enable-cbc-parallel in the configure file. |
Both gcc (
Ubuntu 5.4.0-6ubuntu1~16.04.11
)5.4.0 20160609
andclang version
6.0.0-1ubuntu2~16.04.1
(tags/RELEASE_600/final
) failed to compile and report this error.The text was updated successfully, but these errors were encountered: