问题标签 [make-install]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cmake - 是否可以在两台不同的机器上编译和安装?
我开发了一个 Django 应用程序,它使用很少的 python 依赖项,它使用一个名为“openbabel-2.4.2”的软件,当我试图在“pythonanywhere”上安装这个“openbabel-2.4.2”时,可以通过“Cmake”编译它com”免费帐户,编译在“make”期间终止。由于 pythonanywhere.com 的政策,您不能长时间(超过 2-5 分钟)使用 100% CPU。
有什么方法可以在我的个人计算机上的某个地方构建和编译“openbabel-2.4.2”,然后可以将文件夹传输到远程服务器以进行“make install”
乍一看可能看起来很愚蠢,但我认为这可以解决我的问题。
谢谢
c++ - 使安装创建错误的文件路径
我尝试安装Torcs,虽然make
工作,但因make install
错误而停止:
我猜这条路径显然是错误的,不应该有//
,但只有一个。我怎样才能解决这个问题?我不知道在哪里生成了错误的路径。
build - 构建 rpm 会创建 /usr/lib/rpm/rpmrc,但 rpm 可执行文件需要 /usr/local/lib/rpm/rpmrc
我rpm
用通常的三部曲构建(版本 4.14.1):
这没有错误,并且rpm
按预期将可执行文件安装到/usr/bin/rpm
.
然后当我尝试执行rpm
时,它不会做任何事情并退出Unable to open /usr/local/lib/rpm/rpmrc for reading: No such file or directory.
。
然后,当我创建符号链接ln -s /usr/lib/rpm/rpmrc /usr/local/lib/rpm/rpmrc
时,可执行文件rpm
就可以启动了。
这种行为是预期的吗?不应该make install
把文件放到可以找到它rpmrc
的地方吗?rpm
make-install - Smokeping make 安装错误
我尝试安装最新版本的smokeping,并在运行“make install”时出错。我按照官方网站上的说明做所有事情。
c - 构建 FreeRDP 并安装错误:字段“des3_ctx”的类型不完整
我试图使用以下链接安装 FreeRDP 服务器:https ://github.com/FreeRDP/Remmina/wiki/Compile-on-Ubuntu-16.04
我在期间遇到了以下错误make and make install
你能帮我解决这个问题吗?
cmake - GTSAM 安装失败
我曾尝试通过谷歌搜索,但没有解决方案。有人可以告诉我如何解决这个问题。机器:ubuntu 16.04
makefile - 错误(制作:***没有规则使目标“检查”。停止。)
我想下载一个叫libtrading的API,在终端下载的过程如下,
操作系统
然后运行:
您还可以运行测试工具:
我已经成功处理了前两个步骤,但是当我输入 'make install' 和 'make check' 时,它总是说(make: *** No rule to make target 'check'. Stop. )
有谁知道我该如何解决这个问题?是因为这里需要一些文件路径吗?但我不知道它是什么。
提前致谢!
apache - 与运行“make install”时在 AIX 7.2 机器上安装 PHP 7.2 有关的错误
我在 AIX 7.2 机器上从源代码安装 PHP 7.2 以及 Apache 2.4。按顺序使用以下命令。第 1 步和第 2 步没有错误。
1)./configure --prefix=/opt/php/install --with-config-file-path=/opt/php/install --with-apxs2=/opt/apache/install/bin/apxs --with-openssl=/opt/freeware/openssl --with-curl=/opt/curl/install --with-png-dir=/opt/freeware --with-zlib-dir=/opt/freeware --with-iconv=/opt/freeware --enable-mbstring --with-gd --with-gmp=/opt/gmp/install --enable-cli --disable-phar
2)make
3)make install.
收到以下错误。如何解决这个问题?
我认为它无法将 libphp7.a 文件从 PHP 的 ./libs 文件夹复制到 apache/install/modules。
makefile - 从另一个 cmake 文件在 cmake 中运行 make install 命令
我们在不同的文件夹中有多个库,主应用程序需要在其他文件夹中构建这些库并将它们安装到输出文件夹,然后主应用程序需要链接到库以构建可执行文件。
我可以在循环中使用 add_subdirectory() 构建其他文件夹中存在的库,但我无法通过主 cmake 文件将它们安装到输出文件夹。谁能帮我解决这个问题。
git - 错误:git 在 SUSE 12.4 上找不到 https 的远程助手
在 SUSE 版本 12.4 上,git 安装是通过二进制文件 2.12.2(离线)进行的。libcurl
,expat
并且openssl
已经安装
命令:
我有以下错误: