Install errors for prc-tools on M2 Mac Studio
kcrain21 opened this issue · 0 comments
Here is what Terminal reported after
==> env SHELL=/bin/sh make
Last 15 lines from /Users/Kevin/Library/Logs/Homebrew/prc-tools/02.env:
return (free (compile_stack.stack), value)
^
../../../../prc-tools-2.3/binutils/libiberty/regex.c:2473:33: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
../../../../prc-tools-2.3/binutils/libiberty/regex.c:2310:11: note: expanded from macro 'FREE_STACK_RETURN'
return (free (compile_stack.stack), value)
^
../../../../prc-tools-2.3/binutils/libiberty/regex.c:4898:11: error: call to undeclared library function 'abort' with type 'void (void) attribute((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
abort (); /* We have listed all the cases. */
^
../../../../prc-tools-2.3/binutils/libiberty/regex.c:4898:11: note: include the header <stdlib.h> or explicitly provide a declaration for 'abort'
2 errors generated.
make[3]: *** [regex.o] Error 1
make[2]: *** [all-libiberty] Error 2
make[1]: *** [real-binutils] Error 2
make: *** [m68k-palmos] Error 2
If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
https://github.com/jichu4n/homebrew-palm-os/issues
I'm not a developer by any means, but I am an aerospace engineer that has some basic knowledge of Unix-like systems (we work in a Bash shell often for some of our engineering tools). I just signed up for github just now so I could post this error for you. I'm simply interested in playing around with a Palm TX I bought off ebay and found your tools here from a post on Reddit a number of years back. If there's anything else I can provide, please let me know.