[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Building for windows. Again.
- To: openldap-technical@openldap.org
- Subject: Building for windows. Again.
- From: Kristoffer Sjögren <stoffe@gmail.com>
- Date: Thu, 19 Nov 2015 21:27:54 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=O2a1SnrqHjbY6RCnDRQKpzGd6IsCd787BYn1h0O23Ww=; b=A5Mmn3EIrhfUaqrVaO2rGaFIB0ZT3LBtCBLWkOZw+kj92rQVGch0QL1S5bjIJqzrT4 yIhT787FvE+8G8ufJCBCpAU5/40NfgXsPanCgPGYQ3hIvB1sclOmnBb6Ef/DoBwvvIiM Of+lXmmWDIO+P5uKcIdQok2A8W+kLMCtxAjY/TrH90y0OsPqEzNGjSTZOoevKFKTtg5/ AyD8XetFq3pqk90Ju0n0BIiBx3Z7DOxDf/UcXcAVs3tN6LQFinTUydALf8/rgbkYzrEP wpDgWsiCnsXTgh6yFVf6nKaSIzRwS3uqPZVyUkDCURb3nSQWRq1pNjNLAG5JqmPuG9nZ tpyw==
Hi
I'm trying to build LMDB with Java/JNI bindings with Visual C++
Project Builder 9.00.30729 (vcbuild).
Unfortunately, vcbuild don't ship with inttypes.h, stdint.h, or a sane
ssize_t. So I searched around and found a few candidates [1] of
inttypes.h and stdint.h that seems to be working for py-lmdb.
However, unistd.h seems broken for windows - and the python guys use
python.h instead.
Any ideas where I might find a good unistd.h?
Cheers,
-Kristoffer
[1] https://github.com/deephacks/lmdbjni/tree/master/lmdbjni-win64/headers