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

Strategies for debugging Objective-C Garbage Collection Crash

I have a pretty frustrating crasher that is impacting a small subset of my users. From my analysis it seems to be isolated to PowerPC users running 10.5. When the garbage collector runs in the background, it will silently kill my application. …
Justin Williams
  • 703
  • 1
  • 9
  • 26
1
vote
1 answer

Netbeans 6.8 download doesn't complete

I'm trying to download the Java bundle of Netbeans 6.8 for Mac OS X and Language=English, from here, but after a while it just stops coming. I've tried to download it with iGetter and without iGetter. Does anyone know what the problem could be and…
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70
1
vote
1 answer

Netbeans fails to start (Command not Found) on MacOSX

I've installed Netbeans 6.0.1 on Mac OSX 10.5.8 successfully, but when I try start it up it doesn't and these log entries are logged in System.log: Apr 7 19:35:09 henrique-ordines-macbook [0x0-0x9c09c].NetBeans 6.0.1[53785]:…
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70
1
vote
1 answer

Tkinter dependancy on Tile for Mac OS X

Hi I'm getting the following error when using python3 on Mac OSX 5: Traceback (most recent call last): File "app.py", line 107, in sv1 = ttk.Scrollbar(root, orient=VERTICAL, command=vScroll) File…
Baz
  • 12,713
  • 38
  • 145
  • 268
1
vote
3 answers

how to create new file using python

how can i create new file in /var/log directory using python language in OSX leopard? i tried to do it using os.open function but i get "permission denied" thanks in advance
nur
  • 161
  • 2
  • 11
1
vote
1 answer

On Mac OS X 10.5 where does the mysql database files reside

I need to access the old files from MySQL that I backuped in an image disk. Where can I find them? what files and extensions I should be looking for? I'm using 10.5.8 Thanks in advance
Joebarboat
  • 43
  • 6
1
vote
4 answers

test.php cannot output file into Leopard filesystem

may i know what permission do i need to add, to allow test.php to able to write file into macos filesystem PHP Error:
Warning: file_put_contents(20090915203127.jpg) [
cometta
  • 35,071
  • 77
  • 215
  • 324
1
vote
1 answer

I want my development environment back: requirements that work to install MD 2.8.8.4 on my Mac

After trying to build the latest MonoDevelop (MD) 3 like this ==>, I ran into some problems which I won't go into in this post, since right now I just want to get my original development environment back which was MD 2.8.8.4. In trying to do my…
happy coder
  • 1,517
  • 1
  • 14
  • 29
1
vote
2 answers

Why is clang not working in Mac Os X 10.5.8 (Leopard) for compiling Z3?

I am not a pro-user of Mac, so I am having a lot of problems to install software. I would like to run the Z3Py (Z3 API using Python). I download Z3 v4.3.1, I installed clang v2.9 using Macports-2.1.2 and finally, when I run for…
Mairim
  • 87
  • 3
1
vote
2 answers

GDB from NetBeans 7.1 on OSX Leopard not stopping at breakpoints in library projects

This is my first question in StackOverflow since I joined some weeks ago and I wish someone could shed some light to this issue that drives me nuts! I've already searched thru the web, but I cannot find a successful solution to this problem. I'm…
Claudi
  • 5,224
  • 17
  • 30
1
vote
2 answers

How do you make the background of a video or picture clear in Quartz Composer?

I'd like to remove all of the black from a picture attached to a sprite so that it becomes transparent.
1
vote
1 answer

mongo php call to non-object

I'm using PHP Mongo with Snow Leopard and I keep getting the following errors: 'undefined variable' and 'trying to get property of non-object' What I'm trying to do: Extract variables from a URL (similar to below) to populate a collection within a…
Zorak
  • 109
  • 7
1
vote
1 answer

Am I able to still build and submit apps to the app store if I am only capable of running OS X 10.6.8 Snow Leopard with XCode 4.2?

Am I able to still build and submit apps to the app store if I am only capable of running OS X 10.6.8 Snow Leopard with XCode 4.2? This limits me to iOS 5.0.1 development. My Mac Mini maxes out at 10.6.8 and cannot run Lion, therefore it cannot run…
1
vote
1 answer

Macosx, C and embedded lua

Ok, what we have: Program written on C which compiling and running without problems in Linux and MacOSX (leopard). I embedded lua code today. Linux: compiled lua 5.1 from source. Everything works and compiles without any problems. Macos: compiled…
0
votes
1 answer

Qt4.8 + CMake 2.8.5 on OSX 10.5.8 can't link

I'm using Qt4.8 on OSX Leopard and instead of qmake+QtCreator I want to compile a very simple project using CMake on OSX to understand how to do a package. While the very same project compiles and links smoothly under Linux, under my OSX box, this…
linello
  • 8,451
  • 18
  • 63
  • 109