Dom Lachowicz <[EMAIL PROTECTED]> wrote on 5/3/2002 2:10:47 PM: > >On Fri, 2002-05-03 at 14:01, Kenneth J.Davis wrote: >> So popt is now required on all platforms? (ap Args seems to require it) >> I am just asking so I can see about fixing the Windows build in the proper >> manner (either making popt included, or making sure it is not used), although >> I'd be more than happy if someone else commits a fix before I get a chance to. :-) > >POPT is now required on all platforms so that we have some sane >command-line processing and equal features across all platforms, where >applicable (win32 might have a hard time implementing --print, for >example). > >The best way to fix this is to extend AP Win32App from AP App and follow >the code used in the ap UnixApp::main. > >Dom
Thanks, I will see about doing this tonight/tommorrow unless someone is already planning on doing it (or has already started on/done it). Jeremy Davis [EMAIL PROTECTED]
