You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by jean-frederic clere <jf...@gmail.com> on 2007/12/07 10:15:13 UTC

Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

Hi,

That breaks my builds:
+++
/bin/bash /home/jfclere/TMP/dev12.qa.atl2.redhat.com/APR/build-1/libtool
--silent --mode=compile gcc -g -O2 -pthreads   -DHAVE_CONFIG_H
-DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-D_LARGEFILE64_SOURCE
-I/qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include
-I/qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/private
 -I/home/jfclere/TMP/dev12.qa.atl2.redhat.com/APR/include/apr-1    -o
ldap/apr_ldap_rebind.lo -c ldap/apr_ldap_rebind.c && touch
ldap/apr_ldap_rebind.lo
In file included from ldap/apr_ldap_rebind.c:29:
/qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:62:
error: parse error before "LDAP"
/qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:77:
error: parse error before '*' token
ldap/apr_ldap_rebind.c:40: error: parse error before "LDAP"
ldap/apr_ldap_rebind.c:40: warning: no semicolon at end of struct or union
ldap/apr_ldap_rebind.c:44: error: parse error before '}' token
ldap/apr_ldap_rebind.c:49: error: parse error before '*' token
ldap/apr_ldap_rebind.c:68: error: parse error before "LDAP"
ldap/apr_ldap_rebind.c: In function `apr_ldap_rebind_add':
ldap/apr_ldap_rebind.c:73: error: `pool' undeclared (first use in this
function)
ldap/apr_ldap_rebind.c:73: error: (Each undeclared identifier is
reported only once
ldap/apr_ldap_rebind.c:73: error: for each function it appears in.)
ldap/apr_ldap_rebind.c:73: error: invalid application of `sizeof' to an
incomplete type
ldap/apr_ldap_rebind.c:73: error: invalid application of `sizeof' to an
incomplete type
ldap/apr_ldap_rebind.c:75: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:76: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:76: error: `ld' undeclared (first use in this
function)
ldap/apr_ldap_rebind.c:78: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:81: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:88: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c: At top level:
ldap/apr_ldap_rebind.c:113: error: parse error before '*' token
ldap/apr_ldap_rebind.c: In function `apr_ldap_rebind_remove':
ldap/apr_ldap_rebind.c:122: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:122: error: `ld' undeclared (first use in this
function)
ldap/apr_ldap_rebind.c:124: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:129: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:132: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:132: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:138: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:138: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c: In function `apr_ldap_rebind_remove_helper':
ldap/apr_ldap_rebind.c:150: error: `LDAP' undeclared (first use in this
function)
ldap/apr_ldap_rebind.c:150: error: `ld' undeclared (first use in this
function)
ldap/apr_ldap_rebind.c:150: error: parse error before ')' token
ldap/apr_ldap_rebind.c: At top level:
ldap/apr_ldap_rebind.c:156: error: parse error before '*' token
ldap/apr_ldap_rebind.c: In function `apr_ldap_rebind_lookup':
ldap/apr_ldap_rebind.c:166: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c:166: error: `ld' undeclared (first use in this
function)
ldap/apr_ldap_rebind.c:171: error: dereferencing pointer to incomplete type
ldap/apr_ldap_rebind.c: At top level:
ldap/apr_ldap_rebind.c:260: error: parse error before '*' token
+++

Cheers

Jean-Frederic

Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

Posted by jean-frederic clere <jf...@gmail.com>.
Graham Leggett wrote:
> jean-frederic clere wrote:
> 
>> /qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:62:
>>
>> error: parse error before "LDAP"
> 
> Looks like this header file doesn't take into account when the LDAP
> stuff is turned off - it's been fixed, can you try again and confirm the
> problem has gone away?

Yep it is fixed now.

Cheers

Jean-Frederic

> 
> Regards,
> Graham
> -- 


Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

Posted by jean-frederic clere <jf...@gmail.com>.
Graham Leggett wrote:
> jean-frederic clere wrote:
> 
>> /qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:62:
>>
>> error: parse error before "LDAP"
> 
> Looks like this header file doesn't take into account when the LDAP
> stuff is turned off - it's been fixed, can you try again and confirm the
> problem has gone away?

Yep it is fixed now.

Cheers

Jean-Frederic

> 
> Regards,
> Graham
> -- 


Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

Posted by Graham Leggett <mi...@sharp.fm>.
jean-frederic clere wrote:

> /qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:62:
> error: parse error before "LDAP"

Looks like this header file doesn't take into account when the LDAP 
stuff is turned off - it's been fixed, can you try again and confirm the 
problem has gone away?

Regards,
Graham
--

Re: svn commit: r601938 - in /apr/apr-util/trunk: CHANGES include/apr_ldap.h.in include/apr_ldap_rebind.h ldap/NWGNUmakefile ldap/apr_ldap_rebind.c

Posted by Graham Leggett <mi...@sharp.fm>.
jean-frederic clere wrote:

> /qa/home/jfclere/TMP/dev12.qa.atl2.redhat.com/apr-util-trunk/include/apr_ldap_rebind.h:62:
> error: parse error before "LDAP"

Looks like this header file doesn't take into account when the LDAP 
stuff is turned off - it's been fixed, can you try again and confirm the 
problem has gone away?

Regards,
Graham
--