Closed remorse closed 5 years ago
Ricky Morse notifications@github.com wrote:
Hi! I'm on Mac OS X 10.13. When I try to make the tools, I get an error when it's trying to compile
picy.c
. I'm afraid I don't know enough C to understand what is going on, but it looks might be a conflict of some sort with the OS version ofsprintf
? (I've included the output below, as well as the version of the compiler.) Please let me know if I can help fix this?
The pic preprocessor that neatroff_make builds is a port of Plan 9 pic, which does not seem to work with the LLVM compiler. The main problem seems to be the ERROR macro. I have removed it; please try again.
Ali
Thanks! That made it work! (There are still a lot of warnings, but most of those don't seem to be concerning...)
Hi! I'm on Mac OS X 10.13. When I try to make the tools, I get an error when it's trying to compile
picy.c
. I'm afraid I don't know enough C to understand what is going on, but it looks might be a conflict of some sort with the OS version ofsprintf
? (I've included the output below, as well as the version of the compiler.) Please let me know if I can help fix this?Thanks, Ricky