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

Ruby Shoes won't start in Leopard

So I wanted to try doing some easy Ruby GUI programs using Ruby Shoes. I downloaded Shoes 3 for OS X, opened the dmg and installed it to the Applications folder. When I click on the icon in the folder, or drag a source code file to it, the icon…
Displaced Hoser
  • 871
  • 3
  • 13
  • 35
0
votes
1 answer

RubyCocoa on PowerPC G5 processor (Leopard 10.5.7)

Does anybody know which version of RubyCocoa runs on this processor (if at all)?
Nava Carmon
  • 4,523
  • 3
  • 40
  • 74
0
votes
1 answer

Version 1.5.0_30 of the JVM is not suitable for this product. 1.6 or greater is required OSX

I recently downloaded eclipse for RCP and RAP developers. I am running OSX 10.5.8, and when I tried running eclipse i got the error "Version 1.5.0_30 of the JVM is not suitable for this product. 1.6 or greater is required". I went to utilities then…
ekcrisp
  • 1,967
  • 1
  • 18
  • 26
0
votes
1 answer

Ruby 2.0 on Mac 10.5.8 via RVM

I have been having some issues with my Ruby and Gem environments and wanted to clean them all out and start over. So I removed all my ruby's in rvm (rvm 1.13.8 (stable)) which left me with the stock Ruby 1.8.6 and Gem 1.0.1. I thought about removing…
Patrick
  • 3,624
  • 7
  • 31
  • 28
0
votes
1 answer

"mach-o, but wrong architecture" when importing regex

I'm getting the following error when I try to import regex. Traceback (most recent call last): File "app.py", line 3, in import regex File…
Baz
  • 12,713
  • 38
  • 145
  • 268
0
votes
1 answer

Cannot install therubyracer, gcc version update on OSX Leopard?

So after making my first scaffold using Rails, I tried to access some of the pages it created, and got the following error: ExecJS::RuntimeError in Users#index Showing /Users/Alice/Desktop/sample_app/app/views/layouts/application.html.erb…
ays0110
  • 240
  • 4
  • 18
0
votes
1 answer

drawback of compiling for an old version of Mac OSX

I am maintaining an application for Mac OSX. Currently I use -mmin-macosx-version=10.6, but there is a very small number of users who still run 10.5. I am wondering if it's worth compiling one version for all, setting the minimum requirement to…
Lorenzo Pistone
  • 5,028
  • 3
  • 34
  • 65
0
votes
1 answer

Problem with building Boost Graph Library Python bindings under Leopard

I've inherited some Python code which is importing boost.graph and I'm having an issue setting up the following under Mac OS X Leopard (I believe this is what I need to install to get it working): http://osl.iu.edu/~dgregor/bgl-python/ According to…
Matt
0
votes
1 answer

Setting the target platform to mac OSX 10.5 (Leopard) in MonoDevelop with MonoMac?

I've been writing cross platform GTK# projects in MonoDevelop (2.8.8.4) for a month or so, and I thought I'd try my hand at something that looks and breathes a little more like a Mac application. When I create a "Cocoa Application" in MonoDevelop I…
happy coder
  • 1,517
  • 1
  • 14
  • 29
0
votes
2 answers

Android Development Tools on Mac OS X

I am trying to install the ADT plugin on Eclipse, but it doesn't seem to be working. I tried using the ADT Bundle for Mac but I always get the error dyld: unknown required load command 0x80000022 on the console. I tried both Eclipse Juno and…
Jean-Paul Manuel
  • 546
  • 2
  • 12
  • 29
0
votes
1 answer

Binding IKImageBrowserView's zoom to the size of its parent NSScrollView

I have a vertical NSSplitView containing on one of its sides a NSScrollView with a IKImageBrowserView inside. The IKImageBrowserView shows only one row of thumbnails and only has horizontal scroller (the resizing mask is equal to…
0
votes
6 answers

Mac OS X Tiger vs Leopard usage pervasiveness - any study?

I need to decide whether I should support Mac OS X 10.4 / Tiger, and the decision likely hinges on what percentage of mac users are still running Tiger. I didn't find anything too reliable on the interwebs nor on Apple's developer website. Let's…
psychotik
  • 38,153
  • 34
  • 100
  • 135
0
votes
2 answers

Cloning repositories using mercurial eclipse not working on macos 10.8.2

I am updated my mac os 10.7.4 to 10.8.2(osx-mountain-lion) . After updated macos I am unable to clone repositories from eclipse . I got the below error . I am using Mercurial-Eclipse-1.9.4 . hg -y clone --noupdate…
kannanrbk
  • 6,964
  • 13
  • 53
  • 94
0
votes
1 answer

Lightroom 3.5 load forever when I click on import

I use lightroom 3.5 on a MacOS 10.6, until now everything was fine. Until recently : If I click on import It will load forever, If I force to quit the application, I can't restart it until I shutdown and restart my Imac. I try to create a new…
Manuhoz
  • 89
  • 2
  • 12
0
votes
1 answer

Support UTF-8 in UniDAC( Firemonkey) for SQLite

Have next case: My App gathering data from MacOS X Mail with UniDAC for FireMonkey, but received data not support UTF-8. How can I set "Force Unicode" for UniDAC(SQLLite) by analogy with MyDAC components ?
YoungMaster
  • 395
  • 3
  • 17