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.
1
vote
0answers
136 views
UI login apple script not running on 10.8.3 but working fine on 10.6.x
I had coded an applescript that login the user on back end when MAC starts.
NSAppleScript *runscript;
//NSLog(@"comes to applescript");
//////////NEW CODE FROM HERE//////////
NSString ...
0
votes
1answer
438 views
Updating OpenSSL on OSx 10.8.3 Mountain Lion
Okay, so I have a fresh install and a clean slate...
What is the proper way to update OpenSSL from scratch on OSx 10.8.3?
Nothing is installed yet, but after I can get OpenSSL updated to v1+ I ...
0
votes
1answer
151 views
How to set default locale for app bundles in OSX Mountain Lion
How can I set the default locale (LANG, LC_ALL = en_US.UTF-8) with which apps are run in OS X Mountain Lion?
I am trying to run a Python program packaged to an .app with py2app. When running the app ...
0
votes
1answer
81 views
How to determine the boot drive on a mac? [closed]
I need to determine inside my app which of the internal drives in my Mac is the boot drive. I am not sure if there is any specific property of the drive or any specific file that can help me uniquely ...
2
votes
1answer
134 views
How to setup SDL2 with XCode 4.6 and OS X 10.8
Does anyone have any guide or information how to setup SDL2 with MAC OS X 10.8 and XCode 4.6 or later versions.
I have managed to build SDL2 and assume to have all the files I need. Where should I ...
3
votes
1answer
194 views
homebrew socat on OS X ML, sctp “Protocol not supported”
I am working very hard on a hobby program which involves the SCTP protocol, to grasp the basics, I tried to install socat using homebrew, socat is a netcat-like tool for testing various protocoles. ...
0
votes
1answer
61 views
Where is the Java EE installation directory on OS X 10.8?
How can I find the Java EE installation directory after installing it?
My JAVA_HOME is empty. I am working on Mac OS X Mountain Lion.
0
votes
1answer
45 views
Weird issue with platypus (makes .app packages from scripts)
I wrote myself a small Python script that I want to use to automatically do things with certain types of files; as such, I want to create an .app out of it so that I can set certain files to be opened ...
0
votes
1answer
59 views
Programatically add songs to iTunes
Is it possible to add songs to iTunes on OS X programatically? I.e. say I have a directory of songs I'd like to add to iTunes from a Python script. What is the easiest way to achieve that?
1
vote
1answer
47 views
Using PackageMaker (OS X) to create an installer for a make project
Ok, so the background, I've downloaded myself a copy of http://www.opensource.apple.com/source/curl/curl-68/ and I've configured, compiled and installed it on my own machine, now what I want to do is ...
1
vote
1answer
169 views
Paramiko — using encrypted private key file on OS X
I'm trying to use Paramiko to connect to an SSH server from Python. This is what I tried so far:
>>> import paramiko
>>> import os
>>> privatekeyfile = ...
-1
votes
1answer
37 views
Keep dual monitor working when you lock your Mac [closed]
I want to ask whether some of you knows a way how to keep external monitor working when you lock your MacBook. Normaly when you lock the MacBook both monotors black out. Maybe there is some thrid ...
0
votes
0answers
80 views
Cocoa / NSUserNotificationCenter get all NSUserNotification notifications
How can I be notified whenever any application delivers or activates an NSUserNotification?
Neither could I determine anything that is sent via NSDistributedNotificationCenter,
nor could I find a ...
0
votes
1answer
147 views
fltk installation on Mac 10.8.3
I'm struggling with fltk installation on my Mac, I'd like to run in on Xcode 4. After downloading the file and unzip it and trying to follow the instructions:
2.3 Configuring FLTK
...
4
votes
2answers
390 views
Handling “dyld: lazy symbol binding failed: Symbol not found” error when nm does not find symbol
I have a fat (32- and 64-bit) Intel binary called myBinary that fails to run on another workstation running Mac OS X 10.8.2:
$ myBinary
dyld: lazy symbol binding failed: Symbol not found: ...
0
votes
1answer
265 views
Running Python Script with Launchd: imports not found
I've been trying to set up a script to run a python program at regular intervals using launchd. The python program fails because it can't find my imports---I know this because I caught the errors in a ...
1
vote
0answers
143 views
socket mac os x vs windows java slow
Please help me figure out why the Mac OS X Java takes 5 times longer than the Windows XP Java.
I have some code that behaves differently on Mac and PC Java. I have a Java GUI that talks to a number ...
1
vote
1answer
170 views
osx 10.8 refresh finder
I want to programmatically force Finder to refresh in Mountain Lion. In the previous version of OSX, the follow snippet works:
OSStatus SendFinderSyncEvent( const FSRef* inObjectRef )
{
...
1
vote
2answers
157 views
Error installing CouchDB with homebrew osx 10.8 - skip dependency?
So I tried to install it according to the directions on couchdb wiki. and I get the following issue
Installing couchdb dependency: erlang-r15
==> Downloading ...
1
vote
2answers
164 views
Rcpp+Eclipse on Mac OS X
I am trying to get started using Rccp and decided to use Eclipse as a development environment since I already use StatEt for R. I am having trouble getting even a simple program to compile and run ...
0
votes
1answer
47 views
Can Apple's color picker be opened from anywhere?
Is it possible to open the native color picker from anywhere in the OS, perhaps through Terminal?
0
votes
0answers
66 views
Compile for 10.5/10.6 & PPC
I'm needing to compile a C++/C/Objective-C project for 10.5 (ppc, intel)+ however Xcode 4+ (using 4.6) drops support for 10.6 and i believe Xcode 4 completely dropped support for 10.4/ppc. I have read ...
0
votes
2answers
107 views
.bash_profile corrupted not found, command not found… Help restore it back to the original
I was playing with the installation of Mongo db on my mac... and in exporting the Mongodb/bin dir to PATH .. looks like I corrupted the bash_profile and now I can't find it..
This is what I did :
...
0
votes
0answers
37 views
Trouble with Devise install on first Ruby project - One Month Rails by Mattan Griffel
I am a total noob. I am taking One Month Rails by Mattan Griffel and I ran into my first set of problems in the video, Adding Users with Devise, at this point:
Gemfile > bundle install > rake ...
0
votes
1answer
26 views
after installing an app on snow leopard, the app is nowhere
I recently built an application for Mac, on Mountain Lion.
After a couple of days i did a clean install on my Mac of Snow Leopard. I have a backup of the "my_app".pkg on a external hard drive, and ...
1
vote
1answer
202 views
Brew install failing on OS X - possibly something to do with new XCode
I'm trying to do a brew install of fontconfig on OS X 10.8.3 and I'm being thrown with a nasty error. I have XCode 4.6.1 installed.
$ brew install fontconfig
==> Installing fontconfig dependency: ...
0
votes
1answer
53 views
Using jZMQ binding with Java SDK 6 instead of 7
I'm trying to get ZeroMQ http://www.zeromq.org/ running with the following configuration / requirements:
OS X 10.8 with built in Java SDK 7
Java binding for ZMQ
Need to use SDK 6
Apparently jzmq ...
0
votes
0answers
51 views
How do I add items to OSX share menu? [closed]
By default, I have the options to share to Email, Message, Twitter and Facebook.
How do I create a new item. Does anybody know of any documentation? I'd like to find a way to share something to G+ or ...
0
votes
1answer
501 views
MySQL ODBC on Mac OS X 10.8
I've found some problems while trying to connect to a remote MySQL database using the MySQL's ODBC connector.
I have a Mac OS X 10.8.2 and I've installed MySQL ODBC connector 5.2.4. Everytime I tried ...
-1
votes
2answers
247 views
Unable to login to OS X 10.8.2 with no password [closed]
Just got my first Mac. Established a password during Setup, but later discovered that it was too annoying to enter it all the time, so went into Users & Groups and deleted the password.
So now ...
0
votes
0answers
277 views
Unable to update Mac OS 10.7.5 [closed]
I am trying Update My iMac OS from 10.7 to 10.7.5.
I downloaded MacOSXUpdCombo10.7.5.dmg file. I am trying to update my OS . but it will gives an error like
Mac OS X Update Combined can't be ...
9
votes
1answer
339 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 ...
-1
votes
1answer
72 views
iOS style buttons on the mac [closed]
I'm trying to recreate the look here:
(Except normally these buttons would not be disabled). How do I recreate this iOS-style look in an objective-C application?
1
vote
1answer
43 views
os x custom dictionary or custom lookup function
In Lion and Mountain Lion you can double-tap-3-fingers to look up word from dictionary. This gesture is so quick, clean and nice way to search for words, but it doens't support custom translations.
...
1
vote
1answer
67 views
How to install PL/R on Mountain Lion? make searching wrong path?
I'm trying to install PL/R on Mountain Lion 10.8.2, I've installed R 2.15.3 from r-project and PostgreSQL 9.1 from KyngChaos. I've got PL/R 8.3.0.14 from http://www.joeconway.com/plr/. I've put the ...
1
vote
4answers
282 views
Pycrypto install fatal error: gmp.h file not found
It seems like there are a number of people who have had a similar problem, however, after much searching I haven't been able to find a solution that works with my particular architecture. I'm trying ...
0
votes
0answers
50 views
Installing therubyracrer on Mac Mountain Lion
I have both XCode and XCode CLI installed and I don't have any issues installing any other gems, but here's what happens when I try to install therubyracer:
gem install therubyracer
Building native ...
1
vote
1answer
38 views
Service (OS X) won't start automatically on demand, says my OS version is too old
I have a text-inserting OS X Service (created by Mark Aufflick and I've been hacking on it) that's giving me an odd problem.
The service is a .service application, installed in ~/Library/Services. ...
1
vote
0answers
131 views
Eclispe gives an exeption (org.eclipse.core.runtime.CoreException)
Sometimes when i try ti start eclipse it gives me an exception,
I am using Eclipse Juno and in this case using the PHP plug in on a mac with OSX 10.8
I tried to remove some recently installed ...
3
votes
4answers
200 views
For real, too many installations of Python on OSX Mountain Lion
I have three different Python 2.7s at:
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7
...
1
vote
0answers
359 views
Setting up OpenGL and GLFW on Mac OS X 10.8.2
I am having an issue setting up GLFW / OpenGL on Mac. I am running a fully updated Mac OSX 10.8.2, so I am assuming that I have the most up to date mac-compatible OpenGL version and I have compiled ...
1
vote
3answers
142 views
iphone simulator suddenly started running very slow
I have been working on an app in iphone simulator for a number of weeks and it has been running well up until now, but all of a sudden has begun running very slow both when loading content and ...
0
votes
0answers
62 views
MySQL socket is not created in Mac OS X (File Vault)
after turning ON File Vault on Apple Mountain Lion, MySQL socket is not created in /tmp directory anymore.
I've installed MySQL using brew and binaries, in both cases result is the same.
Did anybody ...
0
votes
2answers
152 views
how to compile fox-toolkit with glx.h in mac osx
I am trying to build Fox-toolkit with opengl support in Mac OSX mountain lion (10.8). I have modified the configure file from
GL/gl.h
GL/glu.h
To
OpenGL/gl.h
OpenGL/glu.h
and it can ...
1
vote
0answers
95 views
mac osx webcam for avd of nexus 7
Below is a screenshot of my AVD. But right now it does not use the camera on my laptop. So I changed Front camera from Simulated to Webcam0; except, after that when I run an app the AVD Emulator does ...
2
votes
5answers
977 views
RailsInstaller issue with fresh Mountain Lion install
I previously had Rails installed on OS X 10.8.2 Mountain Lion, but I just recently reformatted my hard drive and am in the process of setting up the computer again.
I've downloaded RailsInstaller as ...
0
votes
0answers
151 views
Segmentation fault while compiling ruby 1.9.3p392 with OpenSSL 1.0.1e installed
I'm trying to have my Rails website running on my fresh installation of Mountain Lion Server. Not using RVM, because I don't need many rails or ruby installations. Configuring ruby and rails to run ...
3
votes
1answer
59 views
Python output line wrapping
I am running the following Python script in an OS X 10.8 terminal with a line length of about 200 characters. However the output from the script is wrapped at about line 80.
How can I make the output ...
0
votes
0answers
52 views
Eclipse Juno, no editor area navigation arrows?
I just upgraded from Eclipse Indigo to Juno and I can't see the editor area navigation arrows for navigating the tab list mentioned in the New and Noteworthy doc and shown in this screenshot (< in ...
1
vote
2answers
678 views
Install Java on MAC OSX 10.8.2 Error calling: CFMessagePortCreateRemote
Hello I am trying to install Java on my mac with osx 10.8.2.
If I am typing java -version in the terminal, I get the following error:
No Java runtime present, requesting install.
2013-03-08 ...


