Tag: osx mavericks

“安装python库时'cc'失败,退出状态1”错误

像其他许多人一样,我遇到安装python库的问题(作为tar下载,然后解压缩)。 rodolphe-mbp:python-Levenshtein-0.11.2 Rodolphe$ sudo python setup.py install running install running bdist_egg running egg_info writing requirements to python_Levenshtein.egg-info/requires.txt writing python_Levenshtein.egg-info/PKG-INFO writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'docs' warning: […]

Qt5未find目标条件

我只是更新到OS X Mavericks的命令行工具的最新版本,现在编译我的(以前工作)的代码,它会引发以下错误 > clang: warning: no such sysroot directory: > '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' > In file included from ../QtOpenGL/Main.cpp:1: In file included from > ../../Qt/5.3/clang_64/lib/QtWidgets.framework/Versions/5/Headers/QApplication:1: > In file included from > ../../Qt/5.3/clang_64/lib/QtWidgets.framework/Versions/5/Headers/qapplication.h:45: > In file included from > /Users/BB/Qt/5.3/clang_64/lib/QtCore.framework/Headers/qcoreapplication.h:45: > In file included from > /Users/BB/Qt/5.3/clang_64/lib/QtCore.framework/Headers/qglobal.h:76: > /Users/BB/Qt/5.3/clang_64/lib/QtCore.framework/Headers/qsystemdetection.h:196:12: > fatal error: 'TargetConditionals.h' file not found > […]

安装RVM:“要求安装失败,状态为:1。

这是我在命令提示符之前看到的最后一件事情: Searching for binary rubies, this might take some time. Found remote file https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.1.1.tar.bz2 Checking requirements for osx. About to install Homebrew, press `Enter` for default installation in `/usr/local`, type new path if you wish custom Homebrew installation (the path needs to be writable for user) : Requirements installation failed with status: 1. 我不认为这样做可以按Enter键

pip安装/usr/local/opt/python/bin/python2.7:糟糕的解释器:没有这样的文件或目录

我不知道什么是交易,但我坚持下面的一些stackoverflow解决scheme,无处可去。 你能帮我吗? 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 its parent directory is […]

Eclipse GDB MacOSX Mavericks

我有使用XCode 5.0使用Eclipse C / C ++项目进行应用程序debugging的可怕问题,我终于做到了。 我终于能够成功地debugging我的应用程序,这就是为什么我决定做这个小教程,希望能够节省时间给别人。 当在小牛操作系统上的Eclipse上使用C / C ++编写debugging和应用程序时,会出现“Error gdb-version”。 这是因为Eclipse在新的Mac OSX上无法findGDBdebugging,因为Apple不再支持GDB支持来代替LLDB。 要检查这是否是你的情况只是尝试从terminalgdb运行,它会显示为文件未find。 问题是LLDB没有configuration为Eclipse(或其他方式)。 那么如何让你的Eclipse像之前的10.8操作系统一样再次debugging应用程序呢? 首先得到并编译GDB。 你有两个可能的select: Macports(不幸的是,小牛的发行被困在Building getext库中) 家酿 我的build议是从自制。 检查他们的网站下载链接并安装使用 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/hebrew/go)" 让它安装。 成功安装GDB之后,您需要签署证书才能使Eclipse能够使用GDB,否则会显示错误: (os / kern)失败(0x5)无法findMach任务端口的进程ID 28885。 (请检查gdb是否为signedigned – 请参阅taskgated(8)) 这意味着Eclipse现在可以findGDB,但由于Apple证书问题而无法运行。 为了签署GDB应用程序并使Eclipse运行成为可能,请遵循以下指南: https://sourceware.org/gdb/wiki/BuildingOnDarwin 这可以概括为: 启动钥匙串访问应用程序(/ Applications / Utilities / Keychain Access.app) 打开菜单/钥匙串访问/证书助理/创build证书(TOP MENU BAR) select一个名字(例子中的gdb-cert)3.1将“Identity Type”设置为“Self Signed […]

Mac OS X 10.9 – 设置永久环境variables

如何在Mac OS X 10.9中设置永久环境variables(即,每次启动新的terminal会话时不需要导出的环境variables)? 我find了很多关于修改我的.bash_profile和.profile的答案,但是这些选项似乎都不是永久解决scheme – 只是暂时的。 我试图设置的variables是MULE_HOME 。 我在我的bashconfiguration文件中有以下行: export MULE_HOME=$(/opt/mule-standalone-3.4.0) 但是,当我启动terminal我得到以下行(不知道这是否是正常行为?): -bash: /opt/mule-standalone-3.4.0: is a directory 并运行一个简单的env命令返回以下内容: TERM_PROGRAM=Apple_Terminal SHELL=/bin/bash TERM=xterm-256color TMPDIR=/var/folders/fc/68bqp4jj411gynj5qvwhq6z1shs1fy/T/ Apple_PubSub_Socket_Render=/tmp/launch-xKtkql/Render TERM_PROGRAM_VERSION=326 TERM_SESSION_ID=E97BFE4B-AF85-4933-B252-0883CC085349 USER=dan SSH_AUTH_SOCK=/tmp/launch-rEmTWW/Listeners __CF_USER_TEXT_ENCODING=0x730C85DE:0:0 PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin __CHECKFIX1436934=1 PWD=/Users/dan JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home LANG=en_GB.UTF-8 MULE_HOME= SHLVL=1 HOME=/Users/dan LOGNAME=danwiseman _=/usr/bin/env 为了解决这个问题,我现在每次开始一个新的terminal会话时,都要export MULE_HOME=/opt/mule-standalone-3.4.0 ,虽然不费劲,但是有点不方便。 我在这里做错了什么,导致variables只能被临时设置? 提前致谢。

在Mac OS X Mountain Lion和Mavericks上是否有任何替代valgrind的方法来检测C / C ++应用程序的内存泄漏?

我曾经使用valgrind来检测Mac OS X 10.6(Snow Leopard)和10.7(Lion)上的C / C ++应用程序的内存泄漏,但是我发现在10.8(Mountain Lion)和10.9(Mavericks)当我升级我的操作系统。 还有什么可以安装在Mac OS X 10.9上的valgrind吗?

如何在OSX Mavericks上安装命令行工具

我正在运行OSX Mavericks(10.9),同时尝试更新rails中的包,我得到以下错误信息: “你必须先安装开发工具。” 我已经安装了Xcode,似乎没有select从Xcode 4.6中安装这些工具。 我如何通过terminal下载和安装命令行工具?

OS X 10.9 gcc链接到铛

我只注意到在安装OS X 10.9之后,g ++编译器链接到了clang编译器。 有无论如何恢复到gcc / g ++?

如何在mac小牛上永久停止apache?

我试图在Mac上安装zend服务器,并需要卸载小牛自动包含的apache服务器,以便使用包含在Zend中的Apache服务器。 它可以防止启动时运行或永久删除?