Re: [elephant-devel] patch: update db-bdb to Berkeley DB 4.6

2007-12-30 Thread Ian Eslick
Great, thank you for the patches! The update from BDB 4.x to 4.(x+1) have all had this constant problem. At some point we should figure out how to generate the lisp code that matches this file so we don't have to do this again and can link against any version... But for now we'll release

[elephant-devel] patch: update db-bdb to Berkeley DB 4.6

2007-12-30 Thread Anton Kazennikov
Hello! I've updated db-bdb backend to Berkeley DB 4.6. The main problem is that the API constants during 4.5 -> 4.6 have changed. New patches: [db-bdb updated to BerkeleyDB 4.6 [EMAIL PROTECTED] Changed only BDB constants as upgrade 4.5 -> 4.6 they were changed. A kind of hack perhaps. But i