erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

fails to compile under termux (android) (v0.11.3) #258

Closed basiliscos closed 2 years ago

basiliscos commented 2 years ago

termux is an terminal with linux headers + apt package manager.

My project is successfully configured (cmake), but fails to compile. I think, it should either do not configure or build.

The error is on the screenshot:

photo_2022-01-05_13-41-49

erthink commented 2 years ago

Seems the CI for Android should be added.