urdf-viz icon indicating copy to clipboard operation
urdf-viz copied to clipboard

Compilation fails on windows due to assimp-sys

Open blooop opened this issue 6 years ago • 1 comments

cargo install urdf-viz fails on windows while compiling assimp-sys:

error: could not find native static library `zlibstatic`, perhaps an -L flag is missing?
error: aborting due to previous error
error: Could not compile `assimp-sys`.

I tried installing zlib for windows using this installer: http://gnuwin32.sourceforge.net/packages/zlib.htm but that does not fix the issue.

I found one of your comments about this issue where you found a solution, but I don't think its working any more: https://github.com/Eljay/assimp-sys/issues/16

Thanks

blooop avatar Nov 02 '18 11:11 blooop

Hi, thank you for trying urdf-viz!

I know that it is difficult to build urdf-viz (assimp-sys) on windows.

At least, on appveyor (windows CI environment), it succeeds.

bellow is the setting for appveyor (I think there are nothing special). https://github.com/OTL/urdf-viz/blob/master/appveyor.yml

And the log https://ci.appveyor.com/project/OTL/urdf-viz/builds/19688606

It seems it depends on the environments, and it is difficult to support you for me.

If you solve the problem, please let me know.

OTL avatar Nov 12 '18 11:11 OTL