On my hackintosh, I've fixed the first issue, but now I'm wanting a second opinion on the following error. I'm going to guess that perhaps the original nightingale devs ripped out some of the mac specific build code?
Code:
rm -f -r /Users/matt/Downloads/nightingale-hacking/compiled-release-i686/dist/Nightingale.app/Contents/Resources/chrome/stage
echo /Users/matt/Downloads/nightingale-hacking/dependencies/vendor/mozbrowser/base/content/browserconfig.properties /bin
/Users/matt/Downloads/nightingale-hacking/dependencies/vendor/mozbrowser/base/content/browserconfig.properties /bin
echo /Users/matt/Downloads/nightingale-hacking/dependencies/vendor/mozbrowser/base/content/old-homepage-default.properties /bin
/Users/matt/Downloads/nightingale-hacking/dependencies/vendor/mozbrowser/base/content/old-homepage-default.properties /bin
mv -f /Users/matt/Downloads/nightingale-hacking/compiled-release-i686/dist/Nightingale.app/Contents/Frameworks/XUL.framework/nightingale /Users/matt/Downloads/nightingale-hacking/compiled-release-i686/dist/Nightingale.app/Contents/MacOS
mv: rename /Users/matt/Downloads/nightingale-hacking/compiled-release-i686/dist/Nightingale.app/Contents/Frameworks/XUL.framework/nightingale to /Users/matt/Downloads/nightingale-hacking/compiled-release-i686/dist/Nightingale.app/Contents/MacOS/nightingale: No such file or directory
make[4]: *** [libs] Error 1
make[3]: *** [libs_tier_deps] Error 2
make[2]: *** [tier_deps] Error 2
make[1]: *** [default] Error 2
make: *** [build] Error 2