M-griffin/Oblivion2-XRM

[XRM-Package] OS/X Makefile Corrections Needed

M-griffin opened this issue · 2 comments

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.

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

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