Coder Social home page Coder Social logo

Comments (4)

nlevo avatar nlevo commented on May 24, 2024

I wasn't able to reproduce the same error on High Sierra 10.13.6.
Try to reset:

git fetch origin
git checkout master
git reset --hard origin/master
make clean
./anonutil/build-mac.sh

from anon.

fabioganga avatar fabioganga commented on May 24, 2024

Thanks @nlevo for the answer!

The problem unfortunately persists:

macos:~ fabio$ cd anon/
macos:anon fabio$ git fetch origin
macos:anon fabio$ git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
macos:anon fabio$ git reset --hard origin/master
HEAD is now at 541c67c Merge pull request #67 from anonymousbitcoin/fix/seeders
macos:anon fabio$ make clean
make: *** No rule to make target `clean'. Stop.
macos:anon fabio$ ./anonutil/build-mac.sh
echo Configuring boost...
Configuring boost...
rm -rf /Users/fabio/anon/depends/x86_64-apple-darwin17.7.0; mkdir -p /Users/fabio/anon/depends/x86_64-apple-darwin17.7.0/lib; cd /Users/fabio/anon/depends/x86_64-apple-darwin17.7.0;
mkdir -p /Users/fabio/anon/depends/work/build/x86_64-apple-darwin17.7.0/boost/1_62_0-9f20f2abf0e/.
cd /Users/fabio/anon/depends/work/build/x86_64-apple-darwin17.7.0/boost/1_62_0-9f20f2abf0e/.; PKG_CONFIG_LIBDIR=/Users/fabio/anon/depends/x86_64-apple-darwin17.7.0/lib/pkgconfig PKG_CONFIG_PATH=/Users/fabio/anon/depends/x86_64-apple-darwin17.7.0/share/pkgconfig PATH=/Users/fabio/anon/depends/x86_64-apple-darwin17.7.0/native/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin ./bootstrap.sh --without-icu --with-libraries=chrono,filesystem,program_options,system,thread,test
Building Boost.Build engine with toolset darwin...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details
make: *** [/Users/fabio/anon/depends/work/build/x86_64-apple-darwin17.7.0/boost/1_62_0-9f20f2abf0e/./.stamp_configured] Error 1
macos:anon fabio$

Any other suggestion you have for me, please?

Thanks

from anon.

nlevo avatar nlevo commented on May 24, 2024
  1. Try to reinstall the dependencies.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install cmake autoconf libtool automake libevent coreutils pkgconfig gmp wget

brew install gcc5 --without-multilib
  1. Check updates for your mac and xcode.

  2. Run brew update && brew upgrade

from anon.

fabioganga avatar fabioganga commented on May 24, 2024

Thanks so much @nlevo for the suggestion!

At last I have made it!

Have a great day and thanks again, much appreciated buddy!

Kind Regards, Fabio

from anon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.