You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have problems with cxx on Windows, when compiling the crate the following error occurs:
I tested on 3 systems, on two it fails and on one windows system it compiles without problems. Any ideas whats the problem here?
error: failed to run custom build command for `gdeflate v0.1.2 (C:\Users\cach30verfl0w\Desktop\gdeflate-rs)`
Caused by:
process didn't exit successfully: `C:\Users\cach30verfl0w\Desktop\gdeflate-rs\target\debug\build\gdeflate-8b612263636dfc2b\build-script-build` (exit code: 1)
--- stderr
cxxbridge error: Failed to copy `..\..\..\..\..\..\..\..\..\..\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cxx-1.0.103\include\cxx.h` -> `C:\Users\cach30verfl0w\Desktop\gdeflate-rs\target\debug\build\gdeflate-72183011123d6af9\out\cxxbridge\include\rust\cxx.h`
Caused by:
The system cannot find the path specified. (os error 3)
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
Hey, I have problems with cxx on Windows, when compiling the crate the following error occurs:
I tested on 3 systems, on two it fails and on one windows system it compiles without problems. Any ideas whats the problem here?
https://github.com/ProjectKML/gdeflate-rs/ this is the crate that's using cxx.
The text was updated successfully, but these errors were encountered: