Questions tagged [osx-leopard]

Leopard is the code name of Mac OS X version 10.5, the Apple's desktop and server operating system for Macintosh computers. This is for questions about programming specifically relevant to this operating system; questions about general use of it are off-topic.

Mac OS X Leopard (version 10.5) is the sixth major release of Mac OS X, Apple’s desktop and server operating system for Macintosh computers.

Leopard was released on 26 October 2007 as the successor of Tiger (version 10.4), and is available in two variants: a desktop version suitable for personal computers, and a server version, Mac OS X Server.

Steve Jobs stated at Macworld 2008 that over 20% of Macs use Leopard as their operating system.

Leopard was superseded by Snow Leopard (version 10.6). Leopard is the final version of Mac OS X to support the PowerPC architecture as Snow Leopard functions solely on Intel based Macs.

Related tags

331 questions
0
votes
2 answers

Trying to get the Hello Android tutorial to work on Mac OS X Leopard

I'm on Mac OS X Leopard and installed the ADT plugin into Eclipse Galileo. I followed all the steps on the Android developer SDK page to get started. My SDK version is 2.2 API 8 revision 2 and I just used the Hello World tutorial found…
0
votes
1 answer

Setting up ImageMagick on Qt with Mac. LIBS and INCLUDEPATH

I would like to build a cross platform application that will make use of imagemagick library in order to perform various actions to selected images. I have installed the library from my terminal and as I can see, Lib files are located at:…
Sharethefun
  • 804
  • 3
  • 17
  • 33
0
votes
2 answers

Flash buttons working on every platform, except Safari

Basically, every button works in Firefox, Chrome, IE, but they will not work in Safari. I'm using straightforward code: Button1.addEventListener(MouseEvent.CLICK, ButtonClick); function ButtonClick(event:MouseEvent):void { …
Carlo
  • 11
  • 2
0
votes
1 answer

How to switch language dynamically?

I want to change language of my app then a Button is clicked, but without exit the app, i kown a mothed but is not adapt that is thought creating a new nib and *.strings files, and set the prefenence. I want to change the language dynamically how…
0
votes
2 answers

most recent release of xcode for leopard, not snow leopard

compiling an app that needs to be compiled with a newer version of the gcc than is available with xcode 3.0 (what is on disk for the leopard install) but the newest download link for 3.2.4 only runs on snow leopard. what is the latest release of…
Jed Schneider
  • 14,085
  • 4
  • 35
  • 46
0
votes
2 answers

Can Ruby on Rails 3.0 run on Mac OS X Leopard 10.5? (instead of Snow Leopard)

It seems that most of Rails 3, Ruby 1.9.2 can be used, but when it is sqlite3-ruby, or mysql2 gems, then it can't compile, (missing mkmf?) and the latest Xcode is needed. But the latest Xcode is for Snow Leopard only. So looks like the Macbook…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
0
votes
3 answers

How do I download the SDK for iPhone for Leopard?

I have a Mac with Leopard installed (not Snow Leopard). I'm trying to start playing around with iPhone development, so I want to download XCode and the iPhone SDK. I found a version of XCode on Apple's site which runs on Leopard, but it doesn't…
Chris B.
  • 85,731
  • 25
  • 98
  • 139
0
votes
1 answer

Availability.h No such file or directory

I am trying to build a pre-written app, on OS X 10.5 with the base SDK set to OS X 10.4. There are a couple of pre-compiled header files which are returning errors on compile, in CFNetwork.h where it is including Availability.h "Availability.h - No…
tskd
  • 1
  • 1
  • 1
0
votes
3 answers

Installing Oracle XE on Mac Leopard (issue with a segmentation fault)

I am trying to install Oracle XE 10.2 on my Mac Leopard. However, it doesn't go without a lot of fuzz. Thankfully I have this tutorial at my disposal: http://bit.ly/a4rc4O The only pain I am left with is the following command that fails (from the…
Shyam
  • 2,357
  • 8
  • 32
  • 44
0
votes
2 answers

Developing for iPhone OS 3 and 4 on XCode 3.1.2

I am new to iPhone programming and have a MacBook running Leopard with XCode 3.1.2. I want to use CoreData to read and write to plists, but I read on…
Vivek Subramanian
  • 1,174
  • 2
  • 17
  • 31
0
votes
1 answer

NSPasteboard setString:forType: returns NO under Leopard, fine in Snow Leopard

The following code is from a NSTableViewDataSource where I'm trying to impliement drag and drop. Can someone tell me why the setString:forTypes: method in the following code returns NO under Leopard? It works fine in Snow Leopard. I checked the…
Tim
  • 304
  • 1
  • 14
0
votes
2 answers

Cause of change from `-arch ppc` to `-arch ppc7400`?

This is related to Git 2.4.8 built from kernel.org sources and missing HTTP/HTTPS helpers. I found cURL's library was effectively configured with -arch ppc -arch ppc64, but the fat library that was built has the architectures -arch ppc7400 -arch…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
1 answer

Flash and AIR technologies on apple's computers

I saw couples of weeks ago some notes in adobe AIR website that they said adobe AIR will not be supported on Apple's devices like mac-book-pro, and am working on an application that will be made using adobe AIR and flash technologies and I have to…
Ayman
  • 95
  • 2
  • 10
0
votes
1 answer

How do I set the search path for frameworks in Xcode 3?

I have to dig up and update an old project that I last worked on about three years ago. It has to run under 10.5 on a PowerPC Mac. I've got a PowerPC Mac running Xcode 3.1.2. The app uses an external framework that's included in the Xcode project as…
SSteve
  • 10,550
  • 5
  • 46
  • 72
0
votes
2 answers

MacPorts for Python on Leopard

I haven't found any concrete language on the terminal commands for installing python 3.1 on Leopard using MacPorts. I already have 2.5.1 on Leopard by way of Apple. I don't want to mess with this version & I think having the newer version of Python…
demet8
  • 1,089
  • 5
  • 14
  • 26