Tagged Questions

67
votes
12answers
101k views

Easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard) or 10.7 (Lion)?

What is the easiest way to activate PHP and MySQL on Mac OS 10.6 (Snow Leopard)? I'd prefer to use any bundled versions before resorting to downloading from the PHP or MySQL websites. I'm ...
31
votes
4answers
13k views

Authorize a non-admin developer in Xcode / Mac OS

I use a standard user account for my daily tasks on Mac OS. Since upgrading to Snow Leopard I am asked to do the following when a program is run from within Xcode: "Type the name and password of a ...
26
votes
15answers
74k views

can't start MySql in Mac OS 10.6 Snow Leopard

I've googled this and could'nt find anything new and useful for Apple's new OS SnowLeopard. I wonder if this is my mistake or I do need to do something? this is what I did: Downloaded from mysql ...
24
votes
6answers
14k views

How do you uninstall MySQL from Mac OS X?

I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now ...
17
votes
3answers
7k views

Python: MySQLdb and “Library not loaded: libmysqlclient.16.dylib”

The setup... Trying to set up a clean Mac os X 10.6 install to develop python/django and I didn't remember running into this on 10.5. After installing MySQL from the installer on ...
13
votes
10answers
8k views

Install Rails 3 on OSX with RVM

Trying to install the new Rails 3 release on OSX 10.6. Have never touched Ruby or Rails on this machine since purchased. I was able to get rvm and get Ruby 1.9.2. installed. From there, I am stuck. ...
13
votes
7answers
4k views

How can I compile Valgrind on Snow Leopard?

How can I compile Valgrind on Snow Leopard?
12
votes
7answers
9k views

Ruby on Rails Beta 3 Install Problem on Snow Leopard

i tryed to install the new beta on my system with the command: sudo gem install rails --pre but no matter what i tryed, i still get this damn error: Successfully installed rails-3.0.0.beta3 1 ...
12
votes
4answers
4k views

How do I determine if my python shell is executing in 32bit or 64bit mode?

I need a way to tell what mode the shell is in from within the shell. I've tried looking at the platform module but it seems only to tell you about "about the bit architecture and the linkage ...
11
votes
2answers
3k views

Install Ruby support for VIM on Mac OS X

Mac OS X 10.6 (Snow Leopard) has VIM pre-installed (version 7.2), which is great. It also has Ruby pre-installed (version 1.8.7) which is great too. However, I want Ruby autocompletion in VIM. ...
10
votes
5answers
620 views

How to get started with D on Mac OS X 10.6 (Snow Leopard)

I've been more or less interested in "D" for a couple years now and recently decided to start actually playing with it. I've been able to grasp the basics quite easily and I completely love the basic ...
10
votes
5answers
11k views

Installing Mercurial on Mac OS X 10.6 Snow Leopard

Installing Mercurial on Mac OS X 10.6 Snow Leopard I installed Mercurial 1.3.1 on Mac OS X 10.6 Snow Leopard from source using the following: cd ~/src curl -O ...
9
votes
4answers
8k views

Getting “Can't connect…through socket '/tmp/mysql'” when installing MySQL on Mac OS X 10.6 with Homebrew

So I'm trying to install Mysql through homebrew, using the standard procedure: brew install mysql But running Mysql gets this well-known error: ERROR 2002 (HY000): Can't connect to local MySQL ...
9
votes
4answers
14k views

Xcode 3.2 Missing Class Actions / Outlets?

Where are the Class Action and Class Outlets in Xcode 3.2? They aren't showing up in the Inspector like they used to.
9
votes
5answers
7k views

Python version shipping with Mac OS X Snow Leopard?

I would appreciate it if somebody running the final version of Snow Leopard could post what version of Python is included with the OS (on a Terminal, just type "python --version") Thanks!
8
votes
0answers
670 views

Install pycurl on Mac OSX Snow Leopard [closed]

After hours of reading on the internet I found the easiest solution to install pycurl on mac os x. Make sure you have Xcode UNIX tool installed and run this command. sudo env ARCHFLAGS="-arch ...
8
votes
3answers
5k views

warning: Insecure world writable dir when I run a ruby or gem command

Not sure why I'm getting this, but I just installed RVM, the new Ruby 1.9, and reinstalled a bunch of gems, and I get this /Users/johnsmith/.rvm/rubies/ruby-1.9.1-p378/bin/gem:4: warning: Insecure ...
8
votes
4answers
3k views

