M-griffin / Oblivion2-XRM

Oblivion/2 XRM BBS Software
Other
89 stars 13 forks source link

[XRM-Package] OS/X Makefile Corrections Needed #231

Closed M-griffin closed 2 years ago

M-griffin commented 2 years ago

OS/X Makefile Corrections Needed

Usually there is a SED statement in the make files when they are generated from the CodeLite IDE to replace the user folder paths with generic paths to make them friendly. For some reason the latest files on the master branch have my own user folder still which would break them running on other system. This should be corrected.

M-griffin commented 2 years ago

A temporary workaround would be to run the following in the osx folder for each of the *.mk Makefiles.

You can copy/paste the following into your console and quickly apply the fixes. Or even add them to the top of the build-osx.sh script on Line: 34

make -f SqliteWrapped.mk PreBuild
make -f xrm-menu-convert.mk PreBuild
make -f xrm-menu-prompt-convert.mk PreBuild
make -f xrm-server.mk PreBuild
make -f xrm-unittest.mk PreBuild
M-griffin commented 2 years ago

Created a new Branch for fixes to the build notes, along with list of dependencies to install.