From: Sébastien G. <sgi...@gm...> - 2012-07-18 10:36:11
|
mmmmm sorry it worked but using autoconf -i not autoreconf -i I have a warning but turnserver starts and parses /etc/stunserver.conf correctly 2012/7/18 Sébastien GISSINGER <sgi...@gm...> > I try to compile TurnServer on a Debian Squeeze 6.0 on a 64bit architecture > > But I got the following error when typing autoreconf -i command > > configure.in:10: error: possibly undefined macro: AC_MSG_RESULT > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > > Typing the command a second time do not show the message again but next I > got the following error typing ./configure command > > ./configure: line 2418: syntax error near unexpected token `CHECK,' > ./configure: line 2418: `PKG_CHECK_MODULES(CHECK, check >= > 0.9.4,,AC_MSG_RESULT([testing is disabled]))' > > I tried the same thing on a Debian Squeeze VirtualBox VMs in 32bits and it > worked. > I had the first message and when I tried later and I only had a simple > warning about autoconf version and every other step where passed > successfully. > > I installed every dependencies, any idea how to solve this ? > > thanks > |