Questions tagged [osx-snow-leopard]

Mac OS X Snow Leopard (10.6) is the seventh major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers.

Mac OS X Snow Leopard (version 10.6) is the seventh major release of Mac OS X, Apple's desktop and server operating system for Macintosh computers. It was released in August 2009, preceded by and succeeded by in July 2011.

Related tags

1395 questions
0
votes
2 answers

How do I install a 32-bit version of numpy

After much effort, I've finally got matplotlib, and all its dependencies, working harmoniously on Snow Leopard 10.6.8. I'd now like to tweak its configuration slightly to allow me to use my 32-bit installation of wxPython as its backend. The problem…
Paul Patterson
  • 6,840
  • 3
  • 42
  • 56
0
votes
1 answer

Access File in Mac using java.io.file

I am using java.io.File to create a new file in java.On Mac-Os I am using the same code which was working fine on windows but its not working on mac. I am using File file = new File(path); to create a new file. In windows: I used String path =…
Sachin Jain
  • 21,353
  • 33
  • 103
  • 168
0
votes
1 answer

Mac application with snow leopard canot run in leopard os

I am working in a mac application with snowleopard.This application is created with leopard os,but this not support in lion due to some external application.So we converted this to snow leopard and work fine .Now the client need to convert this…
John
  • 734
  • 3
  • 14
  • 30
0
votes
1 answer

how to add to PATH variable in OSX

I'm going to try building a custom language extension for Komodo Edit. In order to build an xpi file, I need to add something to the PATH variable. I'm not really familiar with the command line, so I'm not 100% sure how to do this. I started by…
user26858
0
votes
1 answer

CFMessagePortSendRequest timeout confusion

I am using CFMessagePortSendRequest to send a message. At times I get a kCFMessagePortSendTimeout. Does anyone understand the mechanics behind why such a timeout occurs? The apple docs are a bit, um, sparse. The message port is a remote message…
anderl.heckmaier
  • 301
  • 1
  • 4
  • 12
0
votes
1 answer

Making an NSButton follow ScrollView in Interface Builder

I currently have an NSOutlineView, which has an NSButton above it. When the NSOutlineView scrolls, the NSButton remains in place. That is, it remains above the text, covering anything beneath it. I am attempting to "pin" the NSButton to a point on…
Julio
  • 2,261
  • 4
  • 30
  • 56
0
votes
1 answer

where is rabbitmq context user

After installing rabbitmq on mac (lion), the document says its context user is named "rabbitmq". When trying to set up the named "rabbitmq" user through the OS's preference panel's account menu, it tells me that the account is already established,…
Chen Yu
  • 3,955
  • 1
  • 24
  • 51
0
votes
2 answers

build gpuocelot fails due to boost linkage errors on OS X Snow Leopard

I used the latest trunk version of gpuocelot on a mac snow 10.6.8 with gcc 4.5.3 and boost @1.49.0_0+universal (active) (boost installed via macports). I run scons and I get .release_build/ocelot/ptx.os .release_build/ocelot/ptxgrammar.os…
Nikolaos Giotis
  • 281
  • 2
  • 23
0
votes
3 answers

Failed to install: xcode_4.2_and_ios_5_sdk_for_snow_leopard on OSX 10.6.8

I need to compile some apps with the iOS 5 SDK so I discovered I need to upgrade from xcode 3 to xcode 4. My mac is on OSX 10.6.8, and I downloaded xcode_4.2_and_ios_5_sdk_for_snow_leopard.dmg from my iOS developer account. The image opens fine,…
michael
  • 4,377
  • 8
  • 47
  • 73
0
votes
1 answer

Quick Look QLPreviewPanel invisible in LSUIElement agent app on 10.6

Is there a way to show the QLPreviewPanel in an agent app (LSUIElement == YES) on Mac OS X 10.6? It works on 10.7. The frame of the panel is correct and everything, it’s just not visible.
Martin Winter
  • 1,370
  • 9
  • 10
0
votes
0 answers

download compile and install ffmpeg on Snow Leopard for HLS streaming

In reference to this question: transcode and segment with ffmpeg how can I download and install ffmpeg on my mac mini with Snow Leopard with the options listed in the answer to that question? I don't (at the moment) want to bother with RTMP…
alphablender
  • 2,168
  • 5
  • 27
  • 42
0
votes
1 answer

Oracle on Mac OSX, access from a virtual machine

I've installed Oracle on Mac OSX Snowleopard following the guide of Raimonds Simanovskis, as far as I know the only working installation guide for Snowleopard. As long as I use Oracle only on the Mac under MacOX itself, it works well, no…
Johanna
  • 5,223
  • 1
  • 21
  • 38
0
votes
0 answers

Setup of crontab on OSX Running Java code

I have a text file called cron.txt that is referencing a java call. findme.txt: java -classpath /example/...jkk/ findthesethings | mailx -s "does this work" email@address.com This is the one line that is in my cron.txt file: 0 * * * *…
Tony
  • 8,681
  • 7
  • 36
  • 55
0
votes
1 answer

Replace spaces with hyphens in a text document only on specific lines using regex

I'm trying to replace spaces with hypens on all image links in my markdown text files. The image syntax is as follows: ![image](Leadership-0910 Fulfilling the Vision-06-build-vision/06-build-vision-1.jpg "06-build-vision-1.jpg") As you can see there…
rev
  • 623
  • 1
  • 7
  • 16
0
votes
1 answer

Can't run mysql from terminal

I have installed mysql and it works well with RazorSQL. But for some reason I need to run it from terminal, I type: mysql -u root From terminal, but it says: command not found. It's started and working with RazorSQL, why doesn't it work from…
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187