Forgot a useful tidbit. There is also a project file in apr/test called (shockingly) aprtest.dsw. It builds the apr (static) library and puts together the test apps. Forewarned is forearmed, it's broken more often than not (since we rearrange the unix build on a semi-weekly basis), and there is a bit of perl script that twists that into a windows make file to compile the test apps.
I'll try a bit harder to keep it building now that we seem to have stablized for the moment. Bill ----- Original Message ----- From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: "Justin Erenkrantz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Saturday, June 09, 2001 7:04 PM Subject: Re: APR on Windows 2000???? > > > On Thu, Jun 07, 2001 at 08:58:31AM -0700, Thom Park wrote: > > > > > 2. if buildconf is not the way to build apr on windows - what is? > > > > > > I couldn't find much by way of instructions (for windows) at > > > http:apr.apache.org so if there > > > are any other bodies of knowlege on this topic I'd really appreciate some > > > guidance! > > Your guess about apr.dsp was dead on, and if it isn't building, that's our > fault > (and we would like to hear about it.) The compiler errors you mentioned were > identified and fixed. > > apr.dsp builds a library you can link in. libapr.dsp builds a .dll you can > bind to. > Your choice :-) If you also grab the apr-util repository (in parallel to > apr) there > is a one-shot aprutil.dsw workspace that sets up the proper dependencies to > build > aprutil (and apr) or libaprutil (and libapr), along with required (and > embedded) > sub-projects, such as expat parsing. > > Bill > >
