Jerry Baker wrote:
>
>> F:\Projects\MSVC\httpd-2.0\srclib\apr-util\xlate\xlate.c(83) : fatal
>> error C1083: Cannot open include file: 'apr_iconv.h': No such file or directory
>
> There is now an additional module you have to checkout from CVS. In
> addition to http-2.0, apr, and apr-util, you need to check out
> apr-iconv. I use the following:
>
> cvs -z3 co httpd-2.0
> cd httpd-2.0\srclib
> cvs -z3 checkout apr
> cvs -z3 checkout apr-util
> cvs -z3 checkout apr-iconv

Hi,
thank you.
1. Why is no /apr-iconv directory on cvs.apache.org/snapshots? I have a
perl script to fetch the latest tarballs but I cannot find this new
modules.

2. With your suggestions above I have no luck too:
cvs -z3 co httpd-2.0
> cvs.apache.org:connection refused.
rsh: Connection could not established.  (translated from German)
cvs [checkout aborted]: end of file from server (consult above messages
if any)

I tried 
set CVSROOT=cvs.apache.org/snapshots and
set CVSROOT=cvs.apache.org/viewcvs.cgi

Do I need username/password? Can you help me?


Juergen

Reply via email to