Build fails with "incomplete type OR_PROTO_DLL is not allowed" and multiple related errors since 9.13 (dynamic DLL, Windows) #4717
Unanswered
Diddlik
asked this question in
Build and configuration issues
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
#define OR_TOOLS_DLL |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What version of OR-Tools and what language are you using?
Version: 9.13-9.14
Language: C++
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
GLOP / MATH_OPT
What operating system (Linux, Windows, ...) and version?
Windows / Visual Studio 2022
I've been using OR-Tools with a static lib build (on Windows) for a while. Since version 9.13, I'm no longer able to compile the library. The build fails with a long list of errors, mostly centered around the following messages:
Is this a known issue? Is there a workaround or a patch planned?
If you need a minimal repro case or further details, let me know. Happy to provide more logs or config.
Thanks for your work on OR-Tools!
Beta Was this translation helpful? Give feedback.
All reactions