I'm trying to install graywolf on Mac (BigSur), and succeeded with some modification on source codes.
Here is my modification points, and I hope this will help someone to install graywolf on Mac with xcode compiler sets, where some of them would be a fixed in original sources.
prepare Homebrew
install cmake & libx11 by "brew install".
edit CMakeLists.txt at below line to avoid type-related errors and to set include/link path
I'm trying to install graywolf on Mac (BigSur), and succeeded with some modification on source codes. Here is my modification points, and I hope this will help someone to install graywolf on Mac with xcode compiler sets, where some of them would be a fixed in original sources.
edit CMakeLists.txt at below line to avoid type-related errors and to set include/link path
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DSIZEOF_VOID_P=${SIZEOF_VOID_P_BITS} -Wno-implicit-function-declaration -Wno-return-type -Wno-format -I /usr/local/include -L /usr/local/lib")