Questions tagged «make»

一种使构建过程自动化的实用程序,主要用于在类Unix系统上构建软件。

2
在Mac OS X下从源代码构建Firefox
我正在尝试从Macbook pro下的源代码构建Firefox。我相信我会遵循他们页面上的所有指示,但是我仍然坚持建立它。 我mercurial libidl autoconf213 yasm通过Macport及其下安装了所有需求()/opt/local/。当我尝试运行时make -f client.mk,它给了我错误。似乎找不到glib 2.0和libidl。实际的输出是这样的: checking for libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0... checking for glib-config... no checking for GLIB - version >= 1.2.0... no *** The glib-config script installed by GLIB could not be found *** If GLIB was installed in PREFIX, make sure PREFIX/bin is …
1 mac  firefox  make  glib 

1
KeePassX .4.3版本-旧的kdb数据库和2.0不起作用-Ubuntu
1.情况 将密码数据库从一台计算机转移到新计算机。KeepassX 2.0很棒,但是它不支持加载旧的数据库。实际上,您应该继续使用keepassX 2.0,因为它具有常规版本并且更加安全。 2.主要问题 较旧版本的cmake / qmake构建过程中出现致命错误,导致无法安装 3.到目前为止的过程 可从KeepassX.org站点下载旧版本-必须使用cmake / qmake从源代码进行构建 4.路障 getpid.4.3和.4.4版本中都有一个错误,该问题阻止了进一步的make / make install使其正常工作。 lib/random.cpp: In function ‘void initStdRand()’: lib/random.cpp:98:19: error: ‘getpid’ was not declared in this scope stream << getpid(); ^ Makefile:838: recipe for target '../build/random.o' failed make[1]: *** [../build/random.o] Error 1 make[1]: Leaving directory '/home/angela/Downloads/keepassx-0.4.4/src' …

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
清理会产生结果
我刚刚执行了 make xy 用户(root)错误。如果我尝试执行 make xy 使用正确的用户(非root)我得到一些错误:文件z已经存在等等 sudo make xy 没有效果。如何“恢复”make以删除所有这些文件并创建“无辜”字段。
sudo  make 

0
在make期间,HP-UX Build GCC 4.8.5失败
我正在尝试在HP-UX上本机构建GCC 4.8.5,因为HP-UX不支持GCC 4.8.5软件包安装。 我做的是下载gcc-4.8.5 src然后配置,make。 PWD - > / DATA5 / poagent / mkdir build&& cd build ../gcc-4.8.5/configure --prefix = / data5 / poagent / build --enable-languages = c,c ++ --without-cloog --with-gnu-as --with-as = / usr / local / ia64-hp-hpux11.31 / bin / as --with-gnu-ld --with-LD =的/ usr / CCS …

1
在Raspberry Pi(Raspbian)上编译gcc时出错:make:*** [bootstrap]错误
我正在尝试使用raspbian编译gcc版本2.95.3,我需要它才能编译2.6内核。 我正在跟进 本教程 ,但是当我进入自举步骤时,我明白了 make[1]: Entering directory '/home/pi/Desktop/gcc2/gcc-2-build/gcc' cd ../../gcc-2.95.3/gcc; autoconf /bin/sh: autoconf: not found make[1]: *** [../../gcc-2.95.3/gcc/configure] make[1]: Leaving directory '/home/pi/Desktop/gcc2/gcc-2-build/gcc' make: *** [bootstrap] Error 2 我能做什么?

1
不认识opam安装了ocamlfind
我想跑 make 涉及依赖 ocamlfind 但是当我尝试安装它时,它给了我循环依赖和依赖 ocaml-base-nox。 我发现我可以得到 ocaml-findlib 和 libfindlib-ocaml 它们相互依赖,只需一个命令即可同时安装: sudo apt install ocaml-findlib ocaml-findlib libfindlib-ocaml ocaml-base-nox-4.01.0 但是,剩余的依赖性返回 Package 'ocaml-base-nox-4.01.0' has no installation candidate。它确实提到了几个包,显然: Package ocaml-base-nox-4.01.0 is a virtual package provided by: ocaml-base-nox 4.01.0-3ubuntu3.1 [Not candidate version] ocaml-base-nox 4.01.0-3ubuntu3 [Not candidate version] 有助于在安装该软件包方面取得进展的答案可能会有所帮助。否则,一个揭示我如何得到认识的 opam 安装实例可能有帮助。如您所见,该安装实际上有效: vagrant@vagrant-ubuntu-trusty-64:~/projectfolder$ opam list # …

2
使用make install安装软件后如何运行软件?
我tar.gz从Sourceforge 下载了一个Player项目。我运行了make install命令进行安装,但没有出现错误。但是我不知道如何实际运行该程序。文件/usr/local/bin夹中有多个与此相关的.exe文件。但是,当我尝试使用Wine运行它们时,什么也没有发生。我尝试player.exe从终端运行文件,但出现此错误- 播放器:加载共享库时出错:libplayerdrivers.so.3.0:无法打开共享对象文件:无此类文件或目录 我知道这显然是在说我丢失了一个文件,但是我不知道该怎么办。我尝试重新安装它,但仍然收到错误消息。tar.gz我下载的文件是否有问题,或者我在运行该文件时有错吗?
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.