代码之家  ›  专栏  ›  技术社区  ›  Sergey Kolesnik

在Windows上从源代码生成vlclib

  •  0
  • Sergey Kolesnik  · 技术社区  · 5 年前

    我在从源代码构建libvlc时遇到了一些问题。我遵循 Win32Compile . ./bootstrap 从MSYS2中,我得到以下错误:

    # ./bootstrap
    NOTE: autopoint (GNU gettext-tools) appears to be missing or out-of-date.
    Please install or update GNU gettext tools.
    Otherwise, you will not be able to build a source tarball.
    ==========================================================================
    
    autoreconf: Entering directory `.'
    autoreconf: running: true --force
    autoreconf: running: aclocal -I m4 --force -I m4
    ' is already registered with AC_CONFIG_FILES.
    ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from...
    /usr/share/aclocal-1.16/cond-if.m4:23: AM_COND_IF is expanded from...
    configure.ac:4366: the top level
    autom4te: /usr/bin/m4 failed with exit status: 1
    aclocal-1.16: error: echo failed with exit status: 1
    autoreconf: aclocal failed with exit status: 1
    
    

    gettext mingw-w64-x86_64-gettext . autopoint MSYS2找不到。 如何为Windows构建libvlc? 为什么这么难?一般来说,我希望有一个脚本,以便在CI服务器上构建时可以链接到libvlc。

    0 回复  |  直到 5 年前