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

criterion fails to build with tcc (Tiny C Compiler) or with owcc (Open Watcom) #514

Open
winspool opened this issue Nov 11, 2023 · 0 comments

Comments

@winspool
Copy link

winspool commented Nov 11, 2023

I wanted to try criterion, but the broken meson build system
accepts only a few compiler.

CC=tcc CFLAGS="-v" meson setup

../meson.build:1:0: ERROR: Unknown compiler(s): [['tcc']]

Next try:

CC=owcc CFLAGS="-v -blinux -I$WATCOM/lh" meson setup

../meson.build:1:0: ERROR: Unknown compiler(s): [['owcc']]

I didn't even try cross compilation with arm64-tcc, x86_64-win32-tcc, riscv64-tcc
or variants with OpenWatcom like owcc -bnt

This was my first project with depends on "meson", and my user experience is: "unusable".

Is there a way to build "criterion" with autotools?
(I can install other build systems on my local machine,
but on the remote machines, this is not easy possible / acceptable).

--
Regards ... Detlef

@winspool winspool changed the title criterion fails to build with tcc (Tiny C Compiler) criterion fails to build with tcc (Tiny C Compiler) or with owcc (Open Watcom) Nov 11, 2023
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

1 participant