osx-lion

    1热度

    2回答

    我目前正在尝试在OS X上安装多个Git版本用于测试目的。从git-scm.com(安装到/usr/local/git)下载OS X安装程序包后,我将其移动到其他位置,例如, ~/git-1.7.11.1或~/git-1.8.1。不幸的是,Git不会喜欢这样的举动: $ ~/git-1.7.11.1/bin/git fetch fatal: Unable to find remote helpe

    0热度

    2回答

    我要实现NSMenuItem选定NSMenuItem应该有粗体文字这样的方式,这是我做了什么, @implementation NSMenuItem (Font) -(void)setBoldStyle:(bool)bBold{ NSString* title = [self title] ; NSFont *pFont = (bold)?[NSFont boldSyst

    -1热度

    1回答

    我有一个Mac 10.7.5。 编号:https://discussions.apple.com/message/21725940?ac_cid=op123456 我已经尝试一切都是合理的: Oracle的 “如何卸载J7”(哈只删除浏览器JRE!) 重新安装Apple的Java更新 Forceably删除一切该更新,然后重新安装该更新。 了解“java_home”,并且我有三个不同的JDK。 我

    1热度

    1回答

    我下面这个教程设置了opendiff的混帐:http://thomashunter.name/blog/set-opendiff-filemerge-as-your-git-diff-tool-on-os-x/ 我打开VI喜欢在教程中说,写一些线条和尝试:WQ但收到错误 - 错误E212:无法打开文件编写 我浏览堆栈溢出一点点,并试图打字 sudo vim ~/bin/git-diff.sh

    2热度

    1回答

    当我尝试在OS X Lion上安装最新版本的Postgres gem时,会发生这种情况。 $ gem install pg Upgraded http://rubygems.org/ to HTTPS Fetching: pg-0.15.1.gem (100%) Building native extensions. This could take a while... ERROR: Er

    1热度

    2回答

    在osx上,我做了一个小程序来编辑我的进程的内存(主要是在Flash游戏中作弊)。我试着在很长一段时间后重新编译这个程序,并且我意识到我升级了我的操作系统(并且更换了我的笔记本电脑)并更换了一些东西。下面我就10.7.5 我有一个链接错误: Undefined symbols for architecture x86_64: "_vm_region", referenced from:

    0热度

    1回答

    我将Ruby,Rails和其他东西从rubyinstaller.org安装到我的MacOS X Lion系统上。但是,我无法覆盖1.8.3版本的Mac版本。我如何覆盖它到最新版本?当我尝试运行下面的命令: rvm use 1.9.3-p392 它说: ruby-1.9.3-p392 is not installed. 的另一个问题是,当我尝试连接到MySQL的使用: mysql -u ro

    1热度

    1回答

    任何人都试图在mac os 10.8上安装papi(performance API)version 5.1.0?我在make命令中遇到以下错误。 zero_attach.c: In function ‘main’: zero_attach.c:84: error: ‘PTRACE_ATTACH’ undeclared (first use in this function) zero_atta

    0热度

    1回答

    我已经安装了python的最新版本,并且从“错误”中说出所以我已经从系统中删除了2.7 python。现在,当我试图安装pip或easy_install我收到以下错误: $ pip install Selenium python: posix_spawn: /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Pyt

    5热度

    3回答

    我试图更新我的冲泡,当我设置 brew update 我得到这个错误: error: Your local changes to the following files would be overwritten by merge: Library/Formula/imagemagick.rb Please, commit your changes or stash them befor