Trying to compile on the Macintosh, but because:
- it was mentioned on the release announcments, and I'd like to help, if my help actually is, well, helpful
- I added a multiplayer pause feature to linux & windows, and I'd like to try it out on the Mac too (it's a simple one-liner, but just going through the process now).
Anyways, so I dug up my old 2011 Mac mini, updated it, downloaded the source via git, got xcode, ran the script on the instructions (and realized I shouldn't have downloaded directly via git
In file included from /Users/stu/Projects/warzone/wzmaster/macosx/external/QT/QtCore.framework/Headers/qchar.h:45:
/Users/stu/Projects/warzone/wzmaster/macosx/external/QT/QtCore.framework/Headers/qglobal.h:331:6: warning: "This
version of Mac OS X is unsupported" [-W#warnings]
# warning "This version of Mac OS X is unsupported"
^
1 warning generated.
** BUILD FAILED **
The following build commands failed:
CompileC build/Warzone.build/Release/Warzone.build/Objects-normal/x86_64/scrap.o /Users/stu/Projects/warzone/wzmaster/lib/sdl/scrap.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
The build has failed with the preceding error.
Oops ... ! Should I not have updated? The App Store wouldn't let me download xcode until I did..
Should I try to get it to work on Mavericks? What is the reason that it's not supported?
The external folder, strangely, was gone after the build, it looks like it gets cleaned out.
The error looks like it originates from QT, so should I download the QT5 tarball, drop that over the QT4 tarball, check the command script, and try again?
Or is that the wrong approach?
FYI: I can't promise quick results, I'm not an expert on Macs (I prefer linux), but I am persistent:
viewtopic.php?f=32&t=11203
Hopefully I can help!
Take care,
-stu

