RE: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Dave Viner
:02 PM To: Dave Viner; [EMAIL PROTECTED] Cc: Php-Dev@lists. php. net Subject: Re: [PHP-DEV] building ext/dba on win32 http://www.sleepycat.com/update/index.html 3.3.11 works fine for me, and is also the version Edin was using to build php_dba.dll last I know of.. - Original Message - From

Re: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Steph
t" <[EMAIL PROTECTED]> Sent: Tuesday, January 07, 2003 8:06 PM Subject: RE: [PHP-DEV] building ext/dba on win32 > well.. from the win32build.zip file, I find in db.h this line: > > #define DB_VERSION_STRING "Sleepycat Software: DB 2.4.14: (6/2/98)" > > I suspect

RE: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Marcus Börger
At 21:06 07.01.2003, Dave Viner wrote: well.. from the win32build.zip file, I find in db.h this line: #define DB_VERSION_STRING "Sleepycat Software: DB 2.4.14: (6/2/98)" DB version 2 does not have the functions causing the error. And you cannot link DB 2 with --with-db3=... I suspect t

RE: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Dave Viner
ownload the older version (I can't find it on sleepycat). thanks for your help. dave -Original Message- From: Marcus Borger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 11:55 AM To: Dave Viner Cc: Php-Dev@lists. php. net Subject: Re: [PHP-DEV] building ext/dba on win32

Re: [PHP-DEV] building ext/dba on win32

2003-01-07 Thread Marcus Börger
At 20:11 07.01.2003, Dave Viner wrote: Hi, I'm having trouble building the dba extension on win32. I get these errors: D:\php\php4\ext\dba\dba_db3.c(89) : error C2039: 'set_errcall' : is not a member of '__db' D:\PHP\PHP-WIN32BUILD\INCLUDE\db.h(397) : see declaration of '__db' D: