Juergen Heckel says: > Hi, > since 6 days I can't compile the latest snapshots:-( > I get the following error: > > .... > apr_uri.c > xlate.c > 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 > apr_xml.c > Generating Code... > Error executing cl.exe. > > Apache.exe - 1 error(s), 5 warning(s) > > Juergen
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
