构建Oreka时出错

时间:2016-11-14 22:54:23

标签: voip autotools

我正在尝试在我的CentOs服务器上构建Oreka Voip录制平台,但是当我最终执行命令时:

[root@localhost orkbasecxx]# make -f Makefile.cvs

我得到以下内容:

aclocal
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoheader
automake
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.in:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.in:17: error: required file './config.guess' not found
configure.in:17:   'automake --add-missing' can install 'config.guess'
configure.in:17: error: required file './config.sub' not found
configure.in:17:   'automake --add-missing' can install 'config.sub'
configure.in:4: error: required file './install-sh' not found
configure.in:4:   'automake --add-missing' can install 'install-sh'
configure.in:4: error: required file './missing' not found
configure.in:4:   'automake --add-missing' can install 'missing'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
audiofile/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/audiogain/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/g722codec/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/g726codecs/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/g726codecs/g72x/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/gsm/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/gsm/gsm610/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/ilbc/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/ilbc/ilbc/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
filters/speex/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
messages/Makefile.am:9: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
serializers/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
make: *** [all] Error 1

我需要帮助解决这个问题。

1 个答案:

答案 0 :(得分:0)

Makefile.am 中更改

INCLUDES = . . .

my_lib_name_CPPFLAGS = . . .

运行autoreconf -fi,然后重试。