-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot build libsoup-3.6.0 #6
Comments
Pretty sure I've run into this one before too, to me it looks like it's splitting the meson path: |
Thanks for your fast reply. I've uninstalled and re-installed into Output errors:
Attached |
Same problem for
|
Looks like a meson issue to me. I tested and I can confirm the issue with Meson 1.6.0 installed through the Meson installer. However, if I install meson through python (pip), everything works. So make sure the python paths are before the meson in the PATH variable, or just uninstall meson and install it through pip instead. |
Thanks for your valuable tip. I can reproduce it: Not working by installing Meson, but works with PIP. That's a different installation than described in README.md and I'll create a PR for this. Another problem is that |
I've reported this here: mesonbuild/meson#13834 |
Thanks for reporting this issue at Mesonbuild project. I was able to build the Strawberry Windows x64 debug version with Python pip Meson. Let's wait for a reply. I made many changes, so I have to repeat all steps from a clean Windows installation to fine-tune the |
Building libsoup-3.6.0 with Meson v1.6.0 results in:
meson: error: unrecognized arguments: --fhead #pragma once
.Started from Visual Studio 2022 x64 Native Tools Command Prompt on Windows 11:
Any suggestions?
The text was updated successfully, but these errors were encountered: