revOpenDatabase error

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, LCMark

Locked
mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

revOpenDatabase error

Post by mwieder » Fri Aug 02, 2013 7:39 pm

I find that if I compile the engine from the master branch and replace the stock 6.x engine the revOpenDatabase call fails to open a SQLite database. It fails with a generic 219 error code ("error in function handler"). Is it just me? I'm at a bit of a loss to explain what happened here.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: revOpenDatabase error

Post by mwieder » Mon Aug 05, 2013 5:10 am

OK - since there are no responses, I'll assume it's just me.
In that case, my primary suspect is that there's something amiss in the revdb libraries on the 64-bit linux build.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

[Solved] revOpenDatabase error

Post by mwieder » Mon Aug 05, 2013 5:32 am

Yep... that was it. I neglected to copy over one of the .so files. I updated the build process and it's working now.

monte
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1564
Joined: Fri Jan 13, 2012 1:47 am
Contact:

Re: revOpenDatabase error

Post by monte » Mon Aug 05, 2013 10:28 am

Talking to yourself is the first sign of madness you know ;-)
LiveCode User Group on Facebook : http://FaceBook.com/groups/LiveCodeUsers/

Locked

Return to “Engine Contributors”