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
1 answer

Xcode 4.4 + OSX 10.5 as Development target = Clang LLVM 1.0 error

Try this on the new Xcode 4.4: create a new project, a Cocoa application, and set the Development Target to OSX 10.5. If you run it, you'll get this error: Command…
Oneiros
  • 4,328
  • 6
  • 40
  • 69
0
votes
1 answer

Terminate an application from my Cocoa code

I have to programmatically terminate (not forcibly) an application from my Cocoa code. Actually, here's what it looks like: -(BOOL) terminateAppWithBundle:(NSString*)bundle { NSArray* array = [NSRunningApplication…
Oneiros
  • 4,328
  • 6
  • 40
  • 69
0
votes
1 answer

Why my Javascript code is not working for FF12 on Macbook, but working with my Ubuntu's ff

I know I'm not the first one to get the problem, but couldn't get clue from the google search. Here is my code: $.get( "my.php", //xml file will be back function(data){ var dataXml = data; var listV =…
Yang
  • 1,285
  • 1
  • 10
  • 14
0
votes
1 answer

Mac application with snow leopard canot run in leopard os

I am working in a mac application with snowleopard.This application is created with leopard os,but this not support in lion due to some external application.So we converted this to snow leopard and work fine .Now the client need to convert this…
John
  • 734
  • 3
  • 14
  • 30
0
votes
1 answer

How to do remote debugging from Leopard to Tiger?

I have an app that works great on Leopard but on Tiger I'm getting some errors I can't resolve just from the stack trace. Is it possible at all to do remote debugging from Leopard to Tiger, and if so, how?
Sijmen Mulder
  • 5,767
  • 3
  • 22
  • 33
0
votes
1 answer

shutdown, reboot, hibernate notification in leopard using python

i am developing an application using python that requires to be notified when the system is shutting down, rebooting, hibernating etc. how can I do that? Please shed some light on this. any hints in Objective C or applescript will be good…
nur
  • 161
  • 2
  • 11
0
votes
1 answer

How do I include calls to methods only present in one operating system version when compiling for multiple versions?

I have an app that is being compiled with a minimum system requirement of Tiger (OS X 10.4), but I need to include some code to deal with Spaces if the app is executing on Leopard (OS X 10.5). How do I do this? (The call I need to make is to…
Redwood
  • 66,744
  • 41
  • 126
  • 187
-1
votes
4 answers

How can i get xCode on a mac OS x snow leopard?

I would like xCode for C++ programming on my mac but it is a snow leopard and the version in the app store is only for lion and above. Is there a way to get xCode without paying $30 for lion or becoming an apple developer?
-1
votes
2 answers

Can XCode 4.2 run on 10.5 Leopard?

Can XCode 4.2 run on 10.5 Leopard? Or will it only work with Snow Leopard (10.6) or Lion(10.7)?
António
  • 975
  • 1
  • 12
  • 31
-1
votes
1 answer

Install OpenCV on Mac OS 10.5

I want to install OpenCV 2.4.9 on Mac OS 10.5.8 with Intel Core Duo processor(32 bit) and only for C++(no Python required). Please help. I want the latest version of OpenCV because I want to use traincascade function provided in OpenCV which seems…
-1
votes
2 answers

Searching for iPhone SDK for iPhone OS 2.2.1 (Build 9m2621a)

I am searching the last SDK for the iPhone OS 2.2.1 (last in the 2.x series) for Mac OS X 10.5 Leopard: "iPhone SDK for iPhone OS 2.2.1 (Build 9m26211) - Final" Exact Data of the searched SDK: type: DMG file name:…
-1
votes
4 answers

Haskell Looping Construct 100% CPU

I have a bug I can't really figure out. System is 10.5 (32 bits) with Haskell Platform 2010, GHC 6.12 Consider the following: loop :: IO () loop = do return () loop main = do loop when compiled, ghc --make test.hs this code ends up…
overscore
  • 513
  • 4
  • 15
-1
votes
1 answer

Installing APE project on Mac OS X

I would like to test Ajax Push on my local server and I found Ape-progect but I need help to install and configure it. Honestly I don't know how to start... Can someone help me to install and configure APE project on Mac OS (snow leopard)? Which…
Uncoke
  • 1,832
  • 4
  • 26
  • 58
-2
votes
1 answer

Why do I have an exclamation point on my project package?

I have an exclamation mark beside my project package! and it doesn't run properly!! The project was created in another computer ( my classmate's). When i try to run it i get : Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad…
Khashayar
  • 2,014
  • 3
  • 22
  • 31
-2
votes
1 answer

Exclusive processes, running into a virtual desktop in MACOSX

the problem here it's that I need to run one process inside an Instance of a virtual desktop on MACOSX snow leopard. But for example when I make a test on SPACES which is the default desktop manager wich comes with MACOSX I realize that processes…
vhakti
  • 369
  • 1
  • 2
  • 11
1 2 3
22
23