active questions tagged leopard - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T14:26:15Z http://stackoverflow.com/feeds/tag/leopard http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1867582/using-gwt-with-mac-os-x-leopard 0 Using GWT with Mac OS X Leopard Nicola Montecchio 2009-12-08T15:09:22Z 2009-12-09T20:16:39Z <p>Hi I'm just starting out with GWT but I can't even run the getting started example without getting the following error:</p> <blockquote> <p>Invalid memory access of location 0x10 eip=0x93624148</p> </blockquote> <p>I am aware of the "java hosted mode 32 bit" stuff, anyway I tried every combination I could think of and still could not get away with that error. I tried:</p> <ul> <li>Using the eclipse plugin</li> <li>Setting all possible jvm switches in eclipse to 1.5</li> <li>Use the command line tool</li> <li>Set the java environment to java 5 32 bit in the preference pane, and do all of the previous options again, without success (I checked that effectively "java -version" gives me the right 32 bit jvm)</li> </ul> <p>Any suggestion? I can't believe that something which should be apparently immediate is so difficult ...</p> <p>Thanks for your help</p> <p>Best regards</p> <p>Nicola Montecchio</p> http://stackoverflow.com/questions/1159867/replace-the-bundled-apache-and-php-installs-on-os-x-server-10-5 0 Replace the bundled Apache and PHP installs on OS X Server 10.5 Jeff Johnson 2009-07-21T15:16:35Z 2009-12-06T19:32:04Z <p>Is there any way to replace the bundled Apache and PHP install on OS X Server 10.5? I've got them installed separately at the moment, but it'd be nice if I could use the Server Admin tools with them. I know this is a long shot, but figured it's worth it.</p> http://stackoverflow.com/questions/1143843/keydown-and-cocoa-sample 1 KeyDown and Cocoa Sample Andrea Girardi 2009-07-17T15:04:10Z 2009-12-06T10:37:53Z <p>I'm learning how to build program with Cocoa. I'm using a sample Apple application that record video from WebCam. I'd like to start ant stop video capture by key press. I've tried to override Keydown event but I've read that It's not possible in an NSObject. How can I handle this kind of event?</p> <p>The class of application extends a NSObject class. </p> <p>This is the code:</p> <pre><code>- (void)keyDown:(NSEvent *)event { NSLog(@"Hi there"); NSString *characters = [event characters]; if ([characters length]) { switch ([characters characterAtIndex:0]) { case NSUpArrowFunctionKey: NSLog(@"Key UP"); break; } } </code></pre> <p>}</p> <p>thanks a lot and sorry for my very bad english!</p> <p>Andrea</p> <p>PS: What's a very good book to start learn MacOS Programming?</p> http://stackoverflow.com/questions/1084718/applescript-in-finder-advance-to-next-file 0 Applescript in Finder: advance to next file luca 2009-07-05T19:58:46Z 2009-12-05T21:28:26Z <p>What I'm trying to do is:</p> <p>set x to current selection, then advance the selection to the next file and then delete x.</p> <p>I'm doing this because CMD-backspace clears the selection every time and that's annoying!</p> http://stackoverflow.com/questions/1781380/utf8-with-mysql-5-0-88-ruby-1-8-7-rails-2-2-and-snow-leopard 0 utf8 with Mysql-5.0.88, ruby 1.8.7, rails 2.2 and snow leopard? Eric Smith 2009-11-23T06:11:52Z 2009-11-23T08:42:28Z <p>I'm just starting with the depot application in the Pragmatic Programmer's Rails book. When I try doing a rake db:create RAILS_ENV-'development' after creating a rails application, I get the following error:</p> <p>Couldn't create database for {"encoding"=>"utf8", "username"=>"root", "adapter"=>"mysql", "database"=>"depot_development", "pool"=>5, "password"=>nil, "socket"=>"/tmp/mysql.sock"}, charset: utf8, collation: utf8_general_ci (if you set the charset manually, make sure you have a matching collation)</p> <p>My my.cnf looks like this: </p> <p>[mysqld] character-set-filesystem=UTF8 character-set-server=UTF8 default-collation=UTF8_general_ci default-character-set=UTF8</p> <p>[client] default-character-set=UTF8</p> <p>[mysqldump] default-character-set=UTF8</p> <p>What am I doing wrong?</p> http://stackoverflow.com/questions/1777673/why-my-mouse-move-inversely-on-leopard-10-5-7 0 Why my mouse move inversely on Leopard 10.5.7? [closed] Cook Schelling 2009-11-22T02:52:22Z 2009-11-22T02:52:22Z <p>I have installed a iATKOS v7(Leopard 10.5.7) in Vmware 7 on my Thinkpad T61. All is OK except that the mouse, i.e., trackpoint and touchpad, move inversely along the vertical direction. When I move up, the cursor move down and vice versa. And right/left direction is right.</p> http://stackoverflow.com/questions/1774825/unable-to-use-pil-after-installing-using-pythononmac-org-package-mac-os-leopard 0 Unable to use PIL after installing using pythononmac.org package (Mac OS Leopard) donut 2009-11-21T07:27:57Z 2009-11-21T09:11:00Z <p>I'm trying to use PIL for a Google App Engine project. I've installed PIL using the <a href="http://pythonmac.org/packages/py25-fat/index.html" rel="nofollow">installer from pythononmac.org</a> but it doesn't seem to do anything, or at least neither I nor Python can find the files. I'm running Python 2.5.1.</p> http://stackoverflow.com/questions/1351209/compiling-a-py2app-working-build-for-both-leopard-and-snow-leopard 1 Compiling a py2app working build for both Leopard and Snow Leopard? jopes 2009-08-29T11:31:25Z 2009-11-18T18:18:59Z <p>I currently am making my PyObjC application work for Snow Leopard and I successfully compiled a standalone app. My question would be, how do I make the build to be also Leopard-compatible, given these errors?</p> <pre><code>dyld: lazy symbol binding failed: Symbol not found: _fopen$UNIX2003 Referenced from: /Applications/MyApp.app/Contents/MacOS/MyApp Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: _fopen$UNIX2003 Referenced from: /Applications/MyApp.app/Contents/MacOS/MyApp Expected in: /usr/lib/libSystem.B.dylib </code></pre> <p>This is a Snow Leopard-compiled py2app application. Also, when I compile on Leopard, on the other hand, this error occurs:</p> <pre><code>Traceback (most recent call last): File "/Users/jofell/client/dist/MyApp.app/Contents/Resources/__boot__.py", line 31, in &lt;module&gt; _run('main.py') File "/Users/jofell/client/dist/MyApp.app/Contents/Resources/__boot__.py", line 28, in _run execfile(path, globals(), globals()) File "/Users/jofell/client/dist/MyApp.app/Contents/Resources/main.py", line 17, in &lt;module&gt; from AppKit import * File "AppKit/__init__.pyc", line 10, in &lt;module&gt; File "Foundation/__init__.pyc", line 10, in &lt;module&gt; File "CoreFoundation/__init__.pyc", line 17, in &lt;module&gt; File "objc/_bridgesupport.pyc", line 129, in initFrameworkWrapper File "objc/_bridgesupport.pyc", line 53, in _parseBridgeSupport ValueError: Unknown typestr 2009-08-29 19:30:14.530 MyApp[445:903] MyApp Error 2009-08-29 19:30:14.534 MyApp[445:903] MyApp Error An unexpected error has occurred during execution of the main script </code></pre> <p>Any help would be appreciated. Thanks in advance.</p> http://stackoverflow.com/questions/1736816/octave-gnuplot-os-x-10-6-nothing-happens 0 octave + gnuplot + os x 10.6 : nothing happens Mike Briggs 2009-11-15T06:48:46Z 2009-11-15T09:43:52Z <p>On my first-gen Macbook Pro, with OS X 10.6.1, I can launch gnuplot and get a plot, after I set the terminal to x11, with a command like</p> <p>plot [-6:6] sin(x). </p> <p>But when I launch octave, and try a plot command, like</p> <p>plot([2 3],[4 5]) or plot([-6:0.01:6],cos([-6:0.01:6]))</p> <p>I get no error messages and no plot. Just another octave prompt. I installed from octave-3.2.3-i386.dmg. What gives?</p> <p>Any suggestions appreciated.</p> http://stackoverflow.com/questions/1668447/solved-launch-failed-binary-not-found-snow-leopard-and-eclipse-c-c-ide-iss 1 SOLVED: "Launch Failed. Binary Not Found." Snow Leopard and Eclipse C/C++ IDE issue. Alex 2009-11-03T16:25:02Z 2009-11-13T17:59:15Z <p>Not a question, I've just scoured the internet in search of a solution for this problem and thought I'd share it with the good folks of SO. I'll put it in plain terms so that it's accessible to newbs. :) (Apologies if this is the wrong place -- just trying to be helpful.)</p> <p>This issue occurs with almost any user OS X Snow Leopard who tries to use the Eclipse C/C++ IDE, but is particularly annoying for the people (like me) who were using the Eclipse C/C++ IDE in Leopard, and were unable to work with Eclipse anymore when they upgraded. The issue occurs When users go to build/compile/link their software. They get the following error:</p> <blockquote> <p>Launch Failed. Binary Not Found.</p> </blockquote> <p>Further, the "binaries" branch in the project window on the left is simply nonexistent.</p> <p>THE PROBLEM: is that GCC 4.2 (the GNU Compiler Collection) that comes with Snow Leopard compiles binaries in 64-bit by default. Unfortunately, the linker that Eclipse uses does not understand 64-bit binaries; it reads 32-bit binaries. There may be other issues here, but in short, they culminate in no binary being generated, at least not one that Eclipse can read, which translates into Eclipse not finding the binaries. Hence the error.</p> <p>One solution is to add an -arch i686 flag when making the file, but manually making the file every time is annoying. Luckily for us, Snow Leopard also comes with GCC 4.0, which compiles in 32 bits by default. So one solution is merely to link this as the default compiler. This is the way I did it.</p> <p>THE SOLUTION: The GCCs are in /usr/bin, which is normally a hidden folder, so you can't see it in the Finder unless you explicitly tell the system that you want to see hidden folders. Anyway, what you want to do is go to the /usr/bin folder and delete the path that links the GCC command with GCC 4.2 and add a path that links the GCC command with GCC 4.0. In other words, when you or Eclipse try to access GCC, we want the command to go to the compiler that builds in 32 bits by default, so that the linker can read the files; we do not want it to go to the compiler that compiles in 64 bits.</p> <p>The best way to do this is to go to Applications/Utilities, and select the app called Terminal. A text prompt should come up. It should say something like "(Computer Name):~ (Username)$ " (with a space for you user input at the end). The way to accomplish the tasks above is to enter the following commands, entering each one in sequence VERBATIM, and pressing enter after each individual line.</p> <pre><code>cd /usr/bin rm cc gcc c++ g++ ln -s gcc-4.0 cc ln -s gcc-4.0 gcc ln -s c++-4.0 c++ ln -s g++-4.0 g++ </code></pre> <p>Like me, you will probably get an error that tells you you don't have permission to access these files. If so, try the following commands instead:</p> <pre><code>cd /usr/bin sudo rm cc gcc c++ g++ sudo ln -s gcc-4.0 cc sudo ln -s gcc-4.0 gcc sudo ln -s c++-4.0 c++ sudo ln -s g++-4.0 g++ </code></pre> <p>Sudo may prompt you for a password. If you've never used sudo before, try just pressing enter. If that doesn't work, try the password for your main admin account.</p> <p>OTHER POSSIBLE SOLUTIONS You may be able to enter build variables into Eclipse. I tried this, but I don't know enough about it. If you want to feel it out, the flag you will probably need is -arch i686. In earnest, GCC-4.0 worked for me all this time, and I don't see any reason to switch now. There may be a way to alter the default for the compiler itself, but once again, I don't know enough about it.</p> <p>Hope this has been helpful and informative. Good coding!</p> http://stackoverflow.com/questions/1702382/issues-instaling-mimelite-via-cpan-on-mac-os-x 1 Issues instaling MIME::Lite via CPAN on Mac OS X purinkle 2009-11-09T17:09:32Z 2009-11-09T20:41:02Z <p>I am trying to install MIME::Lite using CPAN via Mac OS X Leopard and CPAN just keeps reporting back the following message:</p> <pre> cpan shell -- CPAN exploration and modules installation (v1.9304) ReadLine support enabled cpan[1]> install MIME-Lite CPAN: Storable loaded ok (v2.21) Going to read /private/var/root/Library/Application Support/.cpan/Metadata Database was generated on Mon, 09 Nov 2009 03:28:37 GMT Warning: Cannot install MIME-Lite, don't know what it is. Try the command i /MIME-Lite/ to find objects with matching identifiers. CPAN: Time::HiRes loaded ok (v1.86) cpan[2]> i /MIME-Lite/ Distribution ALIAN/MIME-Lite-HTML-1.23.tar.gz Distribution CHUNZI/MIME-Lite-TT-HTML-0.04.tar.gz Distribution HORIUCHI/MIME-Lite-TT-0.02.tar.gz Distribution HORIUCHI/MIME-Lite-TT-Japanese-0.08.tar.gz Distribution RJBS/MIME-Lite-3.027.tar.gz Distribution TYPESTER/MIME-Lite-TT-HTML-Japanese-0.05.tar.gz 6 items found </pre> <p>Does anyone know how I can resolve this?</p> http://stackoverflow.com/questions/1678587/eclipse-doesnt-find-java-on-snow-leopard 1 Eclipse Doesn't Find Java On Snow Leopard TripWired 2009-11-05T05:48:25Z 2009-11-05T06:59:47Z <p>I have Cocoa 64-bit Galileo Eclipse installed on snow leopard. For some reason all my java is underlined in red, even standard java library functions. When i try to add a jre it tells me "Standard VM not supported on MacOS." I've even tried installing the 1.5 java sdk and still doesn't work. I also get Unhandled Loop Exceptions. I've tried reinstalling eclipse but nothing seems to work. How do i fix this?</p> http://stackoverflow.com/questions/628838/how-to-set-up-pear-on-mac-os-x-10-5-leopard 3 How to set up PEAR on Mac OS X 10.5 Leopard Andrew 2009-03-10T03:23:17Z 2009-11-04T23:29:01Z <p>I'm ultimately trying to install PEAR so I can easily install PHPUnit. I want to set up a Mac, Apache, MySQL, PHP, PHPUnit development environment so I can test locally. I already have Apach, MySQL and PHP working. Now all I need is PHPUnit, which means I need PEAR to install it.</p> <p>I have searched all over, and there are a few variations of "the tutorial" on how to install PEAR on Mac OS X 10.5. However, I can't seem to get any of them to work! Has anyone had success with this? I'm not totally confident that I have everything set up as it should be, so if you could include the "default" Mac OS X 10.5 include paths, or a simple explanation of where everything should go, I would appreciate it.</p> <p>Following <a href="http://clickontyler.com/blog/2008/01/how-to-install-pear-in-mac-os-x-leopard/" rel="nofollow">this</a> tutorial I do the following:</p> <pre><code>curl http://pear.php.net/go-pear &gt; go-pear.php sudo php -q go-pear.php </code></pre> <p>I press enter until I get to a list with 7 include paths:</p> <pre><code>1. Installation prefix ($prefix) : /Users/andrew 2. Temporary files directory : $prefix/temp 3. Binaries directory : $prefix/bin 4. PHP code directory ($php_dir) : $prefix/PEAR 5. Documentation base directory : $php_dir/docs 6. Data base directory : $php_dir/data 7. Tests base directory : $php_dir/tests </code></pre> <p>I change the <code>Installation prefix</code> to be <code>/usr/local</code>, press enter to continue, type <code>Y</code> to also install <code>PEAR_Frontend_Web-beta, PEAR_Frontend_Gtk2, MDB2</code>. Eventually, everything is installed.</p> <p>Next...</p> <p>On the first try, I think <code>include_path</code> was commented out of the php.ini file, but since I've already changed this line, and this is not the first time I've tried installing, I get the following message:</p> <pre><code>WARNING! The include_path defined in the currently used php.ini does not contain the PEAR PHP directory you just specified: &lt;/usr/local/PEAR&gt; If the specified directory is also not in the include_path used by your scripts, you will have problems getting any PEAR packages working. Would you like to alter php.ini &lt;/private/etc/php.ini&gt;? [Y/n] : </code></pre> <p>I type <code>Y</code> and let pear automatically update my include path:</p> <pre><code>php.ini &lt;/private/etc/php.ini&gt; include_path updated. Current include path : .:/usr/share/pear Configured directory : /usr/local/PEAR Currently used php.ini (guess) : /private/etc/php.ini </code></pre> <p>I press enter to continue, and get the following message:</p> <pre><code>The 'pear' command is now at your service at /usr/local/bin/pear ** The 'pear' command is not currently in your PATH, so you need to ** use '/usr/local/bin/pear' until you have added ** '/usr/local/bin' to your PATH environment variable. Run it without parameters to see the available actions, try 'pear list' to see what packages are installed, or 'pear help' for help. For more information about PEAR, see: http://pear.php.net/faq.php http://pear.php.net/manual/ Thanks for using go-pear! PHP Warning: rmdir(/usr/local/temp): Not a directory in /Users/andrew/go-pear.php on line 1237 Warning: rmdir(/usr/local/temp): Not a directory in /Users/andrew/go-pear.php on line 1237 </code></pre> <p><strong>Update:</strong> I think I know why these last two warnings came up. Previously, I tried to fix the temp directory problem by creating a symbolic link to /tmp but if I understand correctly, PEAR is trying to create its own temp directory for installation, then it's going to delete it when it's finished. So I should not have created this symbolic link since it's going to try to delete the temp directory when the installation has finished.</p> http://stackoverflow.com/questions/1611422/snow-leopard-reference-library 2 Snow Leopard Reference Library David Le 2009-10-23T04:50:33Z 2009-11-02T14:39:43Z <p>Hi, Does anyone know how to download all the developer reference documentation for snow leopard. For some reason Apple changed it so that whenever you wanted a document you have to get it form their website. I don't have an internet connection all the time so I would like to have all of the reference documentation locally on the desktop.</p> <p>How would I obtain all the documentation (i.e. is there a batch download?) </p> <p>Thanks for the help.</p> http://stackoverflow.com/questions/1631421/rubycocoa-on-powerpc-g5-processor-leopard-10-5-7 0 RubyCocoa on PowerPC G5 processor (Leopard 10.5.7) Nava Carmon 2009-10-27T15:03:03Z 2009-10-27T15:24:23Z <p>Does anybody know which version of RubyCocoa runs on this processor (if at all)?</p> http://stackoverflow.com/questions/1165695/how-to-use-hotspot-probes-in-dtrace-on-mac-os-x-leopard 4 How to use hotspot probes in dtrace on Mac OS X Leopard? ericbodden 2009-07-22T14:29:32Z 2009-10-26T16:06:22Z <p>My Leopard system has dtrace built in. I also have Java 6 installed, using the Apple-provided installer:</p> <pre>$ java -version java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)</pre> <p>Nevertheless, dtrace shows no hotspot probes when listing probes:</p> <pre>$ sudo dtrace -l | grep spot $</pre> <p>Can anybody tell me how to enable dtrace probes for Java (supposedly they ship with Java 6) in Leopard?</p> http://stackoverflow.com/questions/1619705/strategies-for-debugging-objective-c-garbage-collection-crash 1 Strategies for debugging Objective-C Garbage Collection Crash Justin Williams 2009-10-25T01:35:42Z 2009-10-25T17:13:21Z <p>I have a pretty frustrating crasher that is impacting a small subset of my users. From my analysis it seems to be isolated to PowerPC users running 10.5. When the garbage collector runs in the background, it will silently kill my application. Here's the relevant snippet from the crashlog. </p> <pre><code>Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000093db26f8 Crashed Thread: 1 Application Specific Information: objc[8361]: garbage collection is ON test_node_integrity: FreeListNode 0x1184000 { _prev = 0x0, _next = 0xffffffff, _size = 0 } failed integrity check. Thread 0: 0 libSystem.B.dylib 0x95a4c1f8 mach_msg_trap + 8 1 libSystem.B.dylib 0x95a5311c mach_msg + 56 2 com.apple.CoreFoundation 0x96a04394 CFRunLoopRunSpecific + 1812 3 com.apple.HIToolbox 0x9003fb14 RunCurrentEventLoopInMode + 264 4 com.apple.HIToolbox 0x9003f938 ReceiveNextEventCommon + 412 5 com.apple.HIToolbox 0x9003f778 BlockUntilNextEventMatchingListInMode + 84 6 com.apple.AppKit 0x94d18244 _DPSNextEvent + 596 7 com.apple.AppKit 0x94d17bfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112 8 com.apple.AppKit 0x94d1189c -[NSApplication run] + 744 9 com.apple.AppKit 0x94ce2298 NSApplicationMain + 440 10 com.secondgear.checkoff 0x00002e48 start + 64 Thread 1 Crashed: 0 libauto.dylib 0x93db26f8 Auto::Admin::test_node_integrity(Auto::FreeListNode*) + 392 1 libauto.dylib 0x93db8dec Auto::Zone::block_deallocate_internal(void*) + 168 2 libauto.dylib 0x93da80d4 auto_collection_thread(void*) + 148 </code></pre> <p>I've been unable to reproduce the crash on my old PPC Mac, and the vague nature of the error makes it somewhat difficult to isolate where the crash is occurring on my Mac.</p> <p>Are there any debugging strategies or tools I could use to help isolate this? Perhaps something I can pass on to a user to help figure out where/what is causing the crash?</p> http://stackoverflow.com/questions/1596164/can-i-get-xcode-for-leopard-still 0 Can I get Xcode for Leopard still? Ranjit 2009-10-20T17:34:42Z 2009-10-20T17:39:10Z <p>I just tried to upgrade my xcode tools on my mac running 10.5.8, but I didn't realize that the latest version of xcode will only run on snow leopard. I can't find the older version of xcode that would work on my work machine. Where can I get a leopard compatible version of xcode?</p> http://stackoverflow.com/questions/1512530/cant-install-lxml-python-2-6-3-osx-10-6-snow-leopard 2 can't install lxml (python 2.6.3, osx 10.6 snow leopard) jbastos 2009-10-03T01:33:26Z 2009-10-19T22:14:39Z <p>I try to: </p> <blockquote> <p>easy_install lxml</p> </blockquote> <p>and I get this error:</p> <blockquote> <p>File "build/bdist.macosx-10.3-fat/egg/setuptools/command/build_ext.py", line 85, in get_ext_filename KeyError: 'etree'</p> </blockquote> <p>any hints?</p> http://stackoverflow.com/questions/1540388/installing-resin-on-snow-leopard 1 Installing Resin on Snow Leopard? Genericrich 2009-10-08T20:51:04Z 2009-10-17T16:13:37Z <p>Has anyone has success installing Resin 4 on Snow Leopard? I get linker errors when I try it which are maddening.</p> http://stackoverflow.com/questions/1277124/how-do-you-install-lxml-on-os-x-leopard-without-using-macports-or-fink 8 How do you install lxml on OS X Leopard without using MacPorts or Fink? Simon Willison 2009-08-14T10:22:27Z 2009-10-09T06:27:38Z <p>I've tried this and run in to problems a bunch of times in the past. Does anyone have a recipe for installing lxml on OS X without MacPorts or Fink that definitely works?</p> <p>Preferably with complete 1-2-3 steps for downloading and building each of the dependencies.</p> http://stackoverflow.com/questions/1529584/how-to-create-new-file-using-python 1 how to create new file using python nur 2009-10-07T05:07:44Z 2009-10-07T05:37:50Z <p>how can i create new file in /var/log directory using python language in OSX leopard? i tried to do it using os.open function but i get "permission denied"</p> <p>thanks in advance</p> http://stackoverflow.com/questions/1511694/mac-terminal-app-annoying-bug-how-to-fix-it 1 Mac Terminal.app annoying bug - How to fix it? Sergio Oliveira Jr. 2009-10-02T20:40:07Z 2009-10-02T21:19:01Z <p>Video showing the problem: <a href="http://www.mentaframework.org/download/TerminalBug.mov" rel="nofollow">http://www.mentaframework.org/download/TerminalBug.mov</a></p> <p>When I am typing on the Terminal.app and reach the end of the line, the next line starts on top of the first line, overwriting everything. Then if I use the delete key everything messes up and disappears.</p> <p>I did a ssh in the same terminal to a different host and it worked fine, so can it be a problem with my shell configuration?</p> <p>Watch the movie to see what happens:</p> <p>Thanks,</p> <p>-Sergio </p> http://stackoverflow.com/questions/1136808/installing-mysql-on-leopard-cant-connect-to-local-mysql-server-through-socket 0 Installing mysql on leopard: "Can't connect to local MySQL server through socket" Neil 2009-07-16T10:50:11Z 2009-10-01T23:00:01Z <p>I migrated to a new machine and used migration assistant to copy across my files (which seemed to copy across the DBs) but I had to use macports to install Mysql (whereas last time I compiled from source via Dan Benjamin's guide). For some reason, mysql is intermittently throwing the following error;</p> <p>Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)</p> <p>It does this no matter what I try, which has included setting the socket in /opt/local/etc/mysql5/my.cnf. Previously I've managed to temporarily fix this by restarting the machine, but right now it just doesn't want to know, despite grep mysql telling me I seem to have a pid;</p> <pre><code> 0 46 1 0 0:00.01 ?? 0:00.01 /opt/local/bin/daemondo --label=mysql5 --start-cmd /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper start ; --stop-cmd /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper stop ; --restart-cmd /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper restart ; --pid=none 0 70 1 0 0:00.01 ?? 0:00.01 /bin/sh /opt/local/lib/mysql5/bin/mysqld_safe --datadir=/opt/local/var/db/mysql5 --pid-file=/opt/local/var/db/mysql5/localhost.pid 74 100 70 0 0:09.22 ?? 1:02.68 /opt/local/libexec/mysqld --basedir=/opt/local --datadir=/opt/local/var/db/mysql5 --user=mysql --pid-file=/opt/local/var/db/mysql5/localhost.pid --socket=/tmp/mysql.sock 501 66217 65266 0 0:00.00 ttys001 0:00.00 grep mysql </code></pre> <p>How do I fix this? Are there any steps I can take next? I've been trying for a few weeks now and I've read round all relevant blog posts, so I'm completely out of ideas. </p> http://stackoverflow.com/questions/1496788/building-for-10-5-in-xcode-3-2-on-snow-leopard-error 1 Building for 10.5 in Xcode 3.2 (on Snow Leopard) error Jorge 2009-09-30T08:34:24Z 2009-10-01T15:37:46Z <p>I just created a new Cocoa project on XCode 3.2. I'm running it in Snow Leopard.</p> <p>When I build it for 10.6 it works fine but if I change the active SDK to 10.5 I get this error:</p> <pre><code>cannot find protocol declaration for 'NSApplicationDelegate' </code></pre> http://stackoverflow.com/questions/789906/why-does-the-dialog-i-created-in-leopard-look-terrible-in-tiger 1 Why does the dialog I created in Leopard look terrible in Tiger? gauss256 2009-04-25T23:04:05Z 2009-09-26T10:32:39Z <p>I have created a simple NSWindow with an NSTextField and an NSButton in Interface Builder on Leopard. I set the window background color in my program. Everything looks fine when I run the program in Leopard. But when I run it in Tiger, the background color of the window is not set. It has a default Tiger look with horizontal stripes. </p> <p>Weirdly, the background colors of the NSTextField and NSButton controls are set to the specified window color, so they look really awful. </p> <p>How can I convince Tiger to respect the color I choose in the setBackgroundColor call?</p> http://stackoverflow.com/questions/1158980/where-is-java-source-code-for-various-com-sun-packages-on-leopard 3 Where is Java source code for various com.sun.* packages on Leopard? Eric Burke 2009-07-21T12:49:10Z 2009-09-25T09:40:07Z <p>I am working on my MacBook at home, running Leopard, with the latest JDK 1.6 from Apple installed. In IDE, I'd like to browse source code for com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel, but IDE cannot find it. Another example I'd like to browse is com.sun.java.swing.plaf.nimbus.ButtonPainter.</p> <p>What JAR or ZIP do I need to add to my IDEA project in order to browse com.sun.<em>.nimbus.</em> classes inside IDE I'm only interested in Leopard, because this works fine on Windows with Sun's JDk.</p> <p>I know the Nimbus classes are available, because my app runs with the Nimbus Look and Feel.</p> http://stackoverflow.com/questions/358373/replacement-for-kicker-bundle-in-systemconfiguration-in-os-x-leopard 1 Replacement for kicker.bundle in SystemConfiguration in OS X Leopard kuv 2008-12-11T03:30:46Z 2009-09-25T04:00:02Z <p>I'm trying to find the replacement for kicker.bundle that was found in /System/Library/SystemConfiguration in OS X pre 10.5 (Leopard). I can't seem to find any sort of official documentation on the matter. Does anyone know what the replacement is?</p> <p>Thanks, k.</p> http://stackoverflow.com/questions/1029333/rubygems-via-macports-a-good-idea 2 RubyGems via MacPorts a good idea? csmosx 2009-06-22T20:53:23Z 2009-09-24T06:01:25Z <p>Upon upgrading from a MB to a new MBP, Apple's migration assistant didn't move my gems.</p> <p>I'm installing rubygems via macports this time, hoping to avoid this upon next upgrade.</p> <p>Tell me why I'm wrong.</p> http://stackoverflow.com/questions/1436182/problem-with-building-boost-graph-library-python-bindings-under-leopard 0 Problem with building Boost Graph Library Python bindings under Leopard Matt 2009-09-17T00:38:22Z 2009-09-18T08:07:41Z <p>I've inherited some Python code which is importing boost.graph and I'm having an issue setting up the following under Mac OS X Leopard (I believe this is what I need to install to get it working):</p> <p><a href="http://osl.iu.edu/~dgregor/bgl-python/" rel="nofollow">http://osl.iu.edu/~dgregor/bgl-python/</a></p> <p>According to the readme I need to build with bjam, but I see the following error:</p> <pre><code>[matt@imac ~/Downloads/bgl-python-0.9]$ bjam error: Could not find parent for project at '.' error: Did not find Jamfile or project-root.jam in any parent directory. </code></pre> <p>I'm running a full Macports stack of python25, boost, boost-jam, boost-build.</p> <p>I don't have any experience with building using bjam. Can anyone offer any help?</p>