Closed roryk closed 9 years ago
Try clang again. There was indeed a piece of code that behaved differently under gcc and clang and I believe I fixed it: https://github.com/wghost/UPKUtils/pull/2
Thanks @wghost! I'll close this issue, if you push some fixes and want them recompiled, ping me with a @roryk on the issue and I'll recompile them and update the archive.
@roryk I have just updated PatcherGUI and PatchUPK projects with cross-platform compatibility. I have tested it under Linux and it appears to work as intended. I'd appreciate it if you test the new code under Mac.
Hi @wghost,
I'm not sure how to go about getting everything statically linked:
OSX doesn't ship with gcc, you have to install it via homebrew, so that's another difficulty for shipping a binary. I know there are ways to do it but I've never done it.