snailspeed3
snailspeed3
Thank you for taking such a thorough look at the issue. Until it is fixed upstream, is there a particular workaround you'd endorse? I'd love to have my project on...
Hi! I think that makes a lot of sense and should work perfectly well? The one thing I'd note is that there are some slight differences between clang-cl and clang...
Edit: I spoke too soon--see my next message. ~~Oh, thank you so much! That works perfectly. I wonder if it would make sense to put this information in the missing...
I spoke too soon. It appears crate-type isn't working as I had expected? ``` 1> CMake generation started for configuration: 'Clang-x64-Debug'. 1> Found and using vcpkg toolchain file (C:/Users/rii/Documents/dev/vcpkg/scripts/buildsystems/vcpkg.cmake). 1>...
> Could you clarify what is broken? The expected behavior is that CRATE_TYPES only imports a subset of types (but not more), and --crate-type=x will cause cargo rustc to build...
Yes. In particular, here is the error I get trying: ``` test2>cargo build --target wasm32-unknown-emscripten Compiling gctex v0.1.13 (C:\Users\rii\Documents\dev\RiiStudio\source\gctex) error: linking with `emcc.bat` failed: exit code: 1 | = note:...
Possibly. I'm unfamiliar with the signing process and unsure if the brew libraries we link against require the system to have certain packages installed. If we can figure that out...
I think it's not seeing `clang++` from brew? Were you able to install the `llvm` package?
Perhaps it's being installed to a different directory? E.g. `llvm`'s own `bin` subdirectory?
It should be in the `frontend` subdirectory in your build folder! Also keep in mind the latest Assimp version has some regressions, so the Windows build stays at a known...