代码之家  ›  专栏  ›  技术社区  ›  Elliptical view

配置状态:错误:找不到输入文件:`po/生成文件.in.in'

  •  1
  • Elliptical view  · 技术社区  · 6 年前

    使用GNU自动工具。

    $ git clean -xf    # to clean the tree of untracked files, then
    $ autoreconf       # to create the script named `configure`, and finally 
    $ ./configure      # to check my system, and create Makefiles from their templates
    

    都不是 po/Makefile.in.in po/Makefile.in 存在于我下载的源代码树中。

    configure 需要做这个 po/Makefile ,正如根中所要求的那样 Makefile.am

    SUBDIRS = data src po help
    

    我从哪里得到,或者我怎么做, ?

    1 回复  |  直到 6 年前
        1
  •  1
  •   ndim    6 年前

    gnote 使用buildsystem设置的许多步骤,而不仅仅是运行 autoreconf

    这个 autogen.sh 脚本 侏儒 comes with应该运行所有必需的步骤来设置buildsystem。

    像往常一样,运行 汽车发电机 脚本 --help 如果要调用 configure 分开。

        2
  •  0
  •   Elliptical view    6 年前

    po/Makefile.in.in intltoolize 来自intltool包。它需要从项目树的根目录运行。


    内部固化 我可以找到除了简短的手册页,但它的源代码说它是一个旧的实用程序的分支 libtoolize

    内部固化 安装后,您可以确定是哪个程序包安装它,并使用以下命令: sudo apt-file find intltoolize .)


    *.in

    .in.in 是一个软链接 /usr/share/intltool/Makefile.in.in

    推荐文章