Questions tagged [osx-lion]

Mac OS X Lion (10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Lion (version 10.7) is the eighth major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

A preview of OS X Lion was publicly unveiled at Apple's "Back to the Mac" event on October 20, 2010. It brings many developments made in Apple's iOS, such as an easily navigable display of installed applications, to the Mac, and includes support for the Mac App Store, as introduced in Mac OS X Snow Leopard version 10.6.6.

On February 24, 2011, the first developer's preview of Lion (11A390) was released to subscribers of Apple's developers program. Other developer previews were subsequently released, with Lion Preview 4 (11A480b) being released at WWDC 2011.

Lion achieved golden master status on July 1, 2011, followed by its final release via the Mac App Store on July 20, 2011. Apple reported over 1 million Lion sales on the first day of its release. As of October 2011, Mac OS X Lion has sold over 6 million copies worldwide.

Related tags

2218 questions
110
votes
14 answers

How can I eliminate slow resolving/loading of localhost/virtualhost (a 2-3 second lag) on Mac OS X Lion?

Since setting up my development environments on Mac OS X Lion (brand new macbook air purchased in January 2012), I have noticed that resolving to a virtual host is very slow (around 3 seconds) the first time but after that is fast as long as I…
Adam Gries
  • 1,751
  • 3
  • 14
  • 12
102
votes
12 answers

Easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard), 10.7 (Lion), 10.8 (Mountain Lion)?

What is the easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard), 10.7 (Lion), 10.8 (Mountain Lion)? I'd prefer to use any bundled versions before resorting to downloading from the PHP or MySQL websites. That also rules out MAMP and…
Matt Sephton
  • 3,711
  • 4
  • 35
  • 46
102
votes
16 answers

How do I timestamp every ping result?

Ping returns this by default: 64 bytes from 203.173.50.132: icmp_seq=0 ttl=244 time=57.746 ms Is there some way I can get it to add the timestamp? For example, Mon 21 May 2012 15:15:37 EST | 64 bytes from 203.173.50.132: icmp_seq=0 ttl=244…
John Mee
  • 50,179
  • 34
  • 152
  • 186
100
votes
10 answers

How can I switch to ruby 1.9.3 installed using Homebrew?

I have installed ruby 1.9.3 using hombrew brew install ruby But default 1.8.7 is still used. How can I switch osx to use 1.9.3 as default ruby?
Alexey Zakharov
  • 24,694
  • 42
  • 126
  • 197
97
votes
10 answers

Mac OSX Lion DNS lookup order

After upgrading to Mac OSX Lion I figured out that /etc/hosts is not looked up in first place for name resolution anymore. This leads to some side effects like: Entries in /etc/hosts are resolved painfully slow You can't not override existing…
Meik
  • 979
  • 1
  • 7
  • 3
91
votes
10 answers

View-based NSTableView with rows that have dynamic heights

I have an application with a view-based NSTableView in it. Inside this table view, I have rows that have cells that have content consisting of a multi-row NSTextField with word-wrap enabled. Depending on the textual content of the NSTextField, the…
Jiva DeVoe
  • 1,338
  • 1
  • 9
  • 10
89
votes
7 answers

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 binaries work properly under Mac OS X 10.8.x. I…
Alex Reynolds
  • 95,983
  • 54
  • 240
  • 345
80
votes
6 answers

Git on Mac OS X v10.7 (Lion)

I just upgraded my Mac to Mac OS X v10.7 (Lion), and now Git is gone: $ git -bash: git: command not found How can I get Git back?
AnApprentice
  • 108,152
  • 195
  • 629
  • 1,012
79
votes
11 answers

sudo: port: command not found

I recently uninstalled Xcode 4.2 and re-installed Xcode 4.3.1. Command Line Tools are installed. I then installed MacPort using “dmg” disk images for Lion from macports.org. Since, I was getting sudo: port: command not found after every use of port,…
Ava
  • 5,783
  • 27
  • 58
  • 86
76
votes
10 answers

Error when install pylibmc using pip

Hello when I attempt to install pylibmc on OSX Lion using pip I get the following error: ./_pylibmcmodule.h:42:10: fatal error: 'libmemcached/memcached.h' file not found #include ^ 1 error generated. error:…
harristrader
  • 1,181
  • 2
  • 13
  • 20
71
votes
13 answers

ImageMagick and OS X Lion trouble

[edit] I was troubleshooting problems with my development environment when I noticed one of my problems was the dependency on ImageMagick, since it's a vital part of my app. After upgrading to OS X Lion (10.7) i no longer had ImageMagick available,…
rroche
  • 1,262
  • 1
  • 13
  • 29
64
votes
10 answers

How can I install the Python library 'gevent' on Mac OS X Lion

Python library gevent, version 0.13.6 (the current version on PyPI) will not pip install on OS X Lion, Python 2.7 (and probably others.) It works fine on Snow Leopard. How can I get this library installed? Bonus points if it can be done using pip…
Jacob Lyles
  • 9,920
  • 7
  • 32
  • 30
64
votes
1 answer

Full screen apps keep switching places

I'm getting a really annoying side effect happening in osx that I can't seem to find a way to fix: for some reason the full screen applications keep switching positions. For example, if I have Safari, Mail and Xcode open in full screen, in exactly…
Rob
  • 7,028
  • 15
  • 63
  • 95
62
votes
17 answers

Unable to get MacPort functionality after installing Xcode 4.3

I am having trouble getting MacPorts to function properly. I just installed OSX Lion 10.7.3 I downloaded and installed MacPorts first, and then after reading the requirements, I downloaded Xcode4.3 from the App Store, and then installed it. I…
Jason
  • 1,307
  • 1
  • 12
  • 11
61
votes
9 answers

Disable elastic scrolling in Safari

I just wanted to diable the elastic scrolling/bounce effect in Safari (OSX Lion). I found the solution to set overflow: hidden for body in css, but as expected it only disables the scrollbar, so if the website is "longer" than the screen you won't…
Fabian
  • 3,465
  • 4
  • 34
  • 42