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
User experience: unusable build system
I tried a project, which depends on "meson",
and my user experience is: "unusable build system"
Describe the bug
All projects using meson are broken,
when the project user tries to use a compiler different from the few compilers supported by meson.
Examples for my tries using the "criterion" project, which depends on "meson":
User experience: unusable build system
I tried a project, which depends on "meson",
and my user experience is: "unusable build system"
Describe the bug
All projects using meson are broken,
when the project user tries to use a compiler different from the few compilers supported by meson.
Examples for my tries using the "criterion" project, which depends on "meson":
Next try:
See also: Snaipe/Criterion#514
To Reproduce
CC=tcc CFLAGS="-v" meson setup
CC=owcc CFLAGS="-v -blinux -I$WATCOM/lh" meson setup
Expected behavior
A build system has to work
system parameters
--
Regards ... Detlef
The text was updated successfully, but these errors were encountered: