Bojan Smojver wrote:
> It has been over two years since the latest apreq2 release, so it is
> time to get some new code out the door. Numerous bugs were fixed (see
> the full list in the CHANGES file) since the last official release
> (2.08), so please give us feedback on this release candidate.
> 
> You can get the tarball, its signature and MD5 checksum from here:
> 
> http://people.apache.org/~bojan/libapreq2-2.10-RC1.tar.gz
> http://people.apache.org/~bojan/libapreq2-2.10-RC1.tar.gz.asc
> http://people.apache.org/~bojan/libapreq2-2.10-RC1.tar.gz.md5
> 
> Please report any problems back to the list:
> 
> apreq-dev@httpd.apache.org

Using Apache-2.2.10, Perl-5.10.0, mod_perl-2.0.4 and VC++ 2005 I get a
build failure:

cl.exe /Fo"C:\Temp\LIBAPR~1.10\win32\libs\error.obj" /nologo /MD /W3 /O2
/D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D
"APREQ_DECLARE_EXPORT" /I"C:/apache2210vc8\include"
/I"C:\Temp\LIBAPR~1.10\include" /YX /FD /c
C:\Temp\LIBAPR~1.10\library\error.c
cl : Command line warning D9002 : ignoring unknown option '/YX'
error.c
NMAKE : fatal error U1073: don't know how to make
'"C:\Temp\LIBAPR~1.10\win32\libs\libapreq.res  "'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\bin\nmake.exe"' : return code '0x2'
Stop.

The two spaces at the end of the filename that it can't make
("libapreq.res  ") look suspicious, but I haven't had time to
investigate further.

(The same environment built 2.08 without any problems. I must have
missed 2.09.)

Reply via email to