On Dec 27, 2007 5:16 AM, Jeremy A <[EMAIL PROTECTED]> wrote:

> Running on Centos 5.1 system and processing sipXmediaLib updated just
> prior with svn update at around 0900UT Dec 27
> I get the following errors.
>
> Any suggestions? NB Just prior to this I compiled the latest svn
> releases for sipXportLib, sipXsdpLib and sipXtackLib without problem.
>
>  autoreconf -fi
> /usr/share/aclocal/speex.m4:10: warning: underquoted definition of
> XIPH_PATH_SPEEX
>  run info '(automake)Extending aclocal'
>  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> /usr/share/aclocal/speex.m4:10: warning: underquoted definition of
> XIPH_PATH_SPEEX
>  run info '(automake)Extending aclocal'
>  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> /usr/share/aclocal/speex.m4:10: warning: underquoted definition of
> XIPH_PATH_SPEEX
>  run info '(automake)Extending aclocal'
>  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> configure.ac:46: error: possibly undefined macro: AC_TYPE_INT16_T
>      If this token and others are legitimate, please use m4_pattern_allow.
>      See the Autoconf documentation.
> configure.ac:47: error: possibly undefined macro: AC_TYPE_INT32_T
> configure.ac:48: error: possibly undefined macro: AC_TYPE_INT8_T
> configure.ac:49: error: possibly undefined macro: AC_TYPE_UINT8_T
> autoreconf: /usr/bin/autoconf failed with exit status: 1


BTW - Just in case folks are not watching checkins --
The error here is caused by an outdated autoconf being used.  We now require
at least 2.59c - which I didn't realize (speex includes these checks, but we
should be checking for this support too, since we use C99 integer types now
- since last summer -- I'll add those checks soon).

I updated the sipXmediaLib configure.ac file to make sure to check that the
version of autoconf being used is at least 2.60 (I was unsure if it would
accept odd versions with alphabetic characters in them, so I bumped it up to
2.60).

In the near future, the other sipX libs will also get this requirement, and
check for C99 integer types using the AC_TYPE_INT*_T and AC_TYPE_UINT*_T
macros, which will require autoconf 2.60.

There is also now a requirement to use libtool 1.5.24.

-- 
Keith Kyzivat

SIPez LLC.
SIP VoIP, IM and Presence Consulting
http://www.SIPez.com
tel: +1 (617) 273-4000
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to