projectpai / paicoin

Official repo of PAI Coin
https://projectpai.com
MIT License
63 stars 35 forks source link

Can not finish build process on macOS #388

Open judewang opened 3 years ago

judewang commented 3 years ago

Describe the issue

I followed the build steps from this section https://github.com/projectpai/paicoin/blob/develop/doc/build-osx.md#build-pai-coin-core but still can not make it.

Can you reliably reproduce the issue?

Yes.

If so, please list the steps to reproduce below:

  1. First issue happened after running
cd depends
make

CleanShot 2021-04-10 at 20 45 40

  1. Second issue happened after running make check within /paicoin

CleanShot 2021-04-10 at 20 46 49

Expected behaviour

Should has no errors.

Actual behaviour

  1. Got a 404 Not Found error
  2. 1 warning and 6 errors generated.
make[2]: *** [libpaicoin_server_a-validation.o] Error 1
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1

Screenshots.

Already pasted above.

What version of paicoin-core are you using?

v2.2.0

Machine specs:

Any extra information that might be useful in the debugging process.

I checked all of the possible guides below, still can not get it done.

https://paiforum.com/t/building-and-maintaining-a-pai-coin-full-node/2138 https://github.com/projectpai/paicoin/blob/develop/doc/build-osx.md#build-pai-coin-core https://j1149.com/configuration/osx/

judewang commented 3 years ago

After running make within ./depends successfully, I met another issue when running

CONFIG_SITE=`pwd`/depends/`build-aux/config.guess`/share/config.site ./configure

CleanShot 2021-04-22 at 00 50 25

I have confirmed there's the boost directory inside depends/x86_64-apple-darwin20.3.0/include, but still don't know why this happened and how to fix it.

CleanShot 2021-04-22 at 00 50 47