Fix compile error on Linux and update Makefile - #28
Fix compile error on Linux and update Makefile#28kinggizzardandtheinstallationwizard wants to merge 2 commits into
Conversation
|
@jamesjer opened a downstream Fedora Linux RPM pull request to the package spec for I have not taken a close look to see how this PR differs from @jamesjer's patches yet. He also did some modernization efforts to C23. |
|
I skimmed over it a little. The modernization work looks wonderful, a lot of much-needed changes. The changes in my PR do not touch much code at all, I just added a single include and rearranged the Makefile a little. |
|
All other PRs have merged, and this now looks in conflict with the current changes in Thanks for your interest in contributing to Zork, @kinggizzardandtheinstallationwizard! 🙏🏻 Let us know if you have any new issues with the recent changes. |
There is a fatal error in local.c that occurs in Linux but not Darwin/MacOS (unsure if other platforms are affected) if
unistd.his not included.I also went ahead and moved all of the parts of the Makefile that vary per end-user to a new config.mk file. Additionally I bumped
terminfoto the top of the list overtermcapbecause that has been the more common option for a very long time now.