Reply To: Failing to build BridgePoint Developer on Mac

homepage Forums BridgePoint Development and Integrations Failing to build BridgePoint Developer on Mac Reply To: Failing to build BridgePoint Developer on Mac

#6325

Success!

I performed the following:

$ brew install libffi
$ brew reinstall pypy

$ cd ~/Workspaces/HackDayProjects/BridgePoint/git/bridgepoint/
$ git clean -fdx -e build_configuration.sh
$ cd ~/Workspaces/HackDayProjects/BridgePoint/git/bptest/
$ git clean -fdx

$ ~/Workspaces/HackDayProjects/BridgePoint/git/bridgepoint/utilities/build/build_and_test_bp.sh

And after 48 mins, the build completed! :D

Many thanks, Sean.