Questions tagged [osx-yosemite]

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

OS X Yosemite (version 10.10) is the eleventh release of OS X, Apple's desktop and server operating system for Macintosh computers.

Yosemite introduced a revision to the operating system's user interface. Its graphics are inspired by iOS7. Some icons have been changed to go along with iOS 7 and iOS 8. It still maintains the OS X desktop metaphor. The interface incorporates a flatter visual appearance with blurred translucency effects.

OS X Yosemite was the first release to introduce Apple's new programming language, Swift.

Related tags

2087 questions
0
votes
3 answers

ImportError: No module named twilio

I believe this has something to do with having multiple versions of python but after fiddling for many hours I am just plain lost. I am on OSX Yosemite. I have tried installing and reinstalling the twilio libraries multiple times. The script won't…
jim
  • 71
  • 1
  • 7
0
votes
0 answers

Pygame: importing fonts causes game to stall

Everything here is working fine in Windows, but once I try developing on a mac, I have been getting a host of errors. Currently, I am working on this one: /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7…
daniel
  • 63
  • 4
0
votes
0 answers

Is there a built-in OpenGL GUI windowing library in XCode 6 (OS X 10.10)?

I am trying to develop a C++ application that uses OpenGL. I set up everything in XCode 6.4 (running on OS X 10.10.5) and I was able to get the OpenGL framework working. However, I can't figure out how to draw the graphics to a GUI window. I know…
Sefu
  • 2,404
  • 8
  • 42
  • 59
0
votes
0 answers

Java not updating on OS X 10.10 Yosemite

Trying to execute selenium driver I found that I have an old version of Java. I downloaded the last version from java.com: https://www.java.com/en/download/mac_download.jsp Everything went fine and I can see Java on my system preferences and it says…
petekaner
  • 8,071
  • 5
  • 29
  • 52
0
votes
1 answer

Cvblob for OSX Yosemite with Opencv 3.0

I cannot compile Cvblob for OSX Yosemite with Opencv 3.0 and I have read the following posts but still unable: cvBlob: OSX installation I get this error: cvblob.cpp:25:10: fatal error: 'cv.h' file not found #include ^ How can…
0
votes
0 answers

Octave Installation Failing on Mac OS X Yosemite

I am trying to install octave through brew on mac (10.10.5 Yosemite). The command used is brew install octave . While installing, the process tries to install qt (version 4.8.7) which is essentially failing with the below error Error : 'File…
Abhi
  • 1
0
votes
1 answer

brew update permission error yosemite

When I run brew update I get the following error message $ brew update Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. Error: Failure while…
0
votes
0 answers

AMD64 Assembly Language Compile/Build ERROR

I am trying to learn assembly language and am trying to do a basic "Hello, World" output. The error I am getting is: ld: warning: -arch not specified ld: warning: -macosx_version_min not specified, assuming 10.10 ld: warning: ignoring file hw.o,…
Nick
  • 1
  • 2
0
votes
1 answer

Eclipse on mac delete reversed without fn

Shortcuts in Eclipse Luna on mac are going crazy. On Yosemite 10.10.5 the delete button was not deleting files by default. So after rebinding the delete key to deleting files the delete key works as if the function (fn) key was pressed and deletes…
Peter Poliwoda
  • 563
  • 2
  • 7
  • 19
0
votes
1 answer

valgrind/yosemite installation fails "configure"; clang not recognized

A previous installation of valgrind had succeeded but was deleted (by "rm -rf' of every "valgrind" directory found). Reinstallation now fails at the "./configure --prefix=/usr/local" step with the following error message: ".. checking for diff -u...…
0
votes
1 answer

How can I get rid of this in a MAC

I'm trying to compile apache http from source I have done this: export CC=gcc export CPP=cpp but I'm getting this when I run make: /usr/share/apr-1/build-1/libtool: line 8962:…
jfha73
  • 41
  • 7
0
votes
0 answers

osx yosemite - failure to brew install imagemagick, with brew link error

I was building a Rails project which requires imagemagick. I have posted the error during installation below: $brew install imagemagick Error: You must `brew link jpeg' before imagemagick can be installed $brew link jpeg Linking…
0
votes
1 answer

SmartCVS Already Running Error

I have a Mac with Yosemite on it. Upon downloading SmartCVS 7.1.9 from https://www.syntevo.com/smartcvs/ , I try to run the application and receive an error that states "SmartCVS seems to already be running. Instead of running separate instances you…
S. Cannon
  • 59
  • 1
  • 13
0
votes
1 answer

Install Qutip on Mac os x 10.10 via MacPorts

I am not sure whether i can ask this question here. I tried to install QuTips on my mac osx 10.10. Am following these two documentation for installation Qutip and MacPorts. Now am struggle to install gcc49. When i execute this command sudo port…
Lucky13
  • 11,393
  • 7
  • 25
  • 36
0
votes
2 answers

Why command "screencapture -R0,0,5,5" doesn't creates 5x5 image but creates 10x10 image?

On Mac OS X Yosemite, following command doesn't creates 5x5 image but creates 10x10 image. Why? I want to take screenshot of 5x5. screencapture -t bmp -R0,0,5,5 ~/Desktop/hogehoge.bmp And here is the properties of the image. It says…
Kei Minagawa
  • 4,395
  • 3
  • 25
  • 43
1 2 3
99
100