Questions tagged «osx-mavericks»

OS X Mavericks(版本10.9)是OS X的第十个版本,OS X是用于Macintosh计算机的Apple桌面和服务器操作系统。

14
lang错误:未知参数:'-mno-fused-madd'(python软件包安装失败)
psycopg2在Mavericks 10.9上尝试通过pip 安装时出现以下错误: clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future] 不知道如何进行,并已在此和其他地方搜索了此特定错误。任何帮助深表感谢! 这是pip的完整输出: $ pip install psycopg2 Downloading/unpacking psycopg2 Downloading psycopg2-2.5.2.tar.gz (685kB): 685kB downloaded Running setup.py (path:/private/var/folders/0z/ljjwsjmn4v9_zwm81vhxj69m0000gn/T/pip_build_tino/psycopg2/setup.py) egg_info for package psycopg2 Installing collected packages: psycopg2 Running setup.py install for psycopg2 building 'psycopg2._psycopg' extension cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g …


20
在OS X 10.9+上安装libv8 gem
我正在尝试安装libv8 3.16.14.3,但使用最新的稳定rvm和ruby-1.9.3-p125在OSX Mavericks上出现错误。 这是运行命令“ gem install libv8”的输出: ~/src(branch:master) » gem install libv8 Fetching: libv8-3.16.14.3.gem (100%) Building native extensions. This could take a while... ERROR: Error installing therubyracer: ERROR: Failed to build gem native extension. /Users/me/.rvm/rubies/ruby-1.9.3-p125/bin/ruby extconf.rb creating Makefile Compiling v8 for x64 Using python 2.7.5 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Unable …

13
Mavericks上的MAMP Pro 3.05已更新为优胜美地-Apache无法启动
我已经在优胜美地的干净安装的分区上成功在DP4上的优胜美地成功运行MAMP Pro 3.05。 现在,我已经在我的Mavericks安装上运行了DP5的安装程序,现在MAMP Pro安装将无法启动Apache。它说检查日志,但是我看不到任何相关信息。 我假设由于这是一个预先存在的安装,因此其配置中的某些内容对于Yosemite的Apache是​​错误的。 有任何想法吗?

9
无法更新Macports(使用Mac OS X Mavericks)
将Mac OS X升级到最新版本的Mavericks之后,我尝试自我更新Macports,但失败了: $ sudo port -v selfupdate ---> Updating MacPorts base sources using rsync receiving file list ... done sent 36 bytes received 69 bytes 210.00 bytes/sec total size is 4925440 speedup is 46908.95 receiving file list ... done sent 36 bytes received 76 bytes 74.67 bytes/sec total size …

11
当前无法从软件更新服务器获得Xcode
更新到OS X 10.9后,我的macport出现问题。 我尝试按照本手册https://trac.macports.org/wiki/Migration进行修复。 但是,当我安装命令行工具时: xcode-select-安装 我收到消息 无法安装软件,因为当前无法从软件更新服务器获得该软件。 同时,我已将另一台计算机成功更新到OS X 10.9。和已安装的命令行工具没有问题,因此它们必须可用。 这里有什么问题?

7
使用PhoneGap / Cordova为Android构建时,在Mac OS X 10.9 Mavericks上执行命令“ ant”时出错
今天,我在Mac OS X Mavericks上尝试了PhoneGap / Cordova 。iOS的构建进行得很好,但Android的构建并非没有猜测。 我通过Android SDK Manager安装了Android 4.2.2(我必须使用较旧的API v17,因为它与较新的API不兼容),添加PATH environment variables了SDK的platform-tools,tools并认为我准备通过运行命令来开始: phonegap run android 但是,我收到以下错误: [phonegap] detecting Android SDK environment... [phonegap] using the local environment [phonegap] adding the Android platform... [error] An error occured during creation of android sub-project. ERROR : executing command 'ant', make sure you …

7
如何在Mac OS X 10.9上设置JAVA_HOME环境变量?
我刚刚购买了全新的MacBook Pro。 这是我有史以来的第一个MAC,我仍在设法摆脱导航的束缚。 无论如何,我还是Java的新手,并且在Windows PC永久失效之前一直在使用它进行练习。 现在,我在此MAC上,我安装了JDK,现在需要设置JAVA_HOME环境变量。 我不知道该怎么做。 我尝试遵循其中一些指南,但并没有走得太远。 Mkyong.com:如何在Mac OSX中设置JAVA_HOME变量 YouTube:如何在Mac,Linux,Solaris和Rhel上设置环境变量 YouTube:如何在Mac中设置环境变量 我能够找到终端,我想我创建了多个文件。我收到这样的消息: (1)另一个程序可能正在编辑同一文件。在这种情况下,进行更改时请注意不要以同一文件的两个不同实例结尾。退出,或继续谨慎。 (2)该文件的编辑会话崩溃。在这种情况下,请使用“:recover”或“ vim -r /Users/Erwin/.bash_profile”恢复更改(请参见“:help recovery”)。如果您已经这样做,请删除交换文件“ /Users/Erwin/.bash_profile.sw p”,以避免出现此消息。 有人可以逐步介绍如何在Mac OSX环境中设置Java吗?

