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
1
vote
1 answer

export PATH not working

I'm trying to fix the problem asked / answered here: Repairing Postgresql after upgrading to OSX 10.7 Lion It suggests that I use export on PATH. However, here's what I'm getting: $ which psql /usr/bin/psql $ export…
varatis
  • 14,494
  • 23
  • 71
  • 114
1
vote
1 answer

MYSQL on lion - set root password

I just installed mysql in lion and am now trying to set the root password. I can get into mysql no problem by simply typing: mysql But when I try to get in as the root user which should let me in without issue as I have not set the root password…
EZDC
  • 682
  • 1
  • 17
  • 33
1
vote
1 answer

How to change OS X Lion DPI?

How to change OS X Lion DPI? I've just switch to Lion and I want the text size (every where) bigger, 125% big is OK, I tried many ways like: Quartz Debug - UI Resolution the "defaults write -g ..." command in Terminal But they all DOESN'T…
missingcat92
  • 787
  • 2
  • 10
  • 21
1
vote
1 answer

OpenCV not filling entire image

I have a strange problem with OpenCV. Here's the code: cv::Mat cvSideDepthImage1(150, 150, CV_8UC1, cv::Scalar(100)); cv::imshow("side1", cvSideDepthImage1); Based on the documentation for cv::Mat, I would expect this to show a 150x150…
houbysoft
  • 32,532
  • 24
  • 103
  • 156
1
vote
1 answer

Can I install Valgrind on Mac OS X 10.7.4 without having Xcode?

I have been searching for quite some time now as to whether there is a way by which I can install Valgrind without the need of installing Xcode, knowing that I have apple's Command Line Tools already installed. During the installing of Valgrind I…
BitRiver
  • 291
  • 3
  • 11
1
vote
1 answer

keyboard interrupt doesn't stop my interpreter

I am testing a Log-parser that does a infinite loop (on purpose) with a cool down of 3 seconds every recurrence. Eventually I will link all the data to a GUI front-end so I can call a stop to the loop when the user is ready with parsing. The (small)…
user1467267
1
vote
2 answers

How do I add Leopard and Snow Leopard support to a Lion Cocoa App?

I have developed a Cocoa App on Lion and now I would like to add compatibility with Leopard and Snow Leopard. I tried to set the development target to 10.5 but it still has crash problems on Leopard and Snow Leopard. I tried also to open the project…
Oneiros
  • 4,328
  • 6
  • 40
  • 69
1
vote
2 answers

SDL linking errors with terminal/g++ on OSX lion

I installed OSX Lion and Xcode this morning after learning C++ with Sublime Text and Terminal for a little while to use SDL but I'm having some problems when trying to compile in Terminal, here's my code. #include "SDL/SDL.h" int main(int argc,…
snarehanger
  • 231
  • 1
  • 5
  • 6
1
vote
1 answer

libmemcached and PHP memcached library: crashing on OS X -- timeout?

I used Homebrew to do all my installs but am having some trouble here... So I have a PHP application that for whatever reason uses both the "memcache" and "memcached" modules. Whatever. System is OS X Lion, 10.7.4. Apache is the stock one Apple…
ashgromnies
  • 3,266
  • 4
  • 27
  • 43
1
vote
2 answers

After Installation RVM and Ruby 1.9.3 every Bash path change RVM Initialization Script is printed

I installed the latest RVM - Ruby Version Manager - and installed Ruby 1.8.7 and 1.9.3 on OSX Lion with XCode 4.3.3 using clang rvm install 1.9.3 --reconfigure --debug -C --enable-pthread --with-gcc=clang as the regular way did not work due to a GCC…
rhand
  • 1,176
  • 4
  • 17
  • 45
1
vote
2 answers

what base SDK level should I use?

I have apps listed on app store. Some of them are OS 10.6 compatiable. Now, I want the user of OS 10.8 getting benifit from the new API of NSUserNotification and still want to serve the user under OS 10.6 and OS 10.7 with basic functions. What base…
Jiulong Zhao
  • 1,313
  • 1
  • 15
  • 25
1
vote
1 answer

pygame error on Mac OSX 10.7.4

**pygame.image.load("ball.PNG") error: File is not a Windows BMP file** I am getting the above error every time i try to load any image other than .BMP. I searched the internet for a solution and nothing has worked. The SDL_image library is where…
da1th1
  • 55
  • 10
1
vote
2 answers

"TypeError - Property not Function" - Firebreath plugin on Chrome

This is the JavaScript code in the Chrome background.html. var plugin = document.getElementById("reverbPlugin"); if (!plugin.startBackgroundThread()) { console.log("Failed to start background thread: " + plugin.getErrorMessage()); …
Rahul Jiresal
  • 1,006
  • 13
  • 24
1
vote
2 answers

"Couldn't find function symbol in library" - JS-Ctypes

My C++ Library function is int RFD_startBackgroundThread() My code in the overlay.js is uri = addon.getResourceURI("components/mac/libReverbFirefoxExtensionLib.dylib"); this.extensionLib = ctypes.open(uri.path); this.startBackgroundThread =…
Rahul Jiresal
  • 1,006
  • 13
  • 24
1
vote
1 answer

Changing default browser for WiFi landing page in OS X Lion

When connecting to a WiFi network with a landing page in OS X Lion, a popup Safari browser window will open up with the landing page. Is there any way to change the browser used for this? (Changing to chrome for example, will enable me to save WiFi…
ben
  • 11
  • 1
1 2 3
99
100