osx-elcapitan

SDL_image visual glitch on OS X El Capitan

一世执手 提交于 2020-01-03 06:39:14
问题 When trying to load and display bitmaps using Allegro 5 in C or PyGame in Python (both use SDL), instead, it renders a glitch (see screenshot below). I tried googling it and found that it could be related to SDL_image incompatibilities with OS X El Capitan, but no solutions. Anyone? Currently, I tried: Installing SDL_image 1.2.10 (latest compatible release). Nope! Installing SDL_image 1.2.10 with Homebrew via a custom formula. Also nothing! On the screenshot, those random pixels should be

Haskell cabal issue with Mac OS X 10.11? (cannot satisfy -package-id)

纵然是瞬间 提交于 2020-01-03 04:09:14
问题 I used the latest Haskell Platform 7.10.2-a (https://www.haskell.org/platform/mac.html) on Mac OS X 10.11 for El-capitan. When I tried to install yesod with cabal install yesod , I have multiple error messages such as: Building email-validate-2.1.3... Building http-api-data-0.2.1... Building fast-logger-2.4.1... Building http-date-0.0.6.1... Failed to install crypto-random-0.0.9 Build log ( /Users/smcho/.cabal/logs/crypto-random-0.0.9.log ): Configuring crypto-random-0.0.9... Building crypto

unicharset_extractor: command not found

别来无恙 提交于 2020-01-01 09:14:28
问题 I want create new train data using tesseract. So follow step which mentioned in below website. https://blog.cedric.ws/how-to-train-tesseract-301 I got below error while i execute Unicharset in OS X terminal. Command: unicharset_extractor eng.micrtest.exp.box Error: -bash: unicharset_extractor: command not found I have using below software versions OS: OSX EI caption 10.11.1 tesseract 3.04.01 leptonica-1.72 libjpeg 8d : libpng 1.6.21 : libtiff 4.0.6 : lib 1.2.5 is this possible to execute

Xcode not showing product scheme after updating to EL Capitan?

一曲冷凌霜 提交于 2019-12-31 03:09:07
问题 I’m using xcode 6.4. it was working fine but after updating to EL Capitan. Now the product scheme is not showing. image attached. I'm not able to select any device or simulator 回答1: Confirm that you are not using any variant of xcode 6 . I also got the same issue with xcode 6.4 , but when I used xcode 7 , everything was working fine. So get xcode 7 . It will work Here is a snippet of bug with OS X El Capitan Developer Beta 7 Release Notes Refer this link for more. 回答2: Just stretch the Xcode

Title bar missing in NSOpenPanel?

依然范特西╮ 提交于 2019-12-30 09:29:14
问题 Since OS X 10.11 it seems the title bar no longer appears even when using setTitle: does anyone know what happened and how to get the old behavior back? 回答1: From the AppKit Release Notes for OS X v10.11: In 10.11, most NSOpenPanels have adopted a design that was formerly reserved only for applications which adopted iCloud Documents support and this panel design was only used if iCloud Drive was turned on in System Preferences. This note will refer to the design as the “iCloud Open Panel

How to install cx_Oracle on El Capitan

为君一笑 提交于 2019-12-29 07:45:07
问题 As I understand it, there was some change related to SIP that makes installing this difficult. These pages have the background and advice to install. http://sourceforge.net/p/cx-oracle/mailman/message/34534872/, http://stefanoapostolico.com/2015/10/08/install_cx_oracle_with_sip_enabled.html Putting all this together, here was my best shot at installing it to my virtualenv but alas, still no good. The error I'm getting is: Traceback (most recent call last): File "<string>", line 1, in <module>

Unable to access MySQL after it automatically generated a temporary password

守給你的承諾、 提交于 2019-12-28 04:55:06
问题 I have erased and installed OSX 10.11 El Capitan and I have been following through this tutorial to get MySQL up and running on the new OS X. The first step was to download MySQL For Mac OS X 10.9 (x86, 64-bit), DMG Archive (works on 10.11, they recommended in the tutorial). While I were finishing installing the MySQL, I got the message saying that : 2015-10-25T02:10:54.549219Z 1 [Note] A temporary password is generated for root@localhost: R>gFySuiu23U If you lose this password, please

Aptana studio 3 hang & won't start up in El Capitan beta 3

折月煮酒 提交于 2019-12-25 04:43:07
问题 i have installed JavaForOSX.pkg from Apple's official Java Package and successfully , up and running with Aptana sutido 3 standalone version for El Capitan beta2 , no problem at all . I used the instructions by p0wer0n from http://forums.macrumors.com/threads/apple-java-6-for-10-11.1890762/page-2 After beta 3 upgraded , Aptana studio 3 hand and won't start up at all . I reinstalled JavaForOSX.pkg and Aptana studio 3 , still not working . Did anybody have this issues and knew any solution to

OSX Apache Web Server El Capitan Upgrade 404 Error

大兔子大兔子 提交于 2019-12-25 03:38:31
问题 I was receiving a 404 error after upgrading to El Capitan when trying to access pages in my local sites directory after they were already enabled at the user level when running OSX Yosemite. The issue was that Apache reset the httpd.conf file to its default which disables the user folders to load files from. So http://localhost loaded fine BUT http://localhost/~username/index.html would NOT load. 回答1: Here's the fix: back up the "new" config file that was created: sudo cp /etc/apache2/httpd

unrecognized command line option '-stdlib=libc++' gcc (Homebrew gcc 5.3.0) 5.3.0

百般思念 提交于 2019-12-24 18:03:32
问题 I run Mac OSX El Capitan, I have installed via Homebrew gcc version 5.3.0. I want to install pyopencl (but as I understand it doesn't matter) and when running the following command: gcc -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -DPYGPU_PACKAGE=pyopencl -DPYGPU_PYOPENCL=1 -Isrc/c_wrapper/ -I/Users/earendilllock/anaconda/include/python2.7 -c build/temp.macosx-10.5-x86_64-2.7/pyopencl._cffi.cpp -o build/temp.macosx-10.5-x86_64-2.7/build/temp.macosx-10.5-x86_64-2.7/pyopencl._cffi.o -std=c+