You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jerry Baker <je...@attbi.com> on 2002/07/19 21:17:20 UTC

New Apache.dsw Trouble

Opening the Apache.dsw file now causes MSVC++ 6.0 to ask me to browse 
for the following:

apriconv.dsp
libapriconv.dsp

It did not used to do this. I am not sure what it wants, or what the 
effects of pressing "Cancel" are.


Re: New Apache.dsw Trouble

Posted by Jerry Baker <je...@attbi.com>.
David Shane Holden says:

>
> Jerry Baker wrote:
>
>> Opening the Apache.dsw file now causes MSVC++ 6.0 to ask me to browse 
>> for the following:
>>
>> apriconv.dsp
>> libapriconv.dsp
>>
>> It did not used to do this. I am not sure what it wants, or what the 
>> effects of pressing "Cancel" are.
>>
>
> You need to checkout apr-iconv into srclib along side apr and apr-util.
>
> Shane
>
>
>
Ok. That's new. Thanks.



Re: New Apache.dsw Trouble

Posted by David Shane Holden <dp...@yahoo.com>.
Jerry Baker wrote:
> Opening the Apache.dsw file now causes MSVC++ 6.0 to ask me to browse 
> for the following:
> 
> apriconv.dsp
> libapriconv.dsp
> 
> It did not used to do this. I am not sure what it wants, or what the 
> effects of pressing "Cancel" are.
> 

You need to checkout apr-iconv into srclib along side apr and apr-util.

Shane



Re: New Apache.dsw Trouble

Posted by Jerry Baker <je...@attbi.com>.
Jerry Baker says:

> Opening the Apache.dsw file now causes MSVC++ 6.0 to ask me to browse 
> for the following:
>
> apriconv.dsp
> libapriconv.dsp
>
> It did not used to do this. I am not sure what it wants, or what the 
> effects of pressing "Cancel" are.
>
>
The problem is that the Apache.dsw lists these files as dependencies of 
various "projects", but these files do not exist anywhere in the tree. 
Did someone change something and forget to update the Apache.dsw?



RE: where would be the best place for string utilities?

Posted by Sander Striker <st...@apache.org>.
> From: Adrian Grajdeanu [mailto:adriang0@cox.net]
> Sent: 21 July 2002 18:21

> I am in need of strnicmp. It is available in Win32, but I know this is not
> the case for most other platforms.
> First of all, is it already in the apache code something I could use?
> If not, where would be the best way to place it?
> srclib/apr/include/apr_strings.h
> and make platform specific subdirectories in
> srclib/apr/strings

You want to include apr_general.h and use strncasecmp().  :)

Sander


where would be the best place for string utilities?

Posted by Adrian Grajdeanu <ad...@cox.net>.
I am in need of strnicmp. It is available in Win32, but I know this is not
the case for most other platforms.
First of all, is it already in the apache code something I could use?
If not, where would be the best way to place it?
srclib/apr/include/apr_strings.h
and make platform specific subdirectories in
srclib/apr/strings

Thanx
Adrian


Re: New Apache.dsw Trouble

Posted by Juergen Heckel <JH...@t-online.de>.
"William A. Rowe, Jr." wrote:
>
> cvs co httpd-2.0
> cd httpd-2.0/srclib
> cvs co apr apr-iconv apr-util
>

Hi,
sorry but on http://cvs.apache.org/snapshots/ there is no apr-iconv
directory to download.
I can't compile the latest Apache builds:-(


Juergen

Re: New Apache.dsw Trouble

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
At 02:17 PM 7/19/2002, Jerry Baker wrote:
>Opening the Apache.dsw file now causes MSVC++ 6.0 to ask me to browse for 
>the following:
>
>apriconv.dsp
>libapriconv.dsp
>
>It did not used to do this. I am not sure what it wants, or what the 
>effects of pressing "Cancel" are.

On win32 [alone]...

cvs co httpd-2.0
cd httpd-2.0/srclib
cvs co apr apr-iconv apr-util

Admittedly, it's a PITA.  We can try to recover optional behavior instead
of mandated behavior, but we need the option to be working by Monday.

Of course, if you don't build apr-iconv, there is no sense in building
mod_charset_lite either.

Bill