Re: [RELEASE CANDIDATE] libapreq2 2.11

Randy Kobes <[email protected]> Mon, 02 Feb 2009 11:08:02 -0600
Newsgroups gmane.comp.apache.apreq
Message-ID <[email protected]>
Issac Goldstand wrote:
> Steve Hay wrote:
>> Issac Goldstand wrote:
>>> Vote results show only 2 +1s (issac,joes) and no -1s.
>>>
>>> We're still a +1 short of release.
>>>
>> Has anyone else tested on Win32 yet?
>>
>> I reported a build error which hasn't been addressed yet:
>>
>> http://marc.info/?l=apreq-dev&m=123244555902865&w=2
> 
> I must've missed that.  I'll try playing on win32 a bit, I guess...  I
> need to figure out where I'm gonna install a new set of compilers,
> though, since my old win32 playground died on me a while back, so it
> might take me some time.
> 

After including the missing libapreq.rc from the svn sources, I get a 
build error:

C:\svn\apreq\module\apache2\filter.c(421) : error C2152:
   'initializing': pointers to functions with different attributes
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

which comes from
      APR_REGISTER_OPTIONAL_FN(apreq_handle_apache2);
in module/apache2/filter.c. This is on Win32, VC 6, and Apache/2.2.8.

-- 
best regards,
Randy