This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
'stdint.h' file not found when running the example of smart contract “Hello World” #1718
Comments
I changed the file /usr/local/include/eosiolib/types.h |
+1 |
1 similar comment
+1 |
Solved. |
sudo make install is not solving the error in my case :( |
+1 |
I don't make eos by myself. I think that's why this error happens. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I follow the tutorials to run the example of "Hellow World",when I run this command:
./eosiocpp -o hello.wast hello.cpp
get the error:
In file included from hello.cpp:5:
In file included from ./hello.hpp:5:
In file included from /usr/local/include/eosiolib/eosio.hpp:6:
In file included from /usr/local/include/eosiolib/types.hpp:6:
/usr/local/include/eosiolib/types.h:7:10: fatal error: 'stdint.h' file not found
#include <stdint.h>
^~~~~~~~~~
1 error generated.
My system is 10.13.1 (17B1003).
I have checked this file in clang and g++, stdint.h can be found, I don't know how to do with it.
Can somebody help me?
Thanks.
The text was updated successfully, but these errors were encountered: