- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
尝试从源代码安装 git 时,它不断出现错误:
make install
* new build flags or prefix
CC credential-store.o
In file included from credential-store.c:1:
In file included from ./cache.h:8:
./gettext.h:17:11: fatal error: 'libintl.h' file not found
# include <libintl.h>
^
1 error generated.
make: *** [credential-store.o] Error 1
在 lib.intl.h 上没有任何谷歌搜索结果。这个难以捉摸的库是什么,我怎样才能得到它以便最终安装 git?
最佳答案
FWIW 在 OSX 上使用 El Capitan 和自制软件,我做了一个:
1) 我不确定 El Capitan 升级是否有问题,所以首先我确保我有最新的 gettext:
$ brew reinstall gettext
然后我不得不重新链接:
$ brew unlink gettext && brew link gettext --force
之后,其他工具能够找到它,生活恢复正常。
关于git - 什么是 libintl.h,我在哪里可以得到它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11370684/
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 要求提供代码的问题必须表现出对所解决问题的最低限度理解。包括尝试过的解决方案、为什么它们不起作用,以及预
尝试从源代码安装 git 时,它不断出现错误: make install * new build flags or prefix CC credential-store.o In file incl
我一直在寻找解决方案,老实说我被困住了。 我正在尝试安装 Box2D,正如您从文件路径中看到的那样。 无论如何,这个提示在以下之前出现了几次: The CXX compiler identificat
升级到 OS X 10.6 后,我遇到了与 MacPorts 相关的各种特殊问题,但通过根据需要简单地重新构建库,我已经解决了大部分问题。有一个问题我似乎无法通过该方法解决,甚至重新构建所有端口,完全
我无法在 Mac 上编译 AssaultCube。我已经下载了最新的源代码并打开了里面的 Xcode 项目(因为运行“make”给我错误“'INTL/libintl.h' file not found
使用 GNUstep/MinGW 编译 Objective-C 时出现以下错误: The procedure entry point __printf__ could not be located i
我是 Android NDK 新手,我想使用 #include 的 header ,但是在编译时我遇到的错误是 error: libintl.h : No such file or directory
我想在 LibreOffice 4.2 中使用 unoconv,但似乎无法启动 LibreOffice 的 python。 当我运行时 /Applications/LibreOffice.app/Co
$ nano error.log dyld: Library not loaded: /usr/local/opt/gettext/lib/libintl.8.dylib Referenced f
构建将近半小时后,出现以下错误。到目前为止,谷歌搜索没有任何帮助...... In file included from external/chromium_org/third_party/yasm/
我是一名优秀的程序员,十分优秀!