Mac OS X Mountain Lion (10.8) is the ninth and current major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.
100
votes
6answers
84k views
Xcode 4.4 Command Line Tools
How do I get the command line builds tools installed with Xcode 4.4 / Mac OS X v10.8 (Mountain Lion)?
Unlike Xcode 4.3 there is no installer (it's just a bundle).
It looks like all ...
18
votes
5answers
3k views
Mac OS X 10.8: Replacement for Gestalt() for testing OS version at runtime
The Gestalt() function located in CarbonCore/OSUtils.h has been deprecated as of OS X 10.8 Mountain Lion.
I often use this function to test the version of the OS X operating system at runtime (see ...
52
votes
5answers
14k views
Mountain Lion rvm install 1.8.7 x11 error
After update to Mountain Lion, I tried install 1.8.7, and I got error. X11 file not found, I installed Xquarkz, but nothing changed. Whats wrong?
Fail to find [tclConfig.sh, tkConfig.sh]
Use MacOS X ...
24
votes
2answers
13k views
How to simulate a retina display (HiDPI mode) in Mac OS X 10.8 Mountain Lion on a non-retina display?
How can you simulate a retina display (HiDPI mode) in Mac OS X 10.8 Mountain Lion on a non-retina display?
15
votes
2answers
6k views
Where is Network link conditioner Prefpane in OSX Mountain Lion and Xcode 4.4
I have recently updated to OSX Mountain Lion Xcode 4.4. Now I can't find the bundled Network Link Conditioner anymore which was automatically installed on OSX Lion and the corresponding Xcode ...
11
votes
6answers
3k views
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8
After making a fresh install of Mac OS X 10.8 Mountain Lion, and after installing Ruby 1.9.3 and Ruby on Rails 3.2.6, I started the Rails console and I got this warning message:
WARNING: Nokogiri ...
6
votes
2answers
4k views
Postgres could not connect to server
After I did brew update and brew upgrade, my postgres got some problem. I tried to uninstall postgres and install again, but it didn't work as well.
This is the error message.(I also got this error ...
5
votes
2answers
312 views
Conditional categories in Mountain Lion
Mountain Lion introduced new APIs, some of which we had implemented as categories in our project.
For examples, we have a category NSColor+CGColorAdditions that implemented CGColor and ...
9
votes
9answers
4k views
pg gem '0.14.0' on Mountain Lion fails
I just upgraded from OS X Lion to OS X Mountain Lion.
My rails environment for the most part stayed in tact.
The only steps I had to do to get things back to a good state was:
- Install XCode 4.4
- ...
30
votes
3answers
29k views
How can I install Ruby 1.9.3 in Mac OS X Mountain Lion without Xcode?
I would like to know about alternative ways to build a development machine for Ruby 1.9.3 on OS X 10.8 Mountain Lion, that does not require Xcode.
Mountain Lion is now Golden Master as I'm writing ...
5
votes
1answer
2k views
pip install fails with /usr/bin/clang: No such file or directory
I am migrating my dev environment to 10.8, however I am having issues with pip.
Specifically, I'm using a virtualenvs/virtualwrapper but cannot pip install psycopg2, and during the building of the ...
4
votes
2answers
3k views
Can't install pg gem on Mountain Lion
I have been having a lot of troubles with Rails after upgrading to Mountain Lion.
Trying to trouble shoot these and searching for hours on the internet so far I have done the following to ensure my ...
9
votes
2answers
4k views
Problems installing Ruby on Mountain Lion - ruby 1.9.3 wont' compile
I have seen a number of posts on this before and have followed their instructions but nothing is working. I'll outline below what I have done, and the instructions I have follows - would be grateful ...
2
votes
2answers
854 views
GLUT on OS/X with OpenGL 3.2 Core Profile
Is it possible to use GLUT on OS/X Lion or OS/X Mountain Lion using core profile (so I can use GLSL 1.50)?
Can I use the built in GLUT or do I need to use a third-part library such as FreeGLUT?
And ...
8
votes
4answers
6k views
How to install Scipy with pip on Mac Mountain Lion OS X v10.8
I'm having serious difficulty installing Scipy with pip on Mountain Lion.
I've tried:
sudo pip install -e git+https://github.com/scipy/scipy#egg=scipy-dev
As suggested in various places on the web.
...
5
votes
2answers
1k views
OSX Notification Center Icon
I'm using OSX's Notification Center APIs for the first time and can't seem to figure out how to make my app's icon to show up in the Notification badge.
The default "your app doesn't have an icon" ...
5
votes
7answers
2k views
How to know what Mac OS the app is running on?
I've seen in some projects something like:
#if .....
code...
#endif
but i can't find it now...
Let's say, for example, if the app is running on 10.8 the app does 1 thing, if not the app does ...
1
vote
1answer
466 views
Pygame for Python 3 on OSX Mountain Lion?
I have been trying to get this to work for days now, with no luck. All of the installation walkthroughs I can find either talk about pygame on mountain lion with python 2.x, or pygame with python 3 on ...
25
votes
2answers
3k views
OS X 10.8 Gatekeeper and Java applets
With the new release of OS X 10.8, the Gatekeeper will popup the following warning, when you try to start a signed Java applet:
The applet has been signed with a valid code signing certificate and ...
14
votes
1answer
5k views
Send notification to Mountain lion notification center
Can someone give an example of sending a test notification from a cocoa app to notifications center? eg. when i click on an nsbutton
5
votes
4answers
5k views
GCC-4.2 error on Mac OSX Mountain Lion, unable to install mysql-python
I'm having trouble building MySQLdb on Mac OSX Mountain Lion. After upgrading to OSX Mountain Lion from OSX Lion, I have downloaded and installed Xcode 4.4 also. Then, I went to Preference > Downloads ...
10
votes
4answers
6k views
Xlib.h not found when building graphviz on Mac OS X 10.8 (Mountain Lion)
When using homebrew to install graphviz, the script gets to the point of "Making install in tkstubs" and then throws the following fatal error:
In file included from tkStubLib.c:15:
...
10
votes
2answers
8k views
Java applet with self-signed certificate on OS X Mountain Lion
We have a Java applet that needs to run with full trust.
While developing and during pre-release tests we sign it using a self-signed certificate (the production version is signed with a real code ...
7
votes
1answer
3k views
OS X Mountain Lion: gcc-4.2 No such file or directory
Tried to install a gem on Mountain Lion and make couldn't find gcc-4.2:
kamil$ gem install posix-spawn -v '0.3.6'
Building native extensions. This could take a while...
ERROR: Error installing ...
1
vote
4answers
3k views
gdb fails on mountain lion
I tried to compile a 7.x Version of gdb without any luck.
I codesigned the executable(http://sourceware.org/gdb/wiki/BuildingOnDarwin).
With following version there were these problems.
7.5,7.4,git ...
8
votes
1answer
2k views
pydev debugger: unable to find real location for python 2.7 after OS 10.8 upgrade
I just upgraded to OS X 10.8 Mountain Lion and having troubles understanding how the pydev debugger should work on Aptana 3.0.
In Aptana's preferences I have the python interpreter setup with a ...
7
votes
8answers
7k views
Issue with installing ImageMagick and rmagick on Mountain Lion
I am facing issues with installing rmagick in mountain lion. I have installed Xcode 4.4 and developer tools. Still facing this issue.
Installing rmagick (2.13.1) with native extensions ...
5
votes
2answers
2k views
Error when Installing Pygame on Mountain Lion
I've been trying to get Pygame running on Mac OS X Mountain Lion and have had problems installing it. I have installed the following packages using homebrew:
sdl
sdl_image
sdl_mixer
sdl_ttf
smpeg
...
3
votes
1answer
3k views
Mountain Lion Notification Center from Safari
Is it possible to use something similar to the alert() function to send notifications to notification center using javascript? I tried googling but it just brings up the apple website for 10.8 ...
1
vote
1answer
203 views
Mac OSX asking for keychain access when building MonoDevelop iOS App
When building projects in MonoDevelop on the Mac, I get the message "MAC OS X wants to make changes.Type an administrator's name and password to allow this. MAC OSX wants to use system keychain."
I ...
1
vote
1answer
123 views
Possible to test website with GAE over LAN in Mountain Lion?
I'm hosting my website using Google App Engine. It's a pretty simple website, but I've got some javascript drawing to a canvas element, which I'm trying to test on my iPhone. I'd also like to take a ...
14
votes
9answers
5k views
Mountain Lion - LibXML & Nokogiri
I've just updated to OS X Mountain Lion and I'm getting the following when working with rails and terminal.
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.8
...
7
votes
3answers
2k views
Why does PDFKit/wkhtmltopdf hang but renders PDF as expected when Rails app is killed?
Background
After reading around it seemed to me that Prawn is out and wkhtmltopdf is in. It also seems like the PDFKit and wicked_pdf gems for Rails are the new cool. So I found a screencast by Ryan ...
10
votes
1answer
330 views
Detect hardware headphone presses in mac
This question is concerning the code from this question: Detect headphone button presses in OS X
Their answer was marked correct, however I couldn't get their code to work (this may be because of my ...
17
votes
1answer
1k views
NSUserNotificationCenter dismiss notification
I'm trying to use the new Mountain Lion NSUserNotificationCenter for my application (which isn't too hard actually). Posting notifications works like a charm via
NSUserNotification *userNotification ...
5
votes
2answers
1k views
How to show the share button in Mountain Lion?
Mountain Lion offers a built-in sharing button that reveals a menu of sharing services appropriate for the app:
How can I insert it in my app?
19
votes
2answers
10k views
Upgrading to Mountain Lion and XCode 4 broke my “make”?
TL/DR: I upgraded stuff and now I can't run "make" - wtf?
I just upgraded from Mac OS X 10.6 to 10.8 Mountain Lion, and then installed XCode 4 (formerly I had Developer/Applications/Xcode ...
14
votes
3answers
2k views
Xcode 4.5 + UIScrollView: Cannot see struts and springs (OSX 10.8 Mountain Lion)
Disclaimer: Brand new to iOS dev. Go easy on me.
Got a funny situation in Xcode 4.5. My Size Inspector looks like this:
...and I can't see the struts and springs area at all.
The really strange ...
14
votes
2answers
3k views
rvm can no longer install 1.8.7-p352 on Mac OS X Mountain Lion
I upgraded rvm to 1.15.8, then went back down to 1.15.7 after having some problems in zsh. After downgrading, my Ruby 1.9+ versions went back in fine, but 1.8.7 won't install again.
There are two ...
9
votes
3answers
6k views
Install ree-1.8.7 with RVM on Mountain Lion
I had a fresh install of Mountain Lion and installed the Xcode Command Line Tools, . I was able to get homebrew running and installed RVM. Unfortunately, I can't get RVM to install ree-1.8.7-head. ...
5
votes
2answers
714 views
How to not get special characters in place of meta key combinations for VIM on OS X
On OS X, at any program, when I type option-p I get π, option-P I get ∏ and there's a bunch of alt/option bindings that just return greek and other special characters.
Is there a way to disable that?
...
5
votes
2answers
1k views
How can i setup the path for heroku postgresql app?
I just installed the heroku PSQL app (v1.0) and i'm having trouble being able to connect my rails apps using the gem pg "0.1.4". I already added the path ...
4
votes
4answers
5k views
can't find mcrypt => Call to undefined function Laravel\mcrypt_create_iv()
Trying to set up Laravel and keep getting hit with this error. I installed mcrypt through brew and it is located in /usr/local/Cellar. Any thoughts? .. It's not showing up in terminal command php -m ...
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 ...
2
votes
2answers
1k views
Finder update/refresh applescript not working in 10.8
I have been using apple script for updating display for files and folders in finder. This is simplified version of that script:
tell application "Finder"
tell window 1 to update items
end tell
...
14
votes
5answers
10k views
The digital signature is not trusted. Java will not allow any access to this application
I have a Java Web Start application, which I've tested on Windows 7, Linux and Mac OS X 10.7 (works fine on all).
On Mac OS X 10.8 Mountain Lion the following error occurs, with no option to choose ...
12
votes
1answer
191 views
Crash of Garbage Collection Work Queue if dylib is loaded
We are porting an app from 10.6 to 10.8. I am looking at dylib we load in app. I am facing very unusual crash in Garbage Collection Work Queue with following message.
malloc: Thread::suspend(): ...
9
votes
3answers
5k views
Mountain Lion Postgres could not connect
After my update to mountain lion my postgres doest work. It is still running but my applications cant connect to it anymore.
$ ps aux | grep postgres
postgres 204 0.0 0.0 2446960 836 ...
8
votes
1answer
696 views
How to build an app that runs on Mac OS 10.6 and supports the NSUserNotificationCenter?
I did a lot of research but I just couldn't find what I'm looking for:
Currently, both the Deployment Target and Base SDK of my app is set to 10.8, and it runs perfectly. I can properly post ...
8
votes
3answers
5k views
GCC-4.2 error on Mac OS-X Mountain Lion, unable to install some packages with pip / virtualenv
I'm seeing a very annoying bug that I don't really know how to deal with. It seems to be pretty common, and I've tried nearly every solution that I could find to no avail.
I'm trying to install ...
