leaningtech-dev team mailing list archive
-
leaningtech-dev team
-
Mailing list archive
-
Message #00423
[Question #679181]: First time user on Cheerp
New question #679181 on Cheerp:
https://answers.launchpad.net/cheerp/+question/679181
Hi i'm trying to build this C++ code into JS but keep running into this problem:
fatal error:
'stdio.h' file not found
#include <stdio.h>
It is missing all the libc library and if i were to copy all the necessary lib file them into the same folder i'm not having much luck as they are dependency on sys and those do a look outside of sys etc.. Am i doing something wrong?
Here is my command for the cmake:
cmake -DCMAKE_TOOLCHAIN_FILE=/opt/cheerp/share/cmake/Modules/CheerpToolchain.cmake ..
Thanks
--
You received this question notification because your team Leaningtech
Team is an answer contact for Cheerp.