meson and swipl-ld
#14962
Replies: 1 comment 3 replies
-
The reason meson needs to correctly detect the compiler is precisely because swi-ld is a wrapper that doesn't expose the same interface as a real GCC compiler. Per your link, you need to pass GCC options via |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I'm trying to set up a C++/Prolog project using meson. Sadly meson is telling me that it doesn't know the compiler (swipl-ld) that I'm trying to use. This compiler is just a wrapper around gcc and other common tools that is needed to automate some operations needed to call Prolog inside my C++ application. Is there a way to pass this phase or I'd need to add this compiler to the meson's known compilers here?
Console output
Log
meson-swipl.ini
Beta Was this translation helpful? Give feedback.
All reactions