leaningtech / cheerp-meta

Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript
https://labs.leaningtech.com/cheerp
Other
1.02k stars 50 forks source link

cheerp-newlib doesn't compile on linux/clang 6.0.0 #79

Closed Plaristote closed 6 years ago

Plaristote commented 6 years ago

I'm using Archlinux, with clang 6.0.0.

When trying to compile cheerp-newlib, it requires an utility header, which isn't found during the compilation.

Since the utility header is standard c++, I assume you need to overwrite it with your own cheerp thing. And when I look for the alternatives you provide, I find them all in the cheerp-libcxx package, which I can't install before installing cheerp-newlib.

How am I to proceed here ?

Plaristote commented 6 years ago

Sorry, my bad... CHEERP_SRC was undefined, which is why utility wasn't found in the first place. Case closed.