wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Makefile behaves differently on different systems

Open SoniEx2 opened this issue 5 years ago • 1 comments
trafficstars

Trying to use the repo makefile just doesn't work. It's very inconsistent and different GNU make versions behave differently, and many tests fail when using it.

On 2 different systems, the makefile was not able to run the c-api examples. On a third system, it ran the tests instead of the examples, but the wat2wasm tests failed because it couldn't find wat2wasm somehow?

... Nevertheless, using cmake directly seemed to make it all work. So...? This is weird tbh.

SoniEx2 avatar Oct 11 '20 02:10 SoniEx2

Yeah, the Makefile is weird and mostly only convenient for me to hack multiple configurations on wabt. It probably should just be removed or made less prominent.

binji avatar Oct 21 '20 22:10 binji