我的專案會出下列的錯誤訊息
Creating ./aclocal.m4 ...
Running gettextize... Ignore non-fatal messages.
autopoint --force
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/progtest.m4
Making ./aclocal.m4 writable ...
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal -I m4 ...
aclocal: configure.in: 46: macro `AM_PATH_GTK' not found in library
Running autoheader...
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING: AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader: [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
Running automake --gnu ...
configure.in: 8: required file `./config.h.in' not found
src/Makefile.am:21: variable `WX_LIBS' not defined
Running autoconf ...
Running ./configure ...
./configure: line 1260: syntax error near unexpected token `GUITest,'
./configure: line 1260: `AM_INIT_AUTOMAKE(GUITest, 0.1)'
另外,請問用apt 安裝wxWindows
是只要選
wx2.5-common
wx2.5-headers
wx2.5-examples
這樣就可以了嗎...