Questions tagged «build»

有关构建软件的问题(例如,自行编译)–如果要构建自己的计算机,请改用[computer-building]。

2
找不到与请求的版本1.5.0兼容的软件包“ ECM”的配置文件
我尝试从存储库下载“ ECMConfig.cmake”,但终端给我一个错误:“ 问题的标题 +考虑了以下配置文件,但未接受:ECMConfig.cmake:版本未知。 我尝试在Google上搜索,但得到了我想使用以下命令从源“ kde frameworks”进行编译: cmake .. -DCMAKE_INSTALL_PREFIX=/home/john/QtProjects/KDEStuff/frameworkintegration/build/ -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_PREFIX_PATH=/home/john/Downloads/ PS: “ / home / john / Downloads /”-我的* .cmake所在的位置。
33 linux  terminal  kde  build  cmake 

1
从git构建libopus时,如何解决有关AM_PROG_LIBTOOL的错误?
我已经从git 下载libopus并尝试构建它,但是我得到了, Updating build configuration files, please wait.... configure.ac:38: warning: macro 'AM_PROG_LIBTOOL' not found in library configure.ac:38: error: possibly undefined macro: AM_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 如何解决此错误?
25 build  autoconf 


4
当我按调试按钮时,Visual Studio无法自动构建
我在Visual Studio中编写代码,但是每当我要测试该应用程序并按绿色箭头“开始调试”时,Visual Studio都不会自动为我重新编译活动的解决方案,因此我必须手动生成该解决方案然后进行调试。 Visual Studio过去在调试之前会自动生成,而我希望这回来,因为必须手动进行构建非常麻烦。 谢谢


3
为什么在构建gdb时找不到termcap库?
make 然后失败: 配置:错误:没有找到termcap库,但是那个termcap库就在那里,为什么找不到它? checking for library containing zlibVersion... -lz checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing dlgetmodinfo... no checking for iconv... yes checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); …
10 centos  make  build  gdb  autotools 


1
为什么Xcode与安装Rails有关系?
我在MacBook Pro上更换了损坏的逻辑板,并在没有XCode的情况下重新安装了OS X Snow Leopard。 我成功安装了gems,没有遇到任何错误,但是当我尝试安装rails时,出现了一个错误: 错误:无法构建gem本机扩展。 我在网上搜索,然后Stack Overflow指导我升级到OS X Lion。我安装了与Lion兼容的Xcode 4.3,然后安装了命令行工具。 现在Rails安装就好了。 我以为Xcode只是一个IDE。为什么它与Rails有关系?

1
为什么我没有建立mariadb?
错误消息如下: 141> Call Stack (most recent call first): 141> D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:81 (INCLUDE) 141> 141> 141> CMake Error at D:/tmp/mariadb-5.5.27/bu/plugin/semisync/cmake_install.cmak e:38 (FILE): 141> file INSTALL cannot find 141> "D:/tmp/mariadb-5.5.27/bu/plugin/semisync/RelWithDebInfo/semisync_master .dll". 141> Call Stack (most recent call first): 141> D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:83 (INCLUDE) 141> 141> 141> CMake Error at D:/tmp/mariadb-5.5.27/bu/plugin/semisync/cmake_install.cmak e:54 (FILE): 141> file INSTALL …

1
构建MacVim - 缺少一些可用的功能
当我从源代码编译MacVim时,我使用一堆标志进行配置: ./configure --enable-features=huge ...(enable python,ruby,perl, and c interpreters)... --enable-gui=macvim 但是当我运行vim时,它没有启用此功能--remote-tab-silent,我过去一直使用它。 它也不能识别的关键字undofile,undodir或relativenumber。当我使用macports安装时,所有这些都有效。显然,我的构建中缺少一些功能,但我不知道在哪里设置正确的配置标志。 另外,我从头开始构建的唯一原因是Command-T插件需要ruby解释器,默认情况下macports不会编译。因此,如果您有任何建议如何比从头开始构建更容易,那也可以。 知道我该怎么做才能研究这个吗?解决方案?我很迷茫。
vim  macvim  build 

2
为了在没有错误的情况下构建卷曲,我该怎么办?
当我运行./buildconf时失败了 错误信息如下: [mirror@home curl]$ ls acinclude.m4 CMakeLists.txt GIT-INFO MacOSX-Framework packages TODO-RELEASE Android.mk configure.ac include Makefile.am perl vc6curl.dsw buildconf COPYING install-sh Makefile.dist README winbuild buildconf.bat CTestConfig.cmake lib Makefile.msvc.names RELEASE-NOTES CHANGES curl-config.in libcurl.pc.in maketgz sample.emacs CHANGES.0 curl-style.el log2changes.pl missing src CMake docs m4 mkinstalldirs tests [mirror@home curl]$ ./config [mirror@home curl]$ ./buildconf buildconf: …
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.