FreeOrion

Forums for the FreeOrion project
It is currently Sat May 25, 2013 7:27 am

All times are UTC




Post new topic Reply to topic  [ 190 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13  Next
Author Message
 Post subject: Re: MacOsX Version issues
PostPosted: Sun May 24, 2009 2:54 am 
Offline
Programming Lead Emeritus
User avatar

Joined: Thu Jun 26, 2003 1:33 pm
Posts: 1092
Ok, patches to both GG and FO are checked in. Please update, rebuild, and tell me if I screwed anything up.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Sun May 24, 2009 7:53 am 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
If everything tzlaine mentions in the previous post works fine, the current latest revision should be the next release. If an OSX binary / installer / package could be made for that version, it'd be good to have soon, to go with the release of v0.3.13.

Additionally, is the SDK linked in this post fully up to date? If not, could it be updated and reposted? I'd like to have it up on sourceforge as well, with the Windows SDK.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Sun May 24, 2009 3:50 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
One last patch attached to fix a change in header location. I went ahead and include last changes to the Xcode project.

Here is the OS X binary for Intel Macs made from patched Revision 3094. PowerPC is not compatible right now due to specific little endian requirements.

Here is the OS X SDK including the patched Revision 3094.

The split zip files can be combined via running of the "unpack" scripts, rezipped as one file, and uploaded to sourceforge.
Hopefully that's not too much of a bother, but the free hosting for files under 100M is most convenient for me right now.


Attachments:
File comment: minor patch to finalize OS X for v0.3.13
freeorion_macosx_0.3.13.patch.zip [5.03 KiB]
Downloaded 70 times
Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Sun May 24, 2009 5:04 pm 
Offline
Programming Lead Emeritus
User avatar

Joined: Thu Jun 26, 2003 1:33 pm
Posts: 1092
I've committed the patch, slightly modified to make chmain.cpp a little more clear.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Sun May 24, 2009 9:32 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
Ah, I see. That's better for now.
Thanks, guys.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Tue May 26, 2009 11:15 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
Linux and Win32 installers are up on sourceforge, made from approximately SVN 3103 for Linux and SVN 3904 for Win32, but the OSX binary is not.

tzlaine: Will you put up the OSX binary .Id provided? Also, will you put the the OSX SDK along side the Win32 SDK?


Last edited by Geoff the Medio on Wed May 27, 2009 1:41 am, edited 1 time in total.
corrected SVN version info


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Wed May 27, 2009 4:22 am 
Offline
Programming Lead Emeritus
User avatar

Joined: Thu Jun 26, 2003 1:33 pm
Posts: 1092
.Id wrote:
One last patch attached to fix a change in header location. I went ahead and include last changes to the Xcode project.

Here is the OS X binary for Intel Macs made from patched Revision 3094. PowerPC is not compatible right now due to specific little endian requirements.

Here is the OS X SDK including the patched Revision 3094.

The split zip files can be combined via running of the "unpack" scripts, rezipped as one file, and uploaded to sourceforge.
Hopefully that's not too much of a bother, but the free hosting for files under 100M is most convenient for me right now.

Is there anything in your SDK other than a checkout of FreeOrion? After a cursory glance, I can't find anything you added.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Wed May 27, 2009 1:42 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
.Id wrote:

What GiGi SVN revision was used?


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Wed May 27, 2009 9:51 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
.Id wrote:
jabyrd3 wrote:
Have any of you guys bumped into this lib error yet?

dyld: Library not loaded: /usr/lib/libexpat.1.dylib
Referenced from: /Users/.../Desktop/FreeOrion.app/Contents/MacOs/../SharedSupport/libgvc_builtins.dylib
Reason: image not found
Trace/BPT trap


I downloaded the FreeOrion 0.3.11 UB from sourceforge, and I started to get library errors. So I installed X11, and now i'm getting this expat.1.dylib error. I found a libexpat.1.0.dylib on my computer, but i couldn't find 1.0. Anybody mind pointing me to it, or perhaps giving me a hint?

Oh, btw, I'm running an old MBP, first hardware iteration with 10.4.

Update: Just downloaded the last version of the SDK you posted. Couldn't find any libexpat in it. Am I looking in the wrong place, or is this just a lib i should already have had?


I'm guessing 10.4 came with a different version of libexpat. I can probably distribute my library within the app bundle.

But before I change and re-upload, can you try temporarily copying (provided you're not overwriting anything) my version into /usr/lib
http://www.mediafire.com/file/h4zqimxj1 ... at.1.dylib

And tell me if any there's any subsequent errors?

Similar issues with v0.3.13 reported here: viewtopic.php?f=25&t=2756

Edit: And someone just posted a similar comment to this bug report on sourceforge: https://sourceforge.net/tracker/?func=d ... tid=544942


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Fri May 29, 2009 7:28 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
tzlaine wrote:
Is there anything in your SDK other than a checkout of FreeOrion? After a cursory glance, I can't find anything you added.


There are things in the Xcode directory of the SDK that are not under version control. Mostly this includes all the dependency libraries one would need to compile their own FO.

Is that what you were looking for?


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Fri May 29, 2009 7:29 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
Geoff the Medio wrote:
What GiGi SVN revision was used?

757


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Fri May 29, 2009 8:42 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
Geoff the Medio wrote:
Similar issues with v0.3.13 reported here: viewtopic.php?f=25&t=2756

I responded there. The upload of the binary to sourceforge needs to be redone.

Geoff the Medio wrote:
Edit: And someone just posted a similar comment to this bug report on sourceforge: https://sourceforge.net/tracker/?func=d ... tid=544942

I can respond to this after the sourceforge 0.3.13 binary for mac gets fixed with the recommendation to use that. The old release that he's using definitely doesn't have a complete distribution of dependencies, which will cause problems for a lot of users.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Tue Jun 16, 2009 2:36 am 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
Another Mac-specific bug report: https://sourceforge.net/tracker/?func=d ... tid=544942

This one is mostly about fullscreen causing the program to hang.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Sat Jun 27, 2009 5:00 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
Geoff the Medio wrote:
Another Mac-specific bug report: https://sourceforge.net/tracker/?func=d ... tid=544942

This one is mostly about fullscreen causing the program to hang.


Ok. Working on it.


Top
 Profile  
 
 Post subject: Re: MacOsX Version issues
PostPosted: Sat Jul 04, 2009 8:06 pm 
Offline
Space Squid
User avatar

Joined: Fri Feb 06, 2009 6:54 pm
Posts: 76
Geoff the Medio wrote:
Another Mac-specific bug report: https://sourceforge.net/tracker/?func=d ... tid=544942

This one is mostly about fullscreen causing the program to hang.


Turns out to be either a bug or a feature in Ogre when using the Carbon framework.

https://www.ogre3d.org/forums/viewtopic ... 56&start=0
http://www.wreckedgames.com/forum/index ... 079.0.html

Unfortunately the proposed workaround solved the problem in a simple ogre demo/tutorial I used to recreate the problem, but not in FreeOrion.

Switching over to Cocoa sidesteps this, so I've included the patch I used to do this.
I don't think there will be any resulting problems from the change, but I'm still a newbie.


Attachments:
File comment: Refactoring main routines in order to use Cocoa API for the Mac OS X build. Solves the fullscreen bug.
OSXcocoa.patch.zip [7.51 KiB]
Downloaded 56 times
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 190 posts ]  Go to page Previous  1 ... 9, 10, 11, 12, 13  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group