Questions tagged [osx-snow-leopard]

Mac OS X Snow Leopard (10.6) is the seventh major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Snow Leopard (version 10.6) is the seventh major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers. It was released in August 2009, preceded by and succeeded by in July 2011.

Related tags

1401 questions
65
votes
7 answers

Python: MySQLdb and "Library not loaded: libmysqlclient.16.dylib"

The setup... Trying to set up a clean Mac os X 10.6 install to develop python/django and I didn't remember running into this on 10.5. After installing MySQL from the installer on mysql-5.5.8-osx10.6-x86_64.dmg I ran $ sudo pip install…
rennat
  • 2,389
  • 3
  • 25
  • 29
56
votes
4 answers

Python: Unable to Render Tex in Matplotlib

I recently upgraded my laptop to Snow Leopard, updated TeX to Version 3.1415926 (TeX Live 2011/MacPorts 2011_5), and installed Python 2.7.3. After all these installs, I ran macport selfupdate and macport upgrade outdated. However, now when I try…
cosmosis
  • 5,117
  • 3
  • 28
  • 27
52
votes
7 answers

Setting up PHPUnit on OSX

Though I'm sure others have eventually managed to figure this out, I've been following the various documentation out there and have been having a heck of a rough time of it. http://www.phpunit.de/manual/current/en/installation.html Makes it sound…
Alex C
  • 15,136
  • 17
  • 61
  • 95
47
votes
5 answers

warning: Insecure world writable dir when I run a ruby or gem command

Not sure why I'm getting this, but I just installed RVM, the new Ruby 1.9, and reinstalled a bunch of gems, and I get this /Users/johnsmith/.rvm/rubies/ruby-1.9.1-p378/bin/gem:4: warning: Insecure world writable dir /opt/local/bin in PATH, mode…
Trip
  • 25,831
  • 41
  • 146
  • 260
43
votes
7 answers

Homebrew install permissions issue

I have a standard homebrew install inside of usr/local/ When I try: Larson-2:~ larson$ brew install postgresql Error: Cannot write to /usr/local/Cellar And when I use sudo: Larson-2:~ larson$ sudo brew install postgresql Cowardly refusing to `sudo…
Andrew Lauer Barinov
  • 5,474
  • 9
  • 56
  • 80
43
votes
3 answers

Building with xcodebuild Timed out waiting for /"runContextManager.runContexts"

I am setting up my iphone project to run with hudson, my build script works fine locally, but when executing the following command on my snow leopard server mac xcodebuild -sdk iphoneos4.3 -workspace Moments.xcworkspace/ -scheme Moments…
Erik
  • 5,480
  • 4
  • 26
  • 44
40
votes
3 answers

Assertion not working

I am trying to write an Assertion to check if the size the user gives is a positive value, if not then make it positive, this statement is inside the class constructor which takes the size value and then makes an array[size]. I have written the…
Sam Palmer
  • 1,557
  • 1
  • 23
  • 42
39
votes
5 answers

codesign gives always no identity found error via terminal

I've looked through already existing questions, but none has solved my problems (like recreating certificates). I've built an app where inside the app I have few executables and folders and frameworks. Whenever I try to do codesign -s "our identity"…
J Bourne
  • 1,337
  • 2
  • 13
  • 33
37
votes
2 answers

How do I set up a C++ project in Xcode 4?

This probably has a really obvious answer, but I can't seem to find it. I am trying to use Xcode 4 to program with C++, and I want to create a project, build, and run it through Xcode 4 like I do for other languages. My problem is that I can't…
mrswmmr
  • 1,681
  • 5
  • 19
  • 23
37
votes
7 answers

How do I force Python to be 32-bit on Snow Leopard and other 32-bit/64-bit questions

When I run the following from a bash shell on my Mac: $ file /usr/bin/python I get the following three lines: /usr/bin/python (for architecture x86_64): Mach-O 64-bit executable x86_64 /usr/bin/python (for architecture i386): Mach-O executable…
Bialecki
  • 26,315
  • 33
  • 78
  • 103
36
votes
4 answers

Mac OS X: Keyboard shortcut for moving active window to another screen

I'm using 2 Displays with Mac OS X 10.6 (Snow Leopard) and I would like to have a keyboard shortcut to move the active window from one display to another (not space). I just found answers for moving between spaces or one hint for…
Mhh Lecker
  • 964
  • 1
  • 8
  • 20
36
votes
8 answers

Is there a simple way to get image dimensions in Ruby?

I'm looking for an easy way to get width and height dimensions for image files in Ruby without having to use ImageMagick or ImageScience (running Snow Leapard).
gruner
  • 1,534
  • 2
  • 15
  • 26
35
votes
9 answers

NSFileManager delete contents of directory

How do you delete all the contents of a directory without deleting the directory itself? I want to basically empty a folder yet leave it (and the permissions) intact.
Vervious
  • 5,471
  • 3
  • 35
  • 53
35
votes
16 answers

can't start MySql in Mac OS 10.6 Snow Leopard

I've googled this and could'nt find anything new and useful for Apple's new OS SnowLeopard. I wonder if this is my mistake or I do need to do something? this is what I did: Downloaded from mysql…
nacho4d
  • 39,335
  • 42
  • 151
  • 231
31
votes
12 answers

Installing mysql2 gem for Ruby on Rails with Mac OSX 10.6

I am having a problem installing the mysql2 gem. This comes up when I do gem install mysql2: Marks-MacBook-Pro:~ Mark$ gem install mysql2 Building native extensions. This could take a while... ERROR: Error installing mysql2: ERROR: Failed to build…
Maze
  • 413
  • 2
  • 5
  • 9
1
2
3
93 94