FreeOrion

Forums for the FreeOrion project
It is currently Fri May 24, 2013 3:35 am

All times are UTC




Post new topic Reply to topic  [ 247 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 17  Next
Author Message
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 12:36 am 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
New SDK for OS X 10.6 available: Download here (please upload to sourceforge).


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 12:42 am 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7893
Location: Vancouver, BC
Vezzra wrote:
How you got the python standard libraries down to 2.3MB I don't know
I also don't have lib-dynload, plat-mac, or plat-darwin, and within bsddb and ctypes (and probably various others) I don't have test. The mac and darwin stuff you probably do need, but lib-dynload and any test stuff perhaps not? Also, I think the biggest thing is that you've included all the .pyc and .pyo files with the bundle. I mostly have just the .py files, from which the .pyc and .pyo are generated if / when needed (as far as I understand).


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 12:54 am 
Offline
Design & Graphics Lead
User avatar

Joined: Sat Sep 23, 2006 7:09 pm
Posts: 3693
Location: USA — midwest
Vezzra wrote:
Building FO and running a test game after all these modifications was successful. I've already uploaded the build (SVN 4631, see above post).

Works for me too!

_________________
—• Read this First before posting Game Design Ideas!
—• Design Philosophy

—•— My Ideas, Organized —•— Get an Avatar —•— Acronyms —•—


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 12:55 am 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
Geoff the Medio wrote:
I also don't have lib-dynload, plat-mac, or plat-darwin, and within bsddb and ctypes (and probably various others) I don't have test. The mac and darwin stuff you probably do need, but lib-dynload and any test stuff perhaps not?
You're most likely right about the test stuff, the lib-dynload however is necessary - remember the issues eleazar had? The library files where the file names got mangled on eleazar's system are located in that directory. Seems to be a OS X specific implementation of the python standard library.
Quote:
Also, I think the biggest thing is that you've included all the .pyc and .pyo files with the bundle. I mostly have just the .py files, from which the .pyc and .pyo are generated if / when needed (as far as I understand).
You're most likely right about that one too ;) I'll get on that tomorrow, it's getting too late for me now and my bed is calling my name ;) Don't upload the new SDK yet, I'll probably have an updated version in a day or two (with the modifications you suggested above).


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 1:01 am 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7893
Location: Vancouver, BC
Vezzra wrote:
...the lib-dynload however is necessary...
Ah, yes; it's missing from my actual Python install lib folder, not just the .zip.
Quote:
Don't upload the new SDK yet...
Already did...


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 1:03 am 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
Geoff the Medio wrote:
Vezzra wrote:
Don't upload the new SDK yet...
Already did...
You're too fast :lol: Well, no problem... ;)


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 4:14 pm 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
Ok, I've removed everything from the python.framework bundle except the headers, the standard library and the python executeable/library module. I removed also all test directories, .pyo and .pyc files from the standard library directory tree. I updated the MacOSX SDK with these changes and was able to produce a functional FO build with it. Run a test game, AI fleets are moving, everything looks fine.

If updated the SDK I uploaded before, the link in the post above points to the updated SDK. Geoff, if you want you can replace the SDK on sourceforge with this updated version. Name is the same (as it's still Feb 2nd ;)).


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 02, 2012 10:41 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7893
Location: Vancouver, BC
Vezzra wrote:
....replace the SDK on sourceforge with this updated version.
In progress.

Since Grey Area is taking too long with the AI script update, I'm going to call 4632 the RC3 release for v0.4. Could you make a new bundle? (All that's changed is the Version.cpp files and the XCode project files you changed...)


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Fri Feb 03, 2012 8:26 am 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
Geoff the Medio wrote:
...Could you make a new bundle?...
Sure 8)

FO 0.4 RC3 (SVN 4632) available. Download here. EDIT: Download no longer available.


Last edited by Vezzra on Mon Mar 26, 2012 1:01 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Sun Feb 05, 2012 5:02 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7893
Location: Vancouver, BC
Can you make a RC4 bundle now, with 4635? Hopefully this will be the build that actually gets released... I'll probably do so in the next 24 hours if there are no more bug reports.


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Sun Feb 05, 2012 6:08 pm 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
Geoff the Medio wrote:
Can you make a RC4 bundle now, with 4635?
On it. Currently uploading to my dropbox, this will take a while however. Apparently dropbox gets swamped on Sunday, upload is aaaaawfully slow... :roll:
Quote:
Hopefully this will be the build that actually gets released... I'll probably do so in the next 24 hours if there are no more bug reports.
Wow, isn't that a bit tight? I'd give it at least 2 days... but I can understand that after all those years you'd want to get 0.4 out already ;)


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Sun Feb 05, 2012 6:20 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7893
Location: Vancouver, BC
Vezzra wrote:
I'd give it at least 2 days...
If there were any code changes, I'd give it more time, but the changes since the last few RCs have reportedly been tested already, and are either very small or are just content file tweaks that don't look very risky.


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Sun Feb 05, 2012 9:26 pm 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
FreeOrion 0.4 RC4 (SVN 4635) for Mac OSX 10.6 available for download.

Download here. EDIT: Download no longer available.


Last edited by Vezzra on Mon Mar 26, 2012 1:00 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Sun Feb 05, 2012 9:45 pm 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
ATTENTION: Something went wrong with the uploaded archive file, I had to reupload it. Download attempts prior to this post should be repeated!


Top
 Profile  
 
 Post subject: Re: Up-to-date FreeOrion Mac-SDK and build - Test please!
PostPosted: Thu Feb 16, 2012 9:58 pm 
Offline
Programmer and Packager
User avatar

Joined: Wed Nov 16, 2011 12:56 pm
Posts: 766
Location: Sol III
New build for Mac OSX 10.6 available. FreeOrion SVN rev 4650.

Download here. EDIT: Download no longer available


Last edited by Vezzra on Tue May 08, 2012 9:09 am, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 247 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 17  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group