coq-simple-io icon indicating copy to clipboard operation
coq-simple-io copied to clipboard

Build fails when V is exported

Open LocutusOfBorg opened this issue 3 years ago • 3 comments
trafficstars

Hello, in Ubuntu builders, verbose mode is enabled by default with export V=1

this breaks the build of your tool because it does

	$(V)cppo -V COQ:$(COQ_VERSION) -V OCAML:$(OCAML_VERSION) -n -o $@ $^

in Makefile, resulting in a call of something like "1cppo" binary.

Please document the V variable, or remove it if possible (or use a better and longer name?)

thanks

LocutusOfBorg avatar Jul 19 '22 11:07 LocutusOfBorg

OK I will remove it.

Lysxia avatar Jul 19 '22 12:07 Lysxia

Fixed in https://github.com/Lysxia/coq-simple-io/issues/63

LocutusOfBorg avatar Nov 23 '23 08:11 LocutusOfBorg

I think it was added here https://github.com/Lysxia/coq-simple-io/commit/1ba9d9a483e1f31922bc41bffd8907bc3d6ee85e for no apparent reason?

LocutusOfBorg avatar Nov 23 '23 09:11 LocutusOfBorg