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

How to manage appleevents in Xcode

I want to add an applescript dictionary to my project, but I need to manage AppleEvents to create Methods, classes and events. How I can manage the AppleEvent codes in xcode. Note: I don't have the AppDelegate class in the project and I have Mac OS…
Alessandro Mascolo
  • 133
  • 1
  • 3
  • 13
0
votes
1 answer

My Xcode app won't launch on other Macs

My OS X application that I've created on Xcode won't launch on other Macs. It works perfectly fine and the way it should on my MacBook, where I created it, but on other MacBooks it just bounces on a dock for less than a second and disappears and it…
RHO
  • 1
  • 1
0
votes
2 answers

openCV doesn't compile on Leopard

I've been for the past few hours trying to figure out why openCV doesn't compile on leopard. I've been googling for references but all point to a dead google group. So my question is quite simple: I've read INSTALL file, read all documentation i…
fmsf
  • 36,317
  • 49
  • 147
  • 195
0
votes
2 answers

OS X SDK 10.5 version of dispatch_queue_t

I'm hoping to convert this 10.6 code to 10.5: @autoreleasepool { dispatch_queue_t queue = dispatch_get_global_queue( DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); dispatch_async(queue,^(){ // contact webservice for IP-address information …
craig
  • 25,664
  • 27
  • 119
  • 205
0
votes
1 answer

Java error "Bad version number in .class file" on Mac OS X 10.5

I've got a problem on an older Mac with OS X 10.5.8 "Leopard". Loading a specific java class is failing with Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file and I know that this normaly states…
ToFi
  • 1,167
  • 17
  • 29
0
votes
0 answers

installing opencv with homebrew: error 'dispatch_apply_f' was not declared in this scope

I'm trying to install opencv with homebrew on OS 10.5.8 but I'm totally stumped by this error: brew install -v opencv /tmp/opencv-Qk23/opencv-2.4.6.1/modules/core/src/parallel.cpp:106:39: error: dispatch/dispatch.h: No such file or…
user3098048
  • 151
  • 2
  • 5
0
votes
3 answers

Contextual Menu Item development for OSX (Leopard and Snow Leopard)

i was wondering what the best practice is for creating a contextual menu item that would work in both leopard and snow leopard and works with a selection of files and/or folders, sending them to a shellscript. i know that the contextual menu items…
z3cko
  • 3,054
  • 8
  • 40
  • 59
0
votes
2 answers

New folder has insufficient permissions (Mac OS X Server)

I have configured the workgroup manager on Mac OS X Server (10.5.8) with 5 network users in 2 groups. Now I notice that when a network user makes a new folder, the folder is created with read & write permissions for that user, but the group to…
Time To Learn
  • 99
  • 1
  • 2
  • 5
0
votes
1 answer

how do i compile the sshfs file system on a mac?

I downloaded and installed FUSE for osx package. I downloaded sshfs for mac and successfully installed it on my mac running OSX 10.6.8. However, at some point, I would like to make some changes to sshfs the source code. Following is what I…
user1068636
  • 1,871
  • 7
  • 33
  • 57
0
votes
3 answers

Using GWT with Mac OS X Leopard

I'm just starting out with GWT but I can't even run the getting started example without getting the following error: Invalid memory access of location 0x10 eip=0x93624148 I am aware of the "java hosted mode 32 bit" stuff, anyway I tried every…
Nicola Montecchio
  • 477
  • 1
  • 7
  • 18
0
votes
1 answer

No keyup event in Safari

I can't seem to get a keyup event to trigger in Safari 5.0.6 on Mac Os X 10.5.8 document.getElementById("edit").addEventListener('keyup', function () { …
Baz
  • 12,713
  • 38
  • 145
  • 268
0
votes
1 answer

Alternative to GCD dispatch queues

For several reasons, I would like to make my application backwards compatible to OS X 10.5. Until now, I am using lots of GCD dispatch queues added in 10.6 like so: dispatch_async(dispatch_get_main_queue(), ^{ [self setStatusText:@"Connection…
guitarflow
  • 2,930
  • 25
  • 38
0
votes
1 answer

Unable to use PIL after installing using pythononmac.org package (Mac OS Leopard)

I'm trying to use PIL for a Google App Engine project. I've installed PIL using the installer from pythononmac.org but it doesn't seem to do anything, or at least neither I nor Python can find the files. I'm running Python 2.5.1.
donut
  • 9,427
  • 5
  • 36
  • 53
0
votes
1 answer

How to find pcf file on mac?

I am looking for .pcf file in my mac. I searched for many forum that I can find the VPN Settings connection from a pcf file. I searched in multiple location but I could not find anywhere. Can anyone help me with that?
0
votes
1 answer

paymentQueue:queue updatedTransactions:transactions never called

I have migrated functioning in-app purchasing code from iOS to OSX but this function is never called: (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions I have: created a new version of the app in iTunes…
Fab
  • 1,468
  • 1
  • 16
  • 37