28
Mac OS X 10.9之后无法安装PIL
我刚刚将Mac OS更新为10.9,发现其中的某些(全部?)Python模块不再可用,尤其是Image模块。 所以我尝试执行sudo pip install pil,但是出现此错误: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/tk.h:78:11: fatal error: 'X11/Xlib.h' file not found # include <X11/Xlib.h> ^ 1 error generated. error: command 'cc' failed with exit status 1 我的Xcode是最新的,我不知道。PIL可能还不兼容10.9吗?

11
dyld:库未加载:/usr/local/lib/libpng16.16.dylib与任何与PHP相关的信息
使用任何php应用程序都会导致: dyld: Library not loaded: /usr/local/lib/libpng15.15.dylib Referenced from: /usr/local/bin/php Reason: image not found [1] 4494 trace trap php 我的大多数php应用程序都是使用homebrew安装的,但composer除外(使用curl安装) 我尝试删除libpng并使用自制软件重新安装均无济于事。 接下来是按照错误消息中的说明切换到最新版本的libpng 1.5: $ brew info libpng libpng: stable 1.6.10 (bottled) http://www.libpng.org/pub/png/libpng.html /usr/local/Cellar/libpng/1.5.17 (15 files, 1.0M) Poured from bottle /usr/local/Cellar/libpng/1.5.18 (15 files, 1.0M) Poured from bottle /usr/local/Cellar/libpng/1.6.10 (17 files, 1.3M) * …

17
Genymotion,“无法加载VirtualBox引擎。” 在小牛上。VBox设置正确
我不断收到以下错误: 我已经重新安装,删除并尝试了一切,让Genymotion再次工作。 我没有所需的设备,但是Genymotion的工作很完美,直到Mavericks更新,我一直在努力让它重新工作。 MacBook Pro,Retina 13英寸,2013年初。i5,8GB。 我正在为OS X运行1.3.1版本。我确实也安装了Virtualbox 4.3和Oracle_VM_VirtualBox_Extension_Pack-4.3.0-89960.vbox-extpack。 我的Virtualbox正常启动,没有任何错误。我尝试了将vbox放在我的$ PATH上的环境变量,各种各样的事情。没用! 我不知道该怎么办,外面有人遇到类似问题并解决了吗? 编辑:日志: Oct 28 09:49:36 [Genymotion] [Warning] **** STARTING GENYMOTION **** Oct 28 09:49:36 [Genymotion] [Warning] Genymotion Version: Genymotion 1.3.1 Oct 28 09:49:36 [Genymotion] [Debug] Network request to URL: "/launchpad/last_version/mac/x64/" Oct 28 09:49:39 [Genymotion] [Debug] Genymotion server informs that …

30
在OSX 10.9 Maverick上安装Nokogiri时出错?
我将OSX(Lion)升级到Mavericks,但无法为我的项目安装Nokogiri。 我已经安装了XCode 5.0.1,命令行工具(使用 xcode-select --install),并且已经从Homebrew安装了libxml2,但仍然遇到问题。 错误是: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /Users/ericcamalionte/.rvm/rubies/ruby-1.9.2-p320/bin/ruby extconf.rb checking for libxml/parser.h... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. …

26
无法使用Mavericks在我的Mac上安装PG gem
我正在尝试安装pg gem,以便再次与Rails项目一起使用。但是我得到这个错误: 构建本机扩展。这可能需要一段时间...错误:安装pg时出错:错误:无法生成gem本机扩展。 /Users/jeanosorio/.rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If 构建失败,请使用--with-pg-config = / path / to / pg_config再试一次以检查libpq-fe.h ...否找不到'libpq-fe.h标头 * extconf.rb失败*由于某些原因(可能缺少必要的库和/或标头)而无法创建Makefile。检查mkmf.log文件以获取更多详细信息。您可能需要配置选项。 提供的配置选项:--with-opt-dir --without-opt-dir --with-opt-include --without-opt-include = $ {opt-dir} / include --with-opt-lib-没有-opt-lib = $ {opt-dir} / lib --with-make-prog --without-make-prog --srcdir =。--curdir --ruby = /用户/jeanosorio/.rvm/rubies/ruby-2.0.0-p247/bin/ruby --with-pg --without-pg --with-pg-config …

9
安装了命令行工具的Mavericks无法使用xcodebuild
我已经安装了命令行工具: $ xcode-select --print-path /Library/Developer/CommandLineTools 但是,当尝试使用时xcodebuild,出现以下错误: $ /usr/bin/xcodebuild xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance 在Mountain Lion上,无需安装整个Xcode,而仅安装命令行工具,就可以使用它。小牛有可能这样做吗?我该如何运作? 注意:这是在全新安装的Mavericks上的。 更新:只是为了显示,我确实安装了命令行工具: $ gcc --version Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix

12
osx小牛上的“ gem安装therubyracer -v'0.10.2'”未安装
尝试使用“ gem install therubyracer -v'0.10.2'”在特立独行上安装therubyracer,但出现以下错误: /Users/dennischen/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb checking for main() in -lobjc... yes creating Makefile make compiling rr.cpp clang: warning: argument unused during compilation: '-rdynamic' rr.cpp:48:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ 1 warning generated. compiling v8.cpp clang: warning: argument unused during compilation: '-rdynamic' compiling v8_array.cpp …

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.