Search found 6 matches
- 23 Jun 2014, 05:40
- Forum: Mac OS X
- Topic: Building on Mavericks
- Replies: 6
- Views: 17410
Re: Building on Mavericks
finally got it to compile and run. Now to download a game or two. I got to the root of the issue when I finally figured out that Xcode was lying about the command-line tools running and finally ran the command that kept popping up in the log about installing them. Once I did that I was able to get t...
- 22 Jun 2014, 17:14
- Forum: Mac OS X
- Topic: Building on Mavericks
- Replies: 6
- Views: 17410
Re: Building on Mavericks
I must have done something wrong with boost. The compiles all succeeded but the linking errors out. I did a second make install-spring to show that the code all built before linking. Again, any ideas? edit: I'm pretty sure I managed to compile boost with clang (wrong). I'm working to rebuild it with...
- 22 Jun 2014, 15:13
- Forum: Mac OS X
- Topic: Building on Mavericks
- Replies: 6
- Views: 17410
Re: Building on Mavericks
Thanks!
- 22 Jun 2014, 14:57
- Forum: Mac OS X
- Topic: Building on Mavericks
- Replies: 6
- Views: 17410
Re: Building on Mavericks
Thanks. I'm glad there's not a mystery :) I did not intend to build 0.97rc1 as I'm not usually that bleeding-edge. How do i pull the 0.96 codebase down if git clone git://github.com/spring/spring.git -b master brings down 0.97rc1? I've tried futzing with git show-branch -r and can see a bunch of bra...
- 22 Jun 2014, 05:18
- Forum: General Discussion
- Topic: Glad I found this!
- Replies: 7
- Views: 1990
Glad I found this!
I played countless hours of Total Annihilation back in the day and it was awesome, especially with the various mods that were available. I never had any idea that this community existed and am really glad I found mention of the site on a comment on some random reddit post. Now if I can just get it t...
- 22 Jun 2014, 05:12
- Forum: Mac OS X
- Topic: Building on Mavericks
- Replies: 6
- Views: 17410
Building on Mavericks
So I've followed along with the MacOSX build instructions and satisfied the various prereqs and kicked off the make install-spring command. When compiling it's stopping with the error below. Can anybody give me a clue? OSX Mavericks (10.9.3) Spring is a fresh clone taken today with the command from ...