On Sat, 30 Mar 2013 14:14:42 -0400
Jeff Trawick <traw...@gmail.com> wrote:

> On Sat, Mar 30, 2013 at 2:10 PM, Gregg Smith <g...@gknw.net> wrote:
> 
> > On 3/30/2013 11:01 AM, Jeff Trawick wrote:
> >
> >> To state the obvious, I'm probably doing something stupid.
> >>
> >> I am using Visual Studio 2010 + SP1 (to get around an incremental
> >> linking bug).
> >>
> >> I have a directory with:
> >>
> >> apr-1.4.x as apr
> >> apr-util-1.5.x as apr-util
> >> apr-iconv-1.1.x as apr-iconv

Problem one, use apr-iconv/trunk (which is 1.2.x the current release
branch, you were looking at a six-year stale release branch).  I think
that should get you most of the way there.  Let us know if you have
another issue.

> >> Within apr-util I try
> >>
> >> l>nmake -f Makefile.win PREFIX=c:\apr1x USEMAK=1 ARCH="Win32 Debug"
> >> buildall checkall
> >>
> >> This fails with
> >>
> >>         cd ..\apr-iconv
> >>         "c:\Program Files (x86)\Microsoft Visual Studio
> >> 10.0\VC\BIN\nmake.exe" -
> >> nologo -f apriconv.mak    CFG="apriconv - Win32 Debug" RECURSE=0
> >> NMAKE : fatal error U1052: file 'apriconv.mak' not found
> >> Stop.
> >>
> >> Sure enough, there is no apriconv.mak there.
> >>
> >> Am I supposed to do something first to generate them, before I can
> >> use the apr-util Makefile.win?
> >>
> >
> > Unless you have VC6, use  apr-iconv-1.2.1-win32-src-r2.**zip or
> > steal the .mak/.dep files from it.
> > http://apr.apache.org/**download.cgi
> > <http://apr.apache.org/download.cgi>
> >
> Thanks, I'll use that.
> 
> Is there a reason we shouldn't commit the build support to svn?  (Is
> there something unique about that build support that warrants leaving
> it uncommitted?)

Looking at svn trunk (1.2.x) for that answer...

URL: https://svn.apache.org/repos/asf/apr/apr-iconv/trunk/apriconv.dsp
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 1463629
Node Kind: file
Schedule: normal
Last Changed Author: wrowe
Last Changed Rev: 585675
Last Changed Date: 2007-10-17 15:36:15 -0500 (Wed, 17 Oct 2007)
Checksum: 8b477bf5260d0a0405aa2f41f9c5a3bb83505556

Reply via email to