It probably isn't a big deal now. I've got the .dsp file working now. Once I'm satisfied everything is OK I'll commit the changes and also export a Windows makefile so that I can build without using the damned IDE.
Marc Saegesser > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of jean-frederic clere > Sent: Wednesday, October 03, 2001 3:30 AM > To: [EMAIL PROTECTED] > Subject: Re: [J-T-C] Update: Building mod_jk for Apache 2.0/Windows > > > Justin Erenkrantz wrote: > > > > On Tue, Oct 02, 2001 at 01:24:53PM -0500, Marc Saegesser wrote: > > > I'll grab the latest CVS and see how that works. > > > > > > The buildconf.sh in jk/native/Apache-2.0 runs libtoolize, > automake, aclocal > > > and autoconf. Cygwin includes all of these except libtool. > I built it and > > > installed it into /usr/local/bin and bad things happened. I > put it into > > > /usr/bin and things ran fine. > > > > Ah, that's jk-specific. It might be a good idea to try to remove the > > automake dependency if at all possible as we don't require it for > > httpd. > > That is possible - But that means to commit some automake > generated files or to > duplicate these files - > > > All of the others are required for Apache 2.0. > > > > Pier has a good build system with 2.0 for mod_webapp. =) -- justin