Can I use an Mac Mini Snow Leopard Server as a development machine for multiple people?

We are a Microsoft shop with C++ experience looking to get into some iPhone/iPad development. Before we make a large investment in individual development machines, we would like to test our abilities ...
8
votes
2answers
1k views

Is there a Snow Leopard compatible “sudden motion sensor” API available?

I have been using Unimotion in my application to read motion sensor values for Apple laptops, but have been unable to port the code to 10.6 64-bit. (I have also tried SMSLib and had the no luck ...
8
votes
3answers
2k views

Errors installing some gems on Snow Leopard - libxml2

After upgrading to Snow Leopard, I found that installing some gems no longer worked, including webrat, mechanize etc. Each time I get this error: checking for xmlParseDoc() in -lxml2... no libxml2 ...
8
votes
1answer
4k views

Equivalent of strace -feopen < command > on mac os X

This is useful for debugging (hence programming related). On linux, we can use the command strace -feopen python myfile.py to figure out which python modules and shared objects are loaded. Is ...
8
votes
1answer
2k views

Missing “find options” in Xcode 3.2

Generally speaking, I am very happy with the changes in Xcode 3.2. However, there is one thing which is driving me crazy: the "find in file" dialog has been jettisoned for the "find banner." But what ...
7
votes
2answers
239 views

FLOSS that implements badging and contextual menu in Snow Leopard's Finder

Apparently with Snow Leopard, due to rewrite of Finder in Cocoa and removal of Contextual Menu Plugins, it is no longer trivial to do either badging nor contextual menus, however Dropbox seems to both ...
7
votes
2answers
484 views

Detecting when a space changes in Spaces in Mac OS X

Let's say I want to write a simple Cocoa app to make the Spaces feature of Leopard more useful. I would like to configure each space to have, say, different screen resolutions keyboard layouts ...
7
votes
3answers
1k views

Good looking Python GUI toolkit for Snow Leopard(64 bit)

I'm looking for a GUI toolkit/framework to create applications that run on Mac Snow Leopard and preferably other systems(Windows, Linux). Deal breakers: X11 based Non-native widgets 32 bit/Carbon ...
7
votes
3answers
11k views

Mac OSX 10.6 compiler: a puzzling experience with 32 vs 64 bit

I have trouble understanding the gcc compiler provided by OSX 10.6 snow leopard, mainly because of my lack of experience with 64 bits environments. $ cat >foo.c main() {} $ gcc foo.c -o foo $ file ...
6
votes
2answers
153 views

Currently Supported Way to Elevate Privileges

Can somebody shed some light on the currently supported and recommend ways to elevate privileges in a helper tool? From my understanding the following ways are not the Apple supported way to do it: ...
6
votes
5answers
412 views

Installing psyco for python on Snow Leopard

I'm having some trouble installing psyco on my Macbook pro running Snow Leopard with python 2.6.1. I've been trying to force python to run in 32-bit mode using the command defaults write ...
6
votes
4answers
857 views

emacs on OS X 10.6

I am a new iMac user. I have extensive experience with Linux on a PC. I downloaded latest version of emacs to the Applications folder. I want to invoke emacs from the command line. However, the ...
6
votes
5answers
5k views

How do you fix an SVN 409 Conflict Error

I used to use SVN 1.4 on OS X Leopard and everything was fine. A couple of weeks ago I installed a fresh copy of OS X 10.6. The version of SVN that comes with Snow Leopard is 1.6.5. I went ahead and ...
6
votes
1answer
4k views

Howto: install JOGL for Eclipse in Mac OSX 10.6?

I got Snow Leopard 64 bit, and I'm wondering how I am to install JOGL in order to develop with Eclipse. A nice tut from A-Z would have been nice, since I'm suspecting some of my steps are very wrong. ...
6
votes
2answers
17k views

cron jobs under mac os 10.6 snow leopard

I'm trying to set up an automated svn commit to run semi-hourly under mac os 10.6, but the crontabs i'm adding to cron don't seem to be valid and/or don't seem to even be looked at by cron. For ...
6
votes
5answers
2k views

Compiling Bochs on Mac os x Snow Leopard

Was someone able to compile the Bochs simulator under Snow Leopard. Leopard worked fine for me but under Snow Leopard I get alot of problems related to the Carbon library... Ok, some more information ...
6
votes
3answers
7k views

Can XCode 3.2 run on 10.5 Leopard?

Can XCode 3.2 run on 10.5.x Leopard? Or will it only work with Snow Leopard (10.6)?
6
votes
2answers
2k views

Set Snow Leopard to use python 2.5 rather than 2.6

I just upgraded to Snow Leopard and I'm trying to get it to use the old python 2.5 install. I had with all my modules in it. Does anyone know how to set the default python install to 2.5?
5
votes
3answers
58 views

How does Mac OS X know what programs are using a mounted filesystem?

This may sound like a silly question but up until recently if you tried to unmount a volume that was in use the Finder reported that it was in use, but not by whom. This is simple Unix functionality, ...
5
votes
10answers
10k views

Starting MySQL Error on Snow Leopard

UPDATE 3 mysql.err: 100706 11:38:36 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data 100706 11:38:36 [Warning] '--log' is deprecated and will be removed in a future ...
5
votes
2answers
965 views

How can you load a font (TTF) from a file using Core Text?

Prior to OSX 10.6, ATSFontActivateFromFileSpecification/ATSFontActivateFromFileReference were available and could be used to load a font from a file. I can't find anything similar in Core Text.
5
votes
2answers
1k views

python locale strange error. what's going on here exactly?

So today I upgraded to bazaar 2.0.2, and I started receiving this message (I'm on snow leopard, btw): bzr: warning: unknown locale: UTF-8 Could not determine what text encoding to use. This error ...
5
votes
4answers
3k views

CakePHP: Can't access MySQL database

I'm new to CakePHP and am just running through the configuration process, but am stumped why Cake can't access my MySQL database. The Cake info page says my tmp directory is writable, the FileEngine ...
5
votes
1answer
2k views

Force a Mac OS X 32/64-bit universal binary to run 32-bit on Leopard only?

I want to ship a single 32/64-bit universal binary of my desktop Mac OS X Cocoa app. I don't want to ship two versions. I want it to run as a 64-bit process on Snow Leopard. However, if the app is ...
5
votes
3answers
5k views

How to update Numpy on Mac OS X Snow Leopard?

How can I update Numpy into the newest one? Should I download .dmg file from here: http://sourceforge.net/projects/numpy/files/ Is this .dmg only for 10.5? I have installed numpy using these ...
5
votes
3answers
1k views

How to best install Rhino on OSX 10.6 Snow Leopard

I am running OSX 10.6 Snow Leopard, have downloaded rhino1_7R2 and moved it to /usr/local/ I am aware however that (while this would prevent it from being altered by OS updates) this may not be the ...
5
votes
6answers
2k views

“git pull” broken

I recently upgraded my MacBook Pro to Snow Leopard and "git pull" returns: rakudo $ git pull git: 'pull' is not a git-command. See 'git --help' Did you mean this? shell rakudo $ git-pull ...
5
votes
2answers
2k views

Has anyone successfully built a PyObjC app in Snow Leopard?

If you did, would you mind sharing how you did the pyobjc install? I was trying to do it by installing PythonMac 2.5 (for the standalone bundle thru py2app), and doing easy_install of PyObjC. I always ...
4
votes
1answer
62 views

intArray to doubleArray, Out Of Memory Exception C#

I am trying to convert a 10,000 by 10,000 int array to double array with the following method (I found in this website) public double[,] intarraytodoublearray( int[,] val){ int rows= ...
4
votes
2answers
395 views

Howto compile vim with ruby 1.9.2

I tried to re-compile vim with ruby support because I noticed that vim was still using 1.8.7 (which is the default ruby version on Snow Leopard). Ruby 1.9.2 is installed via rvm. When compiling with ...
4
votes
3answers
1k views

How to stop Jenkins installed on Mac Snow Leopard?

I have installed Jenkins using .dmg file in MAC (10.6.8). Installed directories: Users/Shared/Jenkins - with all the plugins, war, jobs, usercontent, etc. Applications/Jenkins - which is ...
4
votes
8answers
597 views

Remove “index.php” from URL - Codeigniter

I've looked in the documentation of Codeigniter of removing the index.php from the URL when accessing different views, the code shows how to remove it with apache: RewriteEngine on RewriteCond $1 ...
4
votes
1answer
226 views

Java - Make corners of JWindow 100% transparent on MacOS (Snow leopard)

I am trying to make a small java application, and I need the corners of a JWindow to be 'cut' off, in a 45 degree angle. I have tried using the AWTUtilities.setWindowShape, but apparently it is not ...

1 2 3 4 5 9