RE: Apache::DB ported to mp2

2004-04-08 Thread Craig Dayton
Hi Frank, Thanks for the Update. In compiling with 'VS .Net 2003', the error shown below is generated. -Craig E:\Perl\cpan\build\Apache-DB-0.07>nmake Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cl -c-nolo

Re: Apache::DB ported to mp2

2004-04-09 Thread Frank Wiles
Hi Craig, I didn't have to make any changes to the XS code on this module to port it to mp2. Can you do me a favor and grab Apache::DB 0.06 and see if you get the same error? Not being a Windows user or even having access to a Windows installation with a compiler, this is going to

RE: Apache::DB ported to mp2

2004-04-09 Thread Randy Kobes
On Thu, 8 Apr 2004, Craig Dayton wrote: > Hi Frank, > > Thanks for the Update. > In compiling with 'VS .Net 2003', the error shown below is generated. > E:\Perl\cpan\build\Apache-DB-0.07>nmake > > cl -c-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE > -DNO_STRICT -DHAVE_DES_FCRYPT -DPE

RE: Apache::DB ported to mp2

2004-04-09 Thread Craig Dayton
the makefile because the compiler didn't like '-Gf'. I don't mind doing compile tests, if you need that support. -Craig -Original Message- From: Frank Wiles [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 08:17 To: Craig Dayton Cc: [EMAIL PROTECTED] Subject: Re: A

RE: Apache::DB ported to mp2

2004-04-09 Thread Craig Dayton
Thanks Randy, You got it. After adding '#define SIGINT 2' to DB.xs, it compiled just fine. -Craig -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 17:15 To: Craig Dayton Cc: 'Frank Wiles'; [EMAIL PROTECTED] Subject: RE:

Re: Apache::DB ported to mp2

2004-04-11 Thread Frank Wiles
On Fri, 9 Apr 2004 19:15:03 -0500 (CDT) Randy Kobes <[EMAIL PROTECTED]> wrote: > On Thu, 8 Apr 2004, Craig Dayton wrote: > > > Hi Frank, > > > > Thanks for the Update. > > In compiling with 'VS .Net 2003', the error shown below is > > generated. E:\Perl\cpan\build\Apache-DB-0.07>nmake > > > > cl

Re: Apache::DB ported to mp2

2004-04-11 Thread Stas Bekman
Frank Wiles wrote: On Fri, 9 Apr 2004 19:15:03 -0500 (CDT) Randy Kobes <[EMAIL PROTECTED]> wrote: On Thu, 8 Apr 2004, Craig Dayton wrote: Hi Frank, Thanks for the Update. In compiling with 'VS .Net 2003', the error shown below is generated. E:\Perl\cpan\build\Apache-DB-0.07>nmake cl -c-nolo