You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2008/04/17 19:25:45 UTC

trunk build broken...

Hmmm.... httpd-trunk, apr-trunk and apr-util-trunk up to date, and
yet:

   mod_session_crypto.c:20:66: error: apr_ssl.h: No such file or  
directory
   mod_session_crypto.c:60: error: syntax error before  
'apr_evp_factory_t'
   mod_session_crypto.c:61: warning: function declaration isn't a  
prototype
   mod_session_crypto.c: In function 'crypt_init':
   mod_session_crypto.c:64: error: 'conf' undeclared (first use in  
this function)
   mod_session_crypto.c:64: error: (Each undeclared identifier is  
reported only once
   mod_session_crypto.c:64: error: for each function it appears in.)
   mod_session_crypto.c:65: error: 'r' undeclared (first use in this  
function)
   mod_session_crypto.c:73: error: 'key' undeclared (first use in this  
function)
   mod_session_crypto.c:73: error: 'APR_EVP_KEY_PUBLIC' undeclared  
(first use in this function)

did a full distclean beforehand...

Re: trunk build broken...

Posted by jean-frederic clere <jf...@gmail.com>.
Ruediger Pluem wrote:
> Trunk should now build again.

If not then you may have to clean you apr-util installation directory 
(remove include/apr-1/apr_ssl.h).

Cheers

Jean-Frederic

> 
> Regards
> 
> RĂ¼diger
> 
> On 04/17/2008 07:25 PM, Jim Jagielski wrote:
>> Hmmm.... httpd-trunk, apr-trunk and apr-util-trunk up to date, and
>> yet:
>>
>>   mod_session_crypto.c:20:66: error: apr_ssl.h: No such file or directory
>>   mod_session_crypto.c:60: error: syntax error before 'apr_evp_factory_t'
>>   mod_session_crypto.c:61: warning: function declaration isn't a 
>> prototype
>>   mod_session_crypto.c: In function 'crypt_init':
>>   mod_session_crypto.c:64: error: 'conf' undeclared (first use in this 
>> function)
>>   mod_session_crypto.c:64: error: (Each undeclared identifier is 
>> reported only once
>>   mod_session_crypto.c:64: error: for each function it appears in.)
>>   mod_session_crypto.c:65: error: 'r' undeclared (first use in this 
>> function)
>>   mod_session_crypto.c:73: error: 'key' undeclared (first use in this 
>> function)
>>   mod_session_crypto.c:73: error: 'APR_EVP_KEY_PUBLIC' undeclared 
>> (first use in this function)
>>
>> did a full distclean beforehand...
>>
>>
> 


Re: trunk build broken...

Posted by Ruediger Pluem <rp...@apache.org>.
Trunk should now build again.

Regards

RĂ¼diger

On 04/17/2008 07:25 PM, Jim Jagielski wrote:
> Hmmm.... httpd-trunk, apr-trunk and apr-util-trunk up to date, and
> yet:
> 
>   mod_session_crypto.c:20:66: error: apr_ssl.h: No such file or directory
>   mod_session_crypto.c:60: error: syntax error before 'apr_evp_factory_t'
>   mod_session_crypto.c:61: warning: function declaration isn't a prototype
>   mod_session_crypto.c: In function 'crypt_init':
>   mod_session_crypto.c:64: error: 'conf' undeclared (first use in this 
> function)
>   mod_session_crypto.c:64: error: (Each undeclared identifier is 
> reported only once
>   mod_session_crypto.c:64: error: for each function it appears in.)
>   mod_session_crypto.c:65: error: 'r' undeclared (first use in this 
> function)
>   mod_session_crypto.c:73: error: 'key' undeclared (first use in this 
> function)
>   mod_session_crypto.c:73: error: 'APR_EVP_KEY_PUBLIC' undeclared (first 
> use in this function)
> 
> did a full distclean beforehand...
> 
>