Sorry if already discussed somewhere, I didn't find answers directly linked to three_d but found some data on other softs...
I am starting "playing" with examples to understand how three-d works, but cannot compile some of them, apprently due to incompatibility between dependances toolchain and local one.
I am working with (default as shown, gnu toolchain on win11):
For example, trying to compile "wireframe" example with:
cargo run --release --example wireframe
ends with an error:
error: linking withx86_64-w64-mingw32-gccfailed: exit code: 1
with a lot of warnings as:
Warning: .drectve `-exclude-symbols:"_ZN80_$LT$core..str..pattern..StrSearcher$u20$as$u20$core..str..pattern
..Searcher$GT$10next_match17h608a72a84d629984E" ' unrecognized
Warning: .drectve `-exclude-symbols:"_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern
..Searcher$GT$10next_match17he7b9d5cea1a57b80E" ' unrecognized
Warning: .drectve `-exclude-symbols:"_ZN81_$LT$core..str..pattern..CharSearcher$u20$as$u20$core..str..pattern
..Searcher$GT$8haystack17h6acce2638fd0c999E" ' unrecognized
Warning: corrupt .drectve at end of def file
Warning: corrupt .drectve at end of def file
As far as I found, it is linked to incompatibility between dependance msvc toolchain and gnu toolchain...
Does anybody meet this problem... and solve it?
... meaning, without installing MSVC build tools (I cannot, licence requirement for professional use for internal software... as far as I understand its licence!!!)
Hi all,
Sorry if already discussed somewhere, I didn't find answers directly linked to three_d but found some data on other softs...
I am starting "playing" with examples to understand how three-d works, but cannot compile some of them, apprently due to incompatibility between dependances toolchain and local one.
I am working with (default as shown, gnu toolchain on win11):
For example, trying to compile "wireframe" example with:
ends with an error:
error: linking with
x86_64-w64-mingw32-gccfailed: exit code: 1
with a lot of warnings as:As far as I found, it is linked to incompatibility between dependance msvc toolchain and gnu toolchain...
Does anybody meet this problem... and solve it?
... meaning, without installing MSVC build tools (I cannot, licence requirement for professional use for internal software... as far as I understand its licence!!!)
Thanks for reading