Search

Search found 100 matches

by darklord42
25 Jul 2016, 00:38
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Hmm, try getting rid of the -of flag on that second line (It overwrites files) might not be necessary.
by darklord42
21 Jul 2016, 23:20
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

hmm and that's where it stopped? It didn't try to go on to bundle: checkError dylibbundler -of -cd -b -x $BUILD/Spring.app/Contents/MacOS/spring -d $BUILD/Spring.app/Contents/lib -p @executable_path/../lib I wonder if it built libunitsync.dylib? Did you see if there was one built in your build folde...
by darklord42
21 Jul 2016, 19:58
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

after some investigation: my script ( your script ) got stuck after execution at line below: checkError dylibbundler -cd -b -x $BUILD/libunitsync.dylib -d $BUILD/Spring.app/Contents/MacOS -p @loader_path/../MacOS :cry: Did you install dylibbundler? I believe it was on the list of ports to install m...
by darklord42
21 Jul 2016, 06:29
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

@Maddox, Thanks, I really should find time to go through the build script. I know a little more now and I might be able to cut out some cruft (the way I handle libraries for the bot engines is really, really ugly for instance and could be loads more efficient. Or maybe I can use frameworks instead o...
by darklord42
13 Jul 2016, 05:02
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Hi, thanks for helping But how to compile boost? I use this command: ./b2 install --prefix=bin toolset=gcc Sorry it has been a little while since I played with boost, but I remember playing with the project-config.jam file I don't know if it's the "proper" method but going from my notes, ...
by darklord42
10 Jul 2016, 13:09
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

If you take a look at the Build Script, i give a few comments on how to setup/compile boost. You must use the compiler you are going to use with Spring. For me, that was gcc-4.9.1. BTW I updated the first post with Spring-102.0 and Springlobby-0.248 both for OSX 10.11 (ElCapitan). But here are the l...
by darklord42
27 May 2016, 06:03
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

First of all, what compiler are you using?
I know some of the engines are in java, so you definitely need some form of java runtime installed. Sorry I didn't think of that as I almost always have it installed.
by darklord42
24 May 2016, 00:30
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Crap I thought I removed that before I sent it to you. Sorry. On my system I have two macports folders, so no matter what I do to the main one, I never have to mess with the one i use for spring, except update it occasionally. No just edit it so it just says /opt/local/ There is no need to switch fo...
by darklord42
07 May 2016, 23:52
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Sorry about that. It works now. Apparently I had a libpng.framework in my system library folder it linked against instead of the libpng.dylib in the app bundle. I just copied in the framework version for now.
by darklord42
06 May 2016, 17:03
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Abma pointed out I forgot to update the submodules again...So now springlobby compiles fine


Here it is
http://www.mediafire.com/download/53tm0 ... 0.11.4.dmg
by darklord42
06 May 2016, 16:52
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Unfortunately the whole process is very convoluted, and needs a proper mac developer to clean it up so you can have easy to follow step by step instructions for a wiki. For Springlobby there is no app building process in place and I hacked together a script using proverbial ducktape. The source even...
by darklord42
06 May 2016, 15:52
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

I see. Done. And Pepe and Madox I sent you both pms with all the info I have. Hope it helps
by darklord42
06 May 2016, 05:46
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Here Is a Spring 101 cerca R2 build. Still no luck with springlobby

http://www.mediafire.com/download/f5019 ... 0.11.4.dmg
by darklord42
13 Apr 2016, 20:05
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Looks to be a clang compile error. Unfortunately we need clang to compile the OSX version with wxwidgets which has some Objective C /Users/herecomethej/springlobby/src/lsl/src/lslunitsync/image.cpp:55:20: error: use of undeclared identifier 'fmemopen'; did you mean 'freopen'? std::FILE* file = fmemo...
by darklord42
22 Mar 2016, 15:30
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Wow 102 already! Ok give me a little bit I'll have it up for you.
[edit] done!

This is the most current code, as of writing, since there isn't a rc1 tag
http://www.mediafire.com/download/2ba7d ... 0.11.3.dmg
by darklord42
29 Feb 2016, 07:44
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

I have a bundle for 101.0 up (OSX 10.11+)
by darklord42
18 Feb 2016, 16:46
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

I put a 10.11 build of Spring revision 100.0.1-1183-g1081d06 on the first post. Not sure if that is the commit that coincides with RC3.
by darklord42
25 Jan 2016, 02:36
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

Sorry, I don't have 10.8 on any machine to build from. As for build instructions.. I don't know, the whole build process for osx apps is fairly broken. I actually made my own build script thats great for my own environment. If you are familiar with bash and know your way around a package manager lik...
by darklord42
21 Dec 2015, 16:05
Forum: Mac OS X
Topic: MacOS SpringRTS OSX Build
Replies: 142
Views: 107979

Re: MacOS SpringRTS OSX Build

I knew a lot of the engines didn't work. Never found out why.. Hmm when I linked the library it added an erronius "/" before "share" I can probably get the build script to fix that. Only i don't see in my build script how it got there... EDIT I did a grep of the whole app (grep s...
by darklord42
12 Oct 2015, 15:56
Forum: SpringLobby Client
Topic: SpringLobby 0.274 released!
Replies: 297
Views: 175508

Re: SpringLobby 0.242 released!

Well I could see people waiting half a year before updating as the initial release is usually a mess.. I can also see people with older computers not wanting to update at all as an update doesn't really benefit the old hardware much. I really would like to support 10.7 and up. My laptop is 5 years o...

Go to advanced search