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.
0
votes
1answer
18 views
What is the equivalent to [NSPatternColor CGColor] in OS X 10.7?
I have the following code that works fine in OS X 10.8:
[viewLayer setBackgroundColor:[NSColor colorWithPatternImage:[NSImage imageNamed:@"editbackground.png"]].CGColor];
But when I used it on OS X ...
0
votes
1answer
20 views
My Mac app is crashing on OS X 10.7 (from tester reports). How can I test on 10.7 when my dev machines are 10.8?
I have a Mac app that I built on the latest Xcode on an OS X 10.8 machine. Some of our beta testers are getting crashes on 10.7. Here in the office we don't have any machines with 10.7 on them.
On ...
-1
votes
0answers
12 views
My Mac .apps don’t find /usr/local/bin utilities! OSX Lion
So I have used homebrew to install a few tools (bedtools etc) and I use certain GUI .app apps that also need access to the files installed. For example Python can in terminal but the GUI python ...
0
votes
0answers
7 views
Is there a easy way to find out wich root certificate was isued by which program
I have long list of crap in my keychain root certificates.
Now before getting rid of some, I need to find out how did they get there in first place.
Who put them there, which software.
The ...
1
vote
0answers
15 views
Can't find running applications when executing as root on OS X 10.7
I have a privileged helper tool running as root (blessed by SMJobBless) and I'm trying to obtain the process id of Finder. The code below works fine in OS X 10.8, but returns an empty array for ...
0
votes
1answer
31 views
MySQL - drop database return “Error dropping database errno: 66”
I found some similar threads on SO, but none of them helped me.
DROP DATABASE db_name;
ERROR 1010 (HY000): Error dropping database (can't rmdir './db_name', errno: 66)
The problem is, that I don't ...
0
votes
0answers
12 views
MySQL - cannot log in to MySQL on Lion OS X
I have installed a Rails app with MySQL database on Lion OS X.
In the config/database.yml for database is set up user (root) + password.
When I try to log in into MySQL from terminal: mysql -uroot or ...
0
votes
0answers
12 views
System zoom with screen capture
We are developing screen capture utility which allows users to capture selected area on screen. Which works on 10.7 and above.
As per apple Technical Q&A QA1741 we have used below API to capture ...
0
votes
0answers
31 views
RVM - MacPorts won't update through proxy
I'm trying to use RVM to install ruby on my iMac.
I start by typing the following:
rvm list known
I then target the version that I want to install (the guide I'm following recommends 1.9.2 instead ...
0
votes
1answer
21 views
Video Stress via Apple script
I've been working on a video stress script based on terminal an quicktime, I'm having a specific issue with one part of playing multiple videos with quicktime as well as would love some opinions on ...
0
votes
0answers
19 views
Fluid swipe and scrolling 10.7 style
I'm looking to add two finger "fluid swiping" to my app. Anyone who has used the week view in the Calendar app that comes with OSX will have seen what I'm trying to do.
I have a scroll view, and I ...
0
votes
1answer
82 views
How to properly install matplotlib on mac 10.7.5? And why is the command “conda” not found after Anaconda is successfully installed?
I tried for a long time to work with python on this Mac. I tried to remove python completely from my mac. Then I realized it was hard to get rid of this default python. Fortunately, I read in the ...
-1
votes
0answers
33 views
Missing libs in java.awt [closed]
I have the java.awt libraries and can use some parts of it, but it doesn't seem to have all the classes present according to the documentation.
I do not have the java.awt.Dimension class which seems ...
0
votes
1answer
48 views
How to compile C code in Mac OS x Lion
I'm trying to compile C code on Mac OS X Lion. I use Eclipse with the CDT plugin.
I always get an error:
Launch failed Binary not found
If I do whereis gcc I get no result. And if I write gcc ...
0
votes
0answers
21 views
Cannot capture Standard definition resolutions using AVFoundation on MAC OSX 10.7
I am new bie to MAC OSX development. I am capturing video raw frames using AVFoundation on OSX 10.7 and 10.8. I am successfully capturing the available video formats of a camera in MAC OSX 10.8 ...
0
votes
0answers
25 views
Cannot find properties nor service implementations using Java Web Start in OSX Lion
In a Java application I'm developing, I use:
Properties files for configuration.
The `ServiceLoader` class to retrieve implementations for a certain interface.
SWT for the UI.
SLF4J for logging.
I ...
0
votes
2answers
59 views
head command to skip last few lines of file on MAC OSX
I want to output all lines of a file, but skip last 4, on Terminal.
As per UNIX man page following could be a solution.
head -n -4 main.m
MAN Page:
-n, --lines=[-]N
print the first ...
0
votes
1answer
21 views
How do I change a folder icon in OSX? [closed]
How to change the icon on a folder on your desktop. I was searching how to do this myself. I found the answer and posted it below.
0
votes
0answers
20 views
prefer cable over wifi in mac
Is it possible to ask a mac book pro to use cable internet over wifi while it try to access to a certain IP in .bashrc file or any other config ?
for instance you can ask it to do not use proxy while ...
0
votes
4answers
60 views
PHP memory limit is not being added osx
I am running on Mac OS X Lion 10.7.4,
i have php running and in /etc/php.ini i have set the memory limit to be 1024M
; Maximum amount of memory a script may consume (128MB)
; ...
0
votes
1answer
38 views
Scons Compile Error when switching from OSX 10.6 to 10.7
I am migrating from a Snow Leopard (10.6.8) MAC to a Lion MAC (10.7.5). I haven't changed anything in the code or the build scripts, but once I try to build my project using SCONS on OSX Lion, I get ...
0
votes
0answers
28 views
Mac App - pkg export from XCode not opening in 10.7.5
I have a Mac App, I export it as a pkg for distribution, using the latest XCode.
Deployment target is 10.7.3.
I have got many user reports that the app can't be installed on 10.7.5 "appname can't be ...
0
votes
0answers
77 views
Mac OS X app bundle for shell script doesn't works
I just did a app bundle like it's shown on this blog, but the app is not working. It looks like it will open (the OS X effect of the app opening) but then nothing happens, no window, no process, ...
2
votes
1answer
67 views
Why is my PhoneGap app appears corrupted on load?
I have created a project based on PhoneGap 2.6.0. I haven't made any changes to it. When I try to run it in 4.2.2 emulator the visual is corrupted or I am not sure how to put it.
Screenshot of how ...
0
votes
1answer
52 views
Rails 3.2 - Can't connect to local MySQL
When I run the app, I will get this error message:
/Users/adam/.rvm/gems/ruby-1.9.3-p385/gems/mysql2-0.3.11/lib/mysql2/client.rb:44:in `connect': Can't connect to local MySQL server through socket ...
0
votes
1answer
37 views
`set editing-mode vi` in Python readline (os x)
Trying to beef up my regular python console, I wanted to add vi-style editing.
1st thing: python is not reading ~/.inputrc if I understand well.
Then, I tried to do (through ~/.pythonrc.py):
import ...
0
votes
0answers
24 views
Getting the “From” address right when using postfix
On all machines in my lab, the following command:
mail -s "Subject" me@example.com < body
will generate an email with a From address of me@MACHINE_NAME.example.com. However, there is one ...
1
vote
1answer
43 views
Why Can't I Compile Objective-C/C++ (.mm) Files with MacPorts gcc-mp-4.6?
I have a C++11 codebase I compile with gcc 4.6 from MacPorts on OS X Lion. I also need to compile and link some OS-specific Objective C/C++ files to make the final executable. I would like to use ...
-1
votes
1answer
68 views
Setup php on OSX 10.7.5 [closed]
I'm trying to learn php, and I'm not sure if this problem is with my setup or my code. I have a simple html file that contains a php script:
<html>
<body>
dinos
<br/>
<?php
...
0
votes
0answers
28 views
Java Preferences CPU-Type load order won't stick
I am running Lion on my Mac and need to use a 32-bit Java 6 rather than the 64-bit for my MATLAB Student Version. I have tried dragging the 32-bit above the 64-bit within Java Preferences but it ...
0
votes
1answer
74 views
Lion OS - brew update returns “Failure while executing…”
I am trying to update my brew, when I set
brew update
I get this error:
error: Your local changes to the following files would be overwritten by merge:
Library/Formula/imagemagick.rb
...
2
votes
2answers
123 views
Distribute mac application with third-party frameworks (Xcode 4)
I've done a lot of research over the last two days, and I must have read through at least 20 successfully answered questions on this website alone. None of the solutions seem to work for me. I'm using ...
0
votes
0answers
23 views
TideSDK exiting after installer on OSX 10.7.5
I am trying to install the developer app but it keeps closing after I click continue on the installer. This is also happening after I build the hello world app. I have the SDK installed at ...
0
votes
1answer
35 views
Error: trying to install pip OSX Lion
I've installed the latest version of python and from "mistake" to say so i've deleted the 2.7 python from system. Now when i'm trying to install pip or easy_install i receive the errors below:
$ pip ...
0
votes
0answers
40 views
Performance API on mac 10.8
Anyone tried to install papi(performance API) version 5.1.0 on the mac os 10.8 ? I am getting following errors on the make command.
zero_attach.c: In function ‘main’:
zero_attach.c:84: error: ...
0
votes
1answer
49 views
How do I set a default Ruby version using RVM?
I installed Ruby, Rails and other stuff from rubyinstaller.org on to my MacOS X Lion system. However, I am not able to override the Mac version of Ruby which is 1.8.3. How do I overrite it to the ...
1
vote
1answer
24 views
vm_region not found
On osx, I made a small program to edit the memory of my process (mainly to cheat in flash games). I tried to recompile this program after a long time, and I realized I upgraded my os (and changed my ...
1
vote
0answers
383 views
Error when installing pg 0.15.1 on os x
This is what happens when I try to install the latest version of Postgres gem on OS X Lion.
$ gem install pg
Upgraded http://rubygems.org/ to HTTPS
Fetching: pg-0.15.1.gem (100%)
Building native ...
0
votes
1answer
113 views
vi - getting an error E212: Can't open file for writing
I am following this tutorial for setting opendiff for git: http://thomashunter.name/blog/set-opendiff-filemerge-as-your-git-diff-tool-on-os-x/
I open vi like it said in tutorial, write some lines and ...
-1
votes
1answer
372 views
Make a Mac Lion (10.7.5) default to Java JDK 6 even when JDK 7 is installed [closed]
I have a Mac with 10.7.5.
Ref: https://discussions.apple.com/message/21725940?ac_cid=op123456
I have attempted everything reasonably sane:
Oracle's "how to uninstall J7" (ha! only removes the ...
0
votes
1answer
20 views
Error when installing homebrew with ruby
Trying to install homebrew from here:
$ ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
-e:1: syntax error, unexpected ']'
[This script has been moved.][url]
...
0
votes
2answers
48 views
NSMenuItem toggle Bold Font style
I have to implement NSMenuItem such a way that selected NSMenuItem should have Bold Text , this is what i have done,
@implementation NSMenuItem (Font)
-(void)setBoldStyle:(bool)bBold{
NSString* ...
2
votes
1answer
104 views
In Mac OSX Lion, how does one replace multiple spaces with a single space using sed?
friends, colleagues, glib claimers-to-know, and esteemed fellow victims of The Most Humiliating of Careers,
I am suffering from that distinctive fatigue one gets when trying to do simple UNIXy things ...
-1
votes
1answer
106 views
How to install Java 6 on OSX Lion? [closed]
I have a mac (running 10.7.5) that MUST have Java 6 on it...and actually it needs to be a version b/w Java 6_20 and Java 6_37...so the last available version from apple 6_43 won't do. It has to have ...
1
vote
2answers
72 views
OS X: portable Git (aka install multiple Git versions)
I'm currently trying to install multiple Git versions on OS X for testing purposes. After downloading the OS X installer bundle from git-scm.com (which installs to /usr/local/git), I move it to a ...
0
votes
0answers
25 views
NSTableView vertical grid colors on Lion
My app includes an NSTableView setup from NIB. In the NIB file I've added Solid Vertical Grid then compiled it under OS X 10.8 but with deployment target OS X 10.7. Everything works fine on OS X 10.8, ...
0
votes
0answers
58 views
Extreme delays in Mac OSX Lion internet connections via terminal commands [closed]
I am in Mac OS/X Lion 10.7.5 and experience huge delays when running terminal commands like whois, telnet, and also my own custom applications developed that make use of http connections.
Strangely ...
1
vote
1answer
580 views
Installing Ruby 2.0.0 on Mac 10.7.5 “requirements_port_libs_install”
I originally installed ruby 1.9.3 with an installer from here: http://railsinstaller.org/
Now I want to install Ruby 2.0 and Rails 4
so I used rvm witch that installer had already installed
rvm ...
1
vote
0answers
132 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 ...
3
votes
2answers
155 views
Matplotlib fails to install on Mac OS 10.8.2 using Python 2.7.3
I've installed numpy and when I go to install Matplotlib it fails. Regardless of the method I use to install it. Below are the errors I receive.
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic ...



