Unable to get oxipng or OptiVorbis to compile with VC8 libs with static crt #58
Unanswered
the-r3dacted
asked this question in
Q&A
Replies: 1 comment
-
|
Yeah the C99 math stuff is always tricky. Please post your .cargo/config.tomls for the respective errors, and the full linker command line. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I've been playing around with the cargo config.toml, setting vc8 libs, enabling libucrt, commenting and uncommenting various items, but I'm just unable to get them to compile. I always get get undefined symbol errors with VC8 while both compile fine with VS2017 + static.
For oxipng I get this:
For OptiVorbis, I also get duplicate symbol errors doing this, but I manually edited the llvm linker to just warn for them. Afterwards I get an error.
Any idea what this could be?
Beta Was this translation helpful? Give feedback.
All reactions