Closed afxwin closed 3 years ago
hm I don't think it needs gmp anymore, can you try a fresh clone?
Tried a couple of times with the fresh clone. Deleted the old folder chia-plotter
and did the fresh clone:
git clone https://github.com/madMAx43v3r/chia-plotter.git
cd chia-plotter
git submodule update --init
./make_devel.sh
Still no joy with the same linking error at the end of the build. Below are the versions of Xcode, gcc and clang if it helps further troubleshooting
admin@admins-MacBook-Pro ~ % xcodebuild -version
Xcode 12.5
Build version 12E262
admin@admins-MacBook-Pro ~ % xcode-select -p
/Applications/Xcode.app/Contents/Developer
admin@admins-MacBook-Pro ~ % gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
admin@admins-MacBook-Pro ~ % llvm-gcc -v
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
admin@admins-MacBook-Pro ~ % clang -v
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: x86_64-apple-darwin20.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Note - I was able to build and plot until I updated to the latest code.
Removing the existing gmp lib on the machine fixes the issue. Please add this to the installation guide.
Removing the existing gmp lib on the machine fixes the issue. Please add this to the installation guide.
Can you make a PR? I don't know the command to do that...
Removing the existing gmp lib on the machine fixes the issue. Please add this to the installation guide.
Can you make a PR? I don't know the command to do that...
brew unlink gmp
macOS version - 11.4
Followed the instructions under the macOS section in https://github.com/madMAx43v3r/chia-plotter#install
The ./make_devel.sh fails with below error:
Double checked that the gmp lib is installed: