You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
└─> make
make -C src -f Makefile.macosx
make[1]: *** No rule to make target `macosx/SDLMain.m', needed by `macosx/SDLMain.o'. Stop.
make: *** [src/u4] Error 2
I have SDL installed via brew.
I cd into src dir and ran make, which got further, but still failed
./xu4.h:11:1: note: did you mean struct here?
class SaveGame;
^~~~~
struct
person.cpp:33:10: fatal error: 'boron/boron.h' file not found
#include <boron/boron.h>
^~~~~~~~~~~~~~~
4 warnings and 1 error generated.
make: *** [person.o] Error 1
I ran ./configure
then make, which fails
I have SDL installed via brew.
I cd into src dir and ran make, which got further, but still failed