You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Juergen Heckel <JH...@t-online.de> on 2002/07/23 04:24:00 UTC

[Win32] Compiling error missing apr-iconv.h

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

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Juergen Heckel <JH...@t-online.de>.
"johannes m. richter" wrote:
>
>> Do I need username/password? Can you help me?
>
> Perhaps http://httpd.apache.org/dev/anoncvs.txt helps?

Hi,
thank you, but this seems to be unix stuff. 
It's too complicate for a windows user.

The people at cvs.apache.org should make the apr-iconv directory
available to all.


Juergen

Re: [Win32] Compiling error missing apr-iconv.h

Posted by "johannes m. richter" <jo...@gmx.net>.
>Do I need username/password? Can you help me?

Perhaps http://httpd.apache.org/dev/anoncvs.txt helps?
j.

-- 
Sacred cows make the best hamburger.  -- Mark Twain
- http://jgcl.at/ - new photos from summer camp 2002 in Moosen/Tirol


Re: [Win32] Compiling error missing apr-iconv.h

Posted by Juergen Heckel <JH...@t-online.de>.
Jeff Trawick wrote:
>
>>> cvs login: failed to open c:/.cvspass for reading: No such file or
>>> directory
>>
>> I created an empty file .cvspass on c:\ and now I could download all
>> apr-iconv files.
>
> cool...  I hit that cvs bug before too :)
>

Hi,
the newer cvs client v1.11.2 is now able to create the .cvspass on a
WinXP PC.

Juergen

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Jeff Trawick <tr...@attglobal.net>.
JHeckel@t-online.de (Juergen Heckel) writes:

> > cvs login: failed to open c:/.cvspass for reading: No such file or
> > directory
> 
> 
> Hi,
> I solved this problem:-)
> I created an empty file .cvspass on c:\ and now I could download all
> apr-iconv files.

cool...  I hit that cvs bug before too :)

-- 
Jeff Trawick | trawick@attglobal.net
Born in Roswell... married an alien...

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Juergen Heckel <JH...@t-online.de>.
Juergen Heckel wrote:
>
> Jeff Trawick wrote:
>>
>> set CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
>> cvs login
>>   (reply with "anoncvs" without the quotation marks for password)
>> cvs co apr-iconv
>>
> F:\>cvs login
> Logging in to :pserver:anoncvs@cvs.apache.org:2401/home/cvspublic
> CVS password:
> cvs login: failed to open c:/.cvspass for reading: No such file or
> directory


Hi,
I solved this problem:-)
I created an empty file .cvspass on c:\ and now I could download all
apr-iconv files.
After compiling Apache I had to copy libapriconv.dll manually to
apache2\bin.

Again thank you for your help.

Juergen

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Juergen Heckel <JH...@t-online.de>.
Jeff Trawick wrote:
>
> set CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
> cvs login
>   (reply with "anoncvs" without the quotation marks for password)
> cvs co apr-iconv
>


Thank you, but again no luck:

F:\>cvs login
Logging in to :pserver:anoncvs@cvs.apache.org:2401/home/cvspublic
CVS password:
cvs login: failed to open c:/.cvspass for reading: No such file or
directory
cvs [login aborted]: fatal error: exiting


Another idea?


Juergen

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Jeff Trawick <tr...@attglobal.net>.
JHeckel@t-online.de (Juergen Heckel) writes:

> 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?

set CVSROOT=:pserver:anoncvs@cvs.apache.org:/home/cvspublic
cvs login
  (reply with "anoncvs" without the quotation marks for password)
cvs co apr-iconv

-- 
Jeff Trawick | trawick@attglobal.net
Born in Roswell... married an alien...

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Juergen Heckel <JH...@t-online.de>.
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

Re: [Win32] Compiling error missing apr-iconv.h

Posted by Jerry Baker <je...@attbi.com>.
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