Open TexTerry opened 3 years ago
I haven't looked at that in a while, I thought there was no interest. Now you're prompting me to finish some stuff again :-)
I'd recommend checking out the last tag, v0.3.0, and building that instead. I shouldn't have, but I think I pushed some broken code.
i tried v0.3.0 and was able to compile OpenCOMAL after fiddling around with the Makefile and some other files:
gcc -o mkcatdefs mkcatdefs.c
$(TARG1): $(OBJ1) $(OS)
and $(TARG2): $(OBJ2) $(OS)
:
../tools/mkcatdefs msgnrs.h en.msg
Dirty hacks, I know. And I am serenely not proud of it. But it worked.
I'm unable to build OpenCOMAL under MacOS Big Sur. Readline (Homebrew) and current Xcode CLI-Tools are installed.
Build-Error:
Sorry, i tried to find a fix, but I have no clue.
Any suggestions?