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

Cocoa core data project relationship insertion from popup button

I have a core-data with 2 entities: 'CarEntity' and 'PassengerEntity'. Now, each entity has an attribute called 'name'. CarEntity has a to-many relationship with PassengerEntity called 'passengers' and PassengerEntity has the inverse relationship…
Apollo
  • 1,913
  • 2
  • 19
  • 26
0
votes
1 answer

GLSL 1.2: What are the default attributes for the different indexes used in glBindAttribLocation

GLuint index = 0; glBindAttribLocation(mprogram, index, name); For example, the '0' index is gl_position, but what about the other indexes like 1 and 2? @Nicolas The problem is that when I set the index to zero, I noticed that the calls to…
user52343
  • 773
  • 1
  • 7
  • 19
0
votes
1 answer

XIB doesn't open when app launches in mac application

I am a newbie in Mac development as I am trying for the first time to port my iPhone app on mac. This might look a silly question to all experienced developers but please be fair with me as I don't know much about Mac programming. I started a new…
Yogi
  • 3,578
  • 3
  • 35
  • 56
0
votes
1 answer

Can we set "-fno-jump-tables" as “Other Cflags” in XCode?

Is there a way to set "-fno-jump-tables" as “Other Cflags” in XCode. I tried setting it but it gives compilation error. The error reads something like this "i686-apple-darwin10-gcc-4.2.1: fno-jump-tables: No such file or directory". I am using gcc…
Vishvesh
  • 512
  • 8
  • 21
0
votes
1 answer

Can't read saved html page

If I save a html page like this one:

Lista immagini:

Fine

And I give the…
Ramy Al Zuhouri
  • 21,580
  • 26
  • 105
  • 187
0
votes
1 answer

Launching a Shell Script using a Global Shortcut on OSX Snow Leopard

I have a shell script, which I launch several times during work everyday. I do this by launching terminal, and launching the script from within. However, I would like to be able to launch it (from within a terminal) with a global OSX keyboard…
balajeerc
  • 3,998
  • 7
  • 35
  • 51
0
votes
1 answer

How can I program python with XCode 3?

Perhaps this question is so simple, no one needs to ask it, or perhaps I am doing a poor job searching. I would like to know how to write a simple Hello World program in python using XCode. I see all over the place info about PyObjC, but I am not…
EMiller
  • 2,792
  • 4
  • 34
  • 55
0
votes
2 answers

Error installing openCV 2.3.0 / 2.3.1 on mac os X 10.6.8

I am trying since two days to install OpenCV 2.3.0 or 2.3.1 on my mac 10.6.8 snow leopard. I followed the following commands $ cd /Users/ateendra/Desktop/OpenCV-2.3.0/ $ mkdir build $ cd build/ $ cmake -D CMAKE_OSX_ARCHITECTURES=i386 -D…
user1036908
  • 831
  • 1
  • 12
  • 16
0
votes
1 answer

Xcode DMG for Snow Leopard consistently not mounting

I am running Snow Leopard 10.6.8 and attempting to install Xcode 4.2 for Snow Leopard. (This one, the blue download link from the dev center). However, the DMG always gives this error (not recognised) when I try to open it. Does anyone have any…
samiles
  • 3,768
  • 12
  • 44
  • 71
0
votes
1 answer

AudioUnit is not working in 10.6

I'm using Osx 10.7 with Xcode 4.2.1, my AU plug-in works well in 10.7 but is not running in 10.6. When I try to change the Base SDK from 10.7 to 10.6 I get errors in the AUBase.h, ComponantBase.h and AUPluginDispatch.h Maybe I need to switch my…
kambi
  • 3,291
  • 10
  • 37
  • 58
-1
votes
1 answer

How create such interface on Mac OS?

Is there any framework?
leaf
  • 87
  • 11
-1
votes
2 answers

NSMutableDictionary Key Value Checking Problems

I little confuse in NSMutableDictionary retrieving Key and Value checking for that i did this code. NSMutableDictionary *testDictionary=[NSMutableDictionary dictionary]; // NSMutableDictionary *testDictionary=[[NSMutableDictionary…
-1
votes
2 answers

Can XCode 4.2 run on 10.5 Leopard?

Can XCode 4.2 run on 10.5 Leopard? Or will it only work with Snow Leopard (10.6) or Lion(10.7)?
António
  • 975
  • 1
  • 12
  • 31
-1
votes
3 answers

Subtracting time from file creation/modification date in OSX

I am trying to shift the dates of a series of files by 9 hours. I've reached as far as this: for i in *.MOV; do touch -r "$i" -d "-9 hours" "$i"; done This should work in recent systems, but the touch command in OSX seems to be a bit outdated and…
Filipe Correia
  • 5,415
  • 6
  • 32
  • 47
-1
votes
1 answer

Where is "Developer Information" shown by Mac OS X System Profiler coming from?

I was trying to see if I can run latest Xcode 4.2 on a machine running Snow Leopard 10.6.0 by just copying the /Developer folder from my macbook running 10.6.8. So I renamed an existing /Developer folder with Xcode 3.2 to /Developer.old and copied…
piokuc
  • 25,594
  • 11
  • 72
  • 102
1 2 3
92
93