https://bugs.kde.org/show_bug.cgi?id=358548

Howard Chu <h...@symas.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |h...@symas.com

--- Comment #7 from Howard Chu <h...@symas.com> ---
(In reply to Stefan BrĂ¼ns from comment #6)
> Fun fact:
> LMDB on-disk format seems to be dependent on sizeof(ptr_t) - I can open the
> db index file on my 32bit RPi1, but not on my x86_64.

Correct, LMDB files are architecture-dependent. If you want to avoid this
word-size dependency, you should define MDB_VL32 when building on 32bit arches
- then it will be 64bit clean and identical to the 64bit build.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to