Mac Build Fixes

+ Add "smoke test" build CI to Github Actions
+ Added a configure_mac script (requires brew)
~ caddr_t -> void* (was never a part of any UNIX standard)
This commit is contained in:
Mohamed Gaber
2022-05-03 08:30:39 -04:00
committed by Tim Edwards
parent 98cd88f12c
commit 9bf3d76260
4 changed files with 54 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -x
./configure\
--with-tcl=$(brew --prefix tcl-tk)\
--with-tk=$(brew --prefix tcl-tk)\
--with-cairo=$(brew --prefix cairo)/include\
"CFLAGS=-Wno-error=implicit-function-declaration"\
"LDFLAGS=-L$(brew --prefix cairo)/lib"