snow-leopard

Subversion has stopped working with snow leopard install

Hi, With the install of snow leopard access to subversion has stopped working, any one know how I can fix it? When I click on my repository I get list svn+ssh//[email protected]/library/subversion/respository/apps Error 210002 (Network connection closed unexpectedly Description: (null) Any help would be very gratefully received. ...

Mac X Framework Kernel not found

Hello, I am trying to link to the Kernel framework as a 3rd party library is using functions from the I/O Kit library (http://developer.apple.com/mac/library/documentation/Darwin/Reference/KernelIOKitFramework/index.html). I am new to development on MacX, I am on Snow Leopard and I compile with the -m32 flag. g++-4.2 -headerpad_max_in...

Xcode issues after installing Snow Leopard

After updating to Snow Leopard I get an error when trying to install the Xcode.mpkg. The error gives no detailed message to what caused the failure. When trying to compile previous projects that worked fine in Leopard I now get an error message of "error: There is no SDK with the name or path 'iphoneos2.1'". Does anyone have any ideas ...

Detecting time when user does nothing

Hello guys, I am writing an application that is hidden most of the time but sometimes it should pop up on the user's desktop. (It is in cocoa and objective-c) I don't want to disturb my dear users when they are busy e.g. watching a movie or actively chating with friends etc. I would like that my app pops up only when user is not busy w...

Compiling JVMTI agent (using GCC, on OSX Snow Leopard)

I am trying to build a JVMTI agent using the g++ command on Snow Leopard and I get the following error: $ g++ -o agent.so -I `/usr/libexec/java_home`/include agent.cpp Undefined symbols: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found collect2: ld returned 1 exit status I am a total novice when it comes to gcc...

Are PackageMaker installations with preinstall scripts broken on Snow Leopard?

Everything worked on 10.5, but now my PackageMaker installation project is broken. I've been fighting a problem for a few days now, and either Snow Leopard (OS X 10.6.1) has broken PackageMaker installations I am lacking a very, very basic tidbit of knowledge To narrow down the problem, I've gotten to this point: Create a new Pack...

Remove documentation popup in Xcode 3.2

When I alt(option) double-click a keyword in Xcode 3.2, I get the following popup: I absolutely hate it. Is there a way to go back to searching the documentation (as in Xcode 3.0) rather than popping up this dialog? ...

Any reason to use NSViewAnimation over CoreAnimation techniques?

I'm working on a Snow Leopard app and I'm doing some view animations (swapping them) and I've seen some older examples using NSViewAnimation. I'm wondering if these are completely obsoleted by Core Animation? It seems fairly simple for me to use [[myView animator] setFrame:newSwapFrame]; But I'm just wondering if I'm missing somethin...

Memory leak dyld dlopen

I am getting leak and I cannot detect from where this is happening. The stack trace does not give full info after dyld open. For few leaks I am not getting any stack trace info. All I get is only object memory address. Is anyone else facing the same issue. I am using XCode 3.2 on show leopard. 18 0x103038 17 0x1033c7 16 0x1034a1 15 ...

Build same RubyCocoa application version for Leopard and Snow Leopard

I have RubyCocoa 0.13.2 based application. It works on 10.5.8 and earlier versions. When i try to run it on 10.6 it crashes on infinite loop. 10.6 has 0.13.2 built in, but it's not same binary as for 10.5. When i tried to build my application's Xcode 3.1.3 project with 0.13.2 framework from 10.6, it gave a link error - malformed object o...

PyQt4 on Snow Leopard in 64 bit

I just compiled the latest preview of Qt4.6 on Snow Leopard in 64 bit without any major issues. http://qt.nokia.com/developer/qt-4.6-technology-preview#download-the-qt-4-1 Now, I am trying to do the same for PyQt4.6 with the latest snapshot from the River Bank website. However, the compiler exits with the following issue: g++ -c -pipe...

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 when I try to install the correct x86 version it says that it can't install because a newer version is already installed. A Google query led ...

Removed MAMP from OS X, dyld still using MAMP libraries

When I try and use a populator or sphinx on a Ruby app I keep receiving dyld errors. I used to use MAMP on OS X Leopard but since I've upgraded to Snow Leopard and am now using standalone MySQL (10.5 64-bit). $ rake ts:index Would return dyld: Library not loaded: /Applications/MAMP/Library/lib/mysql/libmysqlclient.15.dylib Referenc...

Installing Python Imaging Library (PIL) on Snow Leopard with updated Python 2.6.2

I have a fresh install (started with a wiped drive) of Snow Leopard with the developer tools installed during the Snow Leopard installation. I then installed Python 2.6.2, replacing the Snow Leopard default python 2.6.1. I've tried to install PIL by (1) easy_install (2) pip and (3) downloading source and running "python setup.py build" m...

Xcode's shared workgroup 'Unreachable' after Snow Leopard/Xcode upgrade.

After upgrading to OS X 10.6 (Snow Leopard) and iPhone SDK 3.1 (with Xcode 3.2), Xcode's shared workgroup builds (distributed) can't seem to find or access other computers in our office. Distributed builds worked perfectly in OS X 10.5 with iPhone SDK 3.0. All the computers that have upgraded are now listed with a status of Unreachable...

Snow Leopard + cucumber/webrat/rspec

Since I've upgraded to snow leopard I've been having tons of problems using cucumber to run my features. Currently, every time I run cucumber I get the following error. Missing these required gems: webrat cucumber >= 0.3.100 webrat >= 0.5.0 rspec >= 1.2.6 rspec-rails >= 1.2.6 You're running: ruby 1.9.1.243 at /...

Handling "Open Document" (odoc) events in Snow Leopard

I have code in my application that response to "Open Document" (odoc) events. In Mac OS X Tiger and Leopard, this code works fine: - (void) handleOpenDocumentEvent: (NSAppleEventDescriptor*)event withReplyEvent:(NSAppleEventDescriptor*)replyEvent { NSAppleEventDescriptor const *const dirObj = [event descriptorForKey...

Snow Leopard: connect from local wordpress to remote db

I have a Wordpress-based log, hosted on Dreamhost. I'm on Snow Leopard and I wanted to install local site, that will connect to my remote database. However, this does not work and I get this error: mysqlnd cannot connect to MySQL 4.1+ using old authentication I did not try to do this in Leopard, so I don't is it new thing in SL or was ...

Eclipse CDT on Snow Leopard cannot find binaries

After upgraded to Snow Leopard, I can no longer run Eclipse CDT project on my computer. While the build process completes without any error, Eclipse does not recognize the binary file it created. When try to point to the binary file in Run Configuration.. dialog, it cannot find any binary in the project. Though executing the file from Te...

How do I make Cucumber and RMagick play nice on Snow Leopard?

I installed Snow Leopard and things have been going great, after a few re-installs. But now when I go to run cucumber, I get the error below, and I can't find anything conclusive through Google searches. Has anyone run into this, or maybe have some troubleshooting steps to try? $ cucumber features dyld: NSLinkModule() error dyld: Libr...