Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use clang-cl instead of cl to build jsglue.cpp #231

Open
jdm opened this issue Feb 24, 2020 · 1 comment
Open

Use clang-cl instead of cl to build jsglue.cpp #231

jdm opened this issue Feb 24, 2020 · 1 comment

Comments

@jdm
Copy link
Member

jdm commented Feb 24, 2020

running: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX64\\x64\\cl.exe" "-nologo" "-MD" "-Z7" "-Brepro" "-I" "C:\\Users\\task_1582275861\\repo\\target\\debug\\build\\mozjs_sys-0e161224f0a4af5f\\out\\build\\dist/include" "-I" "C:\\Users\\task_1582275861\\repo\\target\\debug\\build\\mozjs_sys-0e161224f0a4af5f\\out\\build\\js/src" "-W4" "-FI" "C:\\Users\\task_1582275861\\repo\\target\\debug\\build\\mozjs_sys-0e161224f0a4af5f\\out\\build/js/src/js-confdefs.h" "-DRUST_BINDGEN" "-DSTATIC_JS_API" "-DWIN32" "-D_CRT_USE_BUILTIN_OFFSETOF" "-FoC:\\Users\\task_1582275861\\repo\\target\\debug\\build\\mozjs_sys-0e161224f0a4af5f\\out\\build\\glue\\src/jsglue.o" "-c" "src/jsglue.cpp"

CI shows that we're using the wrong compiler executable.

@Amorter
Copy link

Amorter commented Jun 13, 2024

I have the same problem, is there any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants