-
Notifications
You must be signed in to change notification settings - Fork 3.7k
mac os 10.13.3, exec ./eosio_build.sh failed #2028
Comments
Can you run the following commands and paste the result here? |
I get the same error
|
Here is the result,what should I do to figure out the problem?? |
It looks like home-brew did not symlink get text properly. run the following commands. brew unlink gettext && brew link --force gettext The output should now show: |
Thank @pacificcode. It worked. |
I worked, Thanks a lot ! @pacificcode |
@pacificcode I encountered the same issue here, tried the solution above, but with no luck, are there any other possible reasons mac build will fail? thanks! 1. build script log
2. CMakeError.log
3. gettext seems proper symblinked
|
@wangshijun can you run: |
@pacificcode appreciate your help!
|
@wangshijun The header file cmake is looking for is clearly located @
Capture the output of the script and if you run into any further issues send the output and your CMakeError.log. |
@gavinwyf It looks like you have boost and llvm issues. Try running the following: |
@pacificcode |
@hoopslb find /usr -name libintl* -print 2>/dev/null Your output should be (and you should be good to go): |
@pacificcode now the build succeed! thank you so much! 👍 |
@pacificcode You're a beast - thanks so much for the fix! working perfectly now. |
I just exec:
git clone https://github.com/eosio/eos --recursive
and exec:
cd eos
./eosio_build.sh
then, error occured, what should I do next?
The text was updated successfully, but these errors were encountered: