Leopard is the code name of Mac OS X version 10.5, the Apple's desktop and server operating system for Macintosh computers.

learn more… | top users | synonyms (2)

0
votes
0answers
54 views

dyld: unknown required load command 0x80000022 Trace/BPT trap

I am trying to install MySQL on my iMac running Mac OS X 10.5.8. I get this error dyld: unknown required load command 0x80000022 Trace/BPT trap
0
votes
0answers
20 views

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 ...
1
vote
0answers
88 views

pip-3.3 SSL verification error , mac OSX 10.5.8

I am getting an error when trying to run pip-3.3 install numpy from the terminal in OSX 10.5.8 here is the error in question: could not fetch URL... [SSL: CERTIFICATE_VERIFY_FAILED] certificate ...
0
votes
1answer
54 views

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 ...
0
votes
0answers
57 views

Can't draw vertical text in NSTextView?

I am trying to draw characters of the string "Vertically" in a NSTextView. Tried to use "\n" after each characters, i am able to draw but the problem is Alignment of the text & font size effects ...
1
vote
1answer
23 views

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 ...
1
vote
1answer
41 views

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 ...
0
votes
0answers
64 views

Trouble compiling GLFW 2.7.7 on Mac OS X Leopard (10.5)

I'm trying to compile GLFW 2.7.7 (the latest as of April 1, 2013) on Mac OS X Leopard (10.5). I installed Xcode 3.1.4 and put the GLFW folder in /Developer. The GLFW readme says I just have to run ...
0
votes
1answer
182 views

“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 <module> import regex File ...
1
vote
1answer
43 views

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 <module> sv1 = ttk.Scrollbar(root, orient=VERTICAL, ...
0
votes
1answer
77 views

ruby still shows old version

I have installed or I think is is so a new version of ruby on my osx ppc running leopard 10.5.8 but when I run ruby --version it shows the old one 1.8.7 (default on the machine) but when I run... ...
0
votes
0answers
21 views

install nail on a mac

I am trying to install nail (http://linux.die.net/man/1/nail) on my mac (Version 10.6.8). I know I have mailx in /usr/bin but I need to be able to send attachments. I downloaded the latest version of ...
1
vote
1answer
40 views

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
0
votes
0answers
51 views

Java on Mac OS X 10.5

So I have been developing some software for a client that uses both windows and mac. Because of this, I decided to write the app in java. I just recently found out that with several of their ...
2
votes
2answers
96 views

How to copy files in python?

Basically, what I want to do is this (in a psuedo bash-ish code) #create ramdisk raid diskutil erasevolume HFS+ "r1" `hdiutil attach -nomount ram://4661720`; diskutil erasevolume HFS+ "r2" `hdiutil ...
0
votes
1answer
97 views

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 ...
0
votes
1answer
44 views

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 ...
2
votes
2answers
2k views

What is the “Illegal Instruction: 4” error and why does “-mmacosx-version-min=10.x” fix it?

I get Illegal Instruction: 4 errors with binaries compiled with GCC 4.7.2 under Mac OS X 10.8.2 ("Mountain Lion"), when those binaries are run under Mac OS X 10.7.x ("Lion") and earlier versions. The ...
3
votes
4answers
833 views

Intellij-idea 12 Scala support : it consumes almost 300% of my cpu resources

I recently bought the latest version of Intellij idea (during their 75% off offer) which is really great by the way. I have a problem though : the scala support seems to be broken. I have installed ...
0
votes
1answer
102 views

How to open .m files in octave on OSX 10.6.8

This file ex1.m, I "open with" octave, but it doesn't do anything. the first few lines of code are.... %% Machine Learning Online Class - Exercise 1: Linear Regression % Instructions % ...
4
votes
2answers
659 views

Incorrect check of SIP version during PyQt installation

I have been trying to install PyQt on my mac (OSX 10.6.8), but I still having this problem: When I try to install PyQt-mac-gpl-4.9.6, I get this Error: This version of PyQt requires SIP v4.14.2 or ...
1
vote
1answer
133 views

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 ...
0
votes
2answers
222 views

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 ...
0
votes
1answer
153 views

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. ...
0
votes
2answers
768 views

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 ...
0
votes
2answers
316 views

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 ...
0
votes
0answers
85 views

compiler error: Lexical or Preprocessor

I downloaded XCode 4.3.3 from official site Apple Developer. Also i downloaded chipmunk engine and Box2d that doesn't run on my Xcode. I get a compiler error like Lexical or Preprocessor Issue with ...
0
votes
1answer
42 views

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 ...
0
votes
0answers
79 views

Jobs hangs in launchd but runs as expected when using cron

On a Mac Pro running Leopard. I have a script that has been reliably running in cron (and manually) for several month. Yet when run using launchd it returns an error code of 1 and does not complete ...
0
votes
0answers
49 views

What do I do with the gcc-4.0.1 folder that came from DeveloperTools?

I have read many sites and documents that say GCC comes in Xcode Developer Tools. I did what the instructions say and now I have a folder that contains other folders labeled cpp, cppinternals, gcc, ...
2
votes
1answer
354 views

Background color for drop down menu options is not working in Safari, Chrome + MAC

I have a drop down box where I am setting background color of options as gray based on some conditions. The problem is its all work fine with almost browser on windows machine but its not working in ...
0
votes
0answers
249 views

Is it possible to use gparted to resize a partition on my sd card? [closed]

I"m running OS X 10.6.8 and I would like to use gparted to resize a partition on my SD card by following instructions on this page: ...
-1
votes
4answers
213 views

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 ...
1
vote
2answers
385 views

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 ...
0
votes
1answer
88 views

Linking to thin archive on Snow Leopard

I am attempting to link a thin archive that combines two archive libraries to a C program. I constructed two simple hello world functions and built an archive with the commands: ar rcs lib1.a ...
0
votes
1answer
188 views

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 ...
0
votes
1answer
390 views

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 ...
0
votes
1answer
152 views

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 = ...
1
vote
1answer
150 views

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 ...
0
votes
1answer
112 views

Why my Javascript code is not working for FF12 on Macbook, but wokring 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; ...
26
votes
3answers
948 views

List indexing efficiency (python 2 vs python 3)

In answering another question, I suggested to use timeit to test the difference between indexing a list with positive integers vs. negative integers. Here's the code: import timeit ...
3
votes
1answer
1k views

“Process out of memory” when running Node.js or NPM on Mac OSX 10.5

I am completely new to both Macs and Node.js, so sorry if this one is a bit basic. I am running Mac OS X 10.5 (Leopard) and have just installed the last version of Node.js (released version, not ...
0
votes
1answer
51 views

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 ...
1
vote
2answers
1k views

Thread 0 crashed with X86 Thread State (32-bit): in cocoa Application

I am doing crash fixing in an osx application .The crash report shows Date/Time: 2012-05-01 16:05:58.004 +0200 OS Version: Mac OS X 10.5.8 (9L31a) Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception ...
0
votes
0answers
65 views

How to move app to background in 10.5

For 10.7 I am using: ProcessSerialNumber psn = { 0, kCurrentProcess }; TransformProcessType(& psn, kProcessTransformToBackgroundApplication); How can I do this in 10.5 (and 10.6, since ...
1
vote
0answers
674 views

Curl error - Empty reply from server (ssl)

I have problems accessing certain URL using curl on OSX. For other urls I receive response, and for this specific UWL I can receive response from other, ubuntu machine. I am stucked and do not know ...
2
votes
1answer
180 views

otool -l shows (0x80000022) Unknown load command on OSX 10.5 when framework was built from OSX 10.6

I built a framework using OSX 10.6 and everything is fine, I have the Base SDK and Deployment SDK set to 10.5. I also am building only a i386 arch. When I bring this framework to a OSX 10.5 and I ...
1
vote
1answer
159 views

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 ...
8
votes
4answers
5k views

How do I install Bash >= 3.2.25 on Mac OS X 10.5.8?

I'm following Michael Hartl's Rails tutorial, so far I've installed Git 1.7.5.4 x86_64 (I'm running OSX 10.5.8) and I'm trying to install rvm After I run the following: $ curl -kL get.rvm.io | bash ...
-1
votes
1answer
300 views

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 ...

1 2 3 4 5 7