Flavio wrote (2021-06-07):
FB> On 06/06/21 16:49, Oli -> Flavio Bessa wrote:
O>> build it. if it works, you'll find it on you hard drive.
O>> https://github.com/ftnapps/crashmail
FB> I have downloaded it (I have gcc installed), but am getting the
FB> following error message when trying to compile:
FB> flbessa@FLBESSA-M-X6Q0 crashmail-master % make osx
FB> make -C src -f Makefile osx
FB> make -C cmnllib -f Makefile.osx
FB> make[2]: Makefile.osx: No such file or directory
FB> make[2]: *** No rule to make target `Makefile.osx'. Stop.
FB> make[1]: *** [osx] Error 2
FB> make: *** [osx] Error 2
FB> flbessa@FLBESSA-M-X6Q0 crashmail-master %
FB> The Makefile.osx is under the src/ directory...
src/cmnllib/Makefile.osx is missing. Try to copy Makefile.linux to Makefile.osx and change
CC = gcc $(CPPFLAGS) $(CFLAGS) -DPLATFORM_LINUX $(LDFLAGS) -I $(INCDIR) -Wall
to
CC = clang $(CPPFLAGS) $(CFLAGS) -DPLATFORM_LINUX $(LDFLAGS) -I $(INCDIR) -Wall
I don't have an MacOS machine and cannot test it. Maybe it works, maybe it doesn't.
---
* Origin: . (2:280/464.47)
|