Open hotwa opened 2 years ago
Makefile ` BASE=/opt/homebrew/Cellar/boost/1.76.0 BOOST_VERSION= BOOST_INCLUDE = $(BASE)/include C_PLATFORM=-static -pthread GPP=aarch64-apple-darwin21-g++-11 C_OPTIONS= -O3 -DNDEBUG -std=c++11 BOOST_LIB_VERSION=
include ../../makefile_common `
Not sure if this helps but I managed to compile it on an M1 Mac by changing my Makefile to:
` BASE=/opt/homebrew BOOST_VERSION= BOOST_INCLUDE = $(BASE)/include C_PLATFORM=-pthread GPP=/usr/bin/clang++ C_OPTIONS= -O3 -DNDEBUG -std=c++11 BOOST_LIB_VERSION=
include ../../makefile_common `
some error I install brew install gcc boost try to make get this error
`