Questions tagged «osx-mavericks»

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

18
pip安装/usr/local/opt/python/bin/python2.7:错误的解释器:没有这样的文件或目录
我不知道这是怎么回事,但是我被困在一些无法解决的stackoverflow解决方案上。你能帮我吗? Monas-MacBook-Pro:CS764 mona$ sudo python get-pip.py The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/mona/Library/Caches/pip/http' or …

7
用于OS X Mavericks的Eclipse Kepler请求Java SE 6
我刚刚对进行了全新安装OS X Mavericks,并下载了Eclipse Kepler,但是如果执行它,则会显示以下消息: 请我安装Runtime Java SE 6; 我已经安装了Java 7,如果Install在该对话框中按一下,下载并安装它,然后再次打开Eclipse,该对话框将再次出现。 我该如何解决?

14
therubyracer-Gem :: Ext :: BuildError:错误:无法构建gem本机扩展
我正在尝试在Mavericks上安装以下gem版本 libv8(3.16.14.3) therubyracer(0.12.1) 显然,therubyracer宝石依赖于libv8。 1)安装libv8 什么是libv8?我的研究似乎表明它是Google Chrome使用的某种javascript库? 我在安装它时遇到了麻烦,但是这篇出色的文章既包含了我的错误,也提供了关于如何绕过它的解释清楚的答案。 所以我安装libv8了 gem install libv8 -- --with-system-v8 据我了解,这安装了gem,但是使用了v8库的本地系统安装,而不是... gem随附的版本?无论哪种方式,它都是成功的。 2)安装rubyracer 在下一步中,我无法安装therubyracergem。我不太确定这个gem的功能,只是我要尝试的Rails项目的依赖项bundle install。 它给了我以下错误: Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /Users/jeeves.butler/.rvm/rubies/ruby-1.9.2-p290/bin/ruby extconf.rb checking for main() in -lpthread... yes checking for main() in -lobjc... yes checking for v8.h... no *** extconf.rb failed *** …


3
iOS模拟器与小牛较慢
自从上一次OSX更新(小牛)以来,我是唯一拥有慢速模拟器的人? 我试图重置模拟器 我试图在调试主栏中打开/关闭动画速度 我试图用一个简单的移动四边形绘制游戏 我尝试在具有Retina的IOS7,IOS6上且未在模拟器上运行我的应用程序 在Android设备上运行时,我的应用程序运行并不慢 模拟器总是很慢,在以前的OSX版本上我没有任何问题:/(我的应用程序是使用OpenGL ES2的游戏) 谢谢!

5
在OSX Mavericks上安装Elasticsearch
我试图在OSX Mavericks上安装Elasticsearch 1.1.0,但是在尝试启动时出现以下错误: :> ./elasticsearch Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.elasticsearch.Version at org.elasticsearch.bootstrap.Bootstrap.buildErrorMessage(Bootstrap.java:252) at org.elasticsearch.bootstrap.Bootstrap.main(Bootstrap.java:236) at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:32) 另外,当我用-v arg执行相同的命令时,我得到了这个错误: :> ./elasticsearch -v Exception in thread "main" java.lang.NoSuchFieldError: LUCENE_36 at org.elasticsearch.Version.<clinit>(Version.java:42) 这是我的环境: Java版本 >: java -version java version "1.8.0" Java(TM) SE Runtime Environment (build 1.8.0-b132) Java HotSpot(TM) …

3
启用运行单元测试时的Xcode Service(Mavericks)错误
当Xcode Service机器人尝试执行run unit tests启用的构建时,构建将始终失败。当我查看日志文件时,相同的错误重复多次: xcsbuildd[1966] <Warning>: [XCSBuildOperation.m:106 7368f310 +2126ms] Preflight connection to /var/XCSControl/com.apple.XCSTestUserPreflightService failed; retrying: No such file or directory 几行后出现这些错误消息: xcsbuildd[1966] <Error>: [XCSBuildOperation.m:102 7368f310 +2104ms] Timed out trying to connect to CG Session; giving up after 60 seconds xcsbuildd[1966] <Error>: [XCSOperation.m:33 7368f310 +0ms] Error Domain=XCSBuildServiceDomain Code=0 "Cancelled integration because …

8
无法使用Postgres.app在小牛中安装pg gem
我正在尝试在本地计算机上安装pg gem与Postgres.app一起使用。我在跑小牛队。 Postgres.app已安装并运行良好,但是我无法运行该gem。我已经完成以下工作: 使用了来自Postgres.app文档的命令'env ARCHFLAGS =“-arch x86_64” gem install pg---with-pg-config = / Applications / Postgres.app / Contents / MacOS / bin / pg_config 更新了Homebrew并安装了Apple GCC 4.2 安装了Xcode开发人员工具 更新了我的$ PATH以同时引用Postgres.app bin和lib目录 一切都没有成功。这是我收到的特定错误消息: Building native extensions with: '--with-pg-config=/Applications/Postgres.app/Contents/MacOS/bin/pg_config' This could take a while... ERROR: Error installing pg: ERROR: Failed to build gem …
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.