Questions tagged [osx-mavericks]

OS X Mavericks (version 10.9) is the tenth release of OS X, Apple's desktop and server operating system for Macintosh computers.

It was released October 22, 2013 and is available as a free upgrade from any version of OS X starting with Snow Leopard (10.6.8) or later only downloadable from the Mac App Store.

1988 questions
0
votes
1 answer

libfreetype.6.dylib incompatible

I get the following error when I run MNPP, which is a like XAMPP/MAMP but with Nginx instead of Apache. $ sudo mnpp --php53 --start -n Starting php-fpm dyld: Library not loaded: /opt/X11/lib/libfreetype.6.dylib Referenced from:…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
0
votes
2 answers

How do I configure Wing101 to run Python 3.3?

I'm taking a uni course in introductory programming, as its a requirement for continuing in astrophysics. The course is taught in Python 3.3 and they like us to use Wing101. My mac's OS is 10.9.4 I've downloaded X-11, and Python 3.3, but whenever I…
0
votes
1 answer

My Xcode app won't launch on other Macs

My OS X application that I've created on Xcode won't launch on other Macs. It works perfectly fine and the way it should on my MacBook, where I created it, but on other MacBooks it just bounces on a dock for less than a second and disappears and it…
RHO
  • 1
  • 1
0
votes
2 answers

Install pillow OSX Mavericks

I am trying to install Pillow on mavericks with no luck. I have tried: pip install Pillow The install works great. However I get the error: ImportError: No module named PIL On this line of code in my script: from PIL import Image, ImageFont,…
lostintranslation
  • 23,756
  • 50
  • 159
  • 262
0
votes
0 answers

Xcode 5.1.1 crashes when I build and run app

I am using MacOSX 10.9.4 Maverick, Xcode 5.1.1 . When I try to launch an app in the simulator, I get a black screen, and then Xcode closes. I have read every post here but the result is the same. I have reinstalled Xcode 4 times. Process: …
0
votes
2 answers

I can't open Eclipse

I just recently upgraded my MacBook Pro from OSX 10.6.8 (Leopard) to OSX Maverick. I want to use Eclipse as an IDE for Java. But everytime I try to open Eclipse it says: "Version 1.6.0_65 of the JVM is not suitable for this product. Version…
user1628716
  • 11
  • 2
  • 4
0
votes
2 answers

Using the sort command in BASH in osx 10.9.4

I'm running the following command in a bash shell, and the result is not sorted. Am I missing something obvious here? ls /bin /usr/bin | grep -v '/bin:$'| grep -v '^$' | sort > proglist Instead of a sorted list, the results…
0
votes
1 answer

Core Data not saving to disk after compiling Mac App on os x mavericks (previously worked on snow leopard)

So I am going back to update a Mac app that uses core data to persist a small amount of user data. I've been using this setup for a while and did not have an issue with this when I compiled under os X snow leopard. Now, when I do a fresh install on…
nickthedude
  • 4,925
  • 10
  • 36
  • 51
0
votes
2 answers

Apache as front to Tomcat with proxy with mod_proxy_ajp on Mavericks Mac

I want to front Tomcat with Apache on a new Mac Server but Im missing some minor step. At the moment both servers are running, but port 8009 is not proxied correctly. 80 and 8080 is working. I read that Mac/Apache has mod_proxy_ajp installed and…
user3917688
  • 11
  • 1
  • 4
0
votes
1 answer

How to install php svn extesion using brew?

I want to install php svn extension using brew . I do not see any formula for my current php version (php56).
sakhunzai
  • 13,900
  • 23
  • 98
  • 159
0
votes
0 answers

Make my mac use updated 10.9 SDK

It appears that my mac is using the 10.8 SDK even though I'm on OSX 10.9. I suspect that this is the case because my mac does not recognize the function SecTrustSetNetworkFetchAllowed in SecTrust.h. The function was only included in SecTrust.h…
0
votes
1 answer

Cron job on Mac OS X Mavericks - Dropbox/GDrive Sync

I would like to open everyday at a specific hour GDrive/Dropbox Application for approximately 30sec and kill them, in order to sync my files and extend my battery life. Which way is the better to do that ? Cron job in the terminal ? or LaunchCtl…
user2973537
0
votes
1 answer

compiling ragel on mavericks

I have downloaded ragel source code and trying to compile it. I am not able to configure it. getting following error on running ./configure --prefix=PREFIX -bash: ./configure: No such file or directory I have download all necessary command line…
user1743514
  • 311
  • 1
  • 3
  • 21
0
votes
0 answers

OpenGL 3.3 + OSX + GLFW Does not work

I'm following the http://opengl-tutorials.org tutorial series, and came up with a very basic code for drawing a white triangle on screen, but I can't seem to get it to work. I've compiled glfw without any additional options using appleshell's answer…
Sergio Moura
  • 4,888
  • 1
  • 21
  • 38
0
votes
1 answer

OSX Mavericks Apache "DocumentRoot must be a directory"

I wanted to change the default document root for some local development on my new machine. I edited httpd.conf and changed the DocumentRoot declaration to "Documents/Sandbox" and made sure the Sandbox directory has the correct permissions…
Jonathan
  • 1,041
  • 1
  • 12
  • 21
1 2 3
99
100