The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > Developer > Omni Frameworks
FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Building for 10.5 Thread Tools Search this Thread Display Modes
I'm trying to build for 10.5, but am getting a whole lot of errors, particularly in OmniFoundation. I'm presuming you would have to build the frameworks for 10.5 for your own products...is there some magic incantation I need to know?
 
There is a 10.5 branch on github, but master now requires the 10.6 SDK. Beyond that, you'll need to post something about the error.
__________________
CTO, The Omni Group
 
Thanks Tim - hadn't noticed it there. I was trying to use the 10.5 config in the main branch download.

I did have problems downloading the 10.5 branch though - just in case anyone else has this problem...on github, you go in and select the 10.5 branch, and click the Download Source button, choose the file format and then it says "Hardcore Archiving Action"...and just sits there forever, and you never get the download.

If you look at the URL it will say http://waitdownload.github.com/... now if you wait a reasonable amount of time for it to zip the file (maybe half a minute) then change the url to be download instead of waitdownload, then you get your file.

I only have this problem on the branch - the normal download works just fine for me. YMMV. HTH.
 
For Leopard users who would rather get the source using git instead of downloading a tar-ball, this is what you would do.

1. Go to a Terminal window and change to the directory where you want the source to live.
2. Enter the command: git clone https://github.com/omnigroup/OmniGroup.git
3. Change to the directory "OmniGroup".
4. Enter the command: git checkout "MacOSX-10.5"
Git should give you this message: "Branch MacOSX-10.5 set up to track remote branch MacOSX-10.5 from origin. Switched to a new branch 'MacOSX-10.5'"
5. If you are in a bash, sh, zsh, or ksh shell enter the command: "csh" or "tcsh" to switch to a C-shell so that xcodebuild's "setenv" commands will work properly.
6. Enter the command: "./Scripts/Build Frameworks" to build Debug versions of the frameworks, or "./Scripts/Build Frameworks install" to build release versions of the frameworks.
You may get messages at the start about some missing directories, but these can be safely ignored.

I used this method to build release versions of the 10.5 branch and the build ran flawlessly. I originally cloned the repository to my Desktop and the final products were left in /Users/Shared/me/InstalledProducts.

I hope this helps anybody wanting to build Leopard versions of the frameworks.

Last edited by stargood; 2011-05-15 at 10:06 AM.. Reason: clone link wrong
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building an integrated PIM on a Mac. Diver T Applying OmniFocus 5 2010-01-18 03:33 PM
Building xcd2odo from OmniDataObjects ssanchez Omni Frameworks 4 2009-02-04 12:39 AM
using OG for building layouts jtharveyjr OmniGraffle General 0 2007-03-03 07:46 AM
error building kidtexas Omni Frameworks 3 2006-09-05 03:29 PM


All times are GMT -8. The time now is 01:32 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.