search for: ac_c_flexible_array_member

Displaying 4 results from an estimated 4 matches for "ac_c_flexible_array_member".

2011 Mar 12
0
try with succes rpm bind 9.7.3 with koji el4 and el5
....7.3 and patching. diff -u unpatched/configure.in patched/configure.in --- unpatched/configure.in 2010-07-05 14:02:20.000000000 +0200 +++ patched/configure.in 2010-07-05 14:03:48.000000000 +0200 @@ -282,7 +282,8 @@ AC_C_INLINE AC_C_VOLATILE AC_CHECK_FUNC(sysctlbyname, AC_DEFINE(HAVE_SYSCTLBYNAME)) -AC_C_FLEXIBLE_ARRAY_MEMBER +# RvR: this breaks things on RHEL5 +#AC_C_FLEXIBLE_ARRAY_MEMBER I managed to compile on EL4 and EL5 koji result http://koji.fedoraproject.org/koji/taskinfo?taskID=2907187 http://koji.fedoraproject.org/koji/taskinfo?taskID=2907203 -- gpg --keyserver pgp.mit.edu --recv-key 092164A7 htt...
2008 Jul 07
1
PATCH: flexible array members in dovecot 1.1
It looks like the build problems with the flexible array members in Dovecot 1.1 and GCC 2.95 has been raised several times already on this list, but no one mentioned out that autoconf 2.61+ provides a macro to deal with these. -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-1.1.1-flexible-array-member.patch Type: application/octet-stream Size:
2010 May 12
1
Autoreconf --install error
Hi all! I checked out the rev2366(it's stable NUT 2.4.3) and patched last liebert-esp2 revision + spiros last code. After, I used autoreconf --install and I gave the follow error msg: configure.in:86: error: possibly undefined macro: AC_C_FLEXIBLE_ARRAY_MEMBER If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:87: error: possibly undefined macro: AC_C_VARARRAYS configure.in:97: error: possibly undefined macro: AC_TYPE_LONG_DOUBLE configure.in:98: error: possibly undefined macro:...
2014 Feb 17
2
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...napshot/snmp_subdriver/rab7b0452e21aef8aaf308963da6380e712427e1d-146/nut-2.7.1.5.tar.gz> > > Thanks a lot, I downloaded it from this link and ran commands "autoreconf && ./configure && make" to build it: It says: configure.ac:108: error: possibly undefined macro: AC_C_FLEXIBLE_ARRAY_MEMBER If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:109: error: possibly undefined macro: AC_C_VARARRAYS configure.ac:119: error: possibly undefined macro: AC_TYPE_LONG_DOUBLE configure.ac:120: error: possibly undefined macr...