Skip to content

or-tools Installation in ubuntu:20.04 docker container #3484

Discussion options

You must be logged in to vote
c++filt _ZN4absl12lts_2022062319ToInt64MillisecondsENS0_8DurationE
absl::lts_20220623::ToInt64Milliseconds(absl::lts_20220623::Duration)

Do you have something like this ?
https://github.com/google/or-tools/blob/main/tools/docker/images/ubuntu-20.04.Dockerfile

Please note absl API is C++ dialect dependent, since we build or-tools using -std=c++17 you should also build your program with the same flag otherwise you may have "two kinds of absl" which could explain this error...
If you can provide the command line used to build ./DdVC.out

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@andreaxe
Comment options

@Mizux
Comment options

Answer selected by lperron
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Mizux
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants