-
Notifications
You must be signed in to change notification settings - Fork 46
Build Warnings - Mac OS X #33
Comments
I got same warnings on Mac OS 10.10, go version 1.3.2 & 1.3.3
|
Thank you for the info. Indeed it is the problem of the upstream lmdb. I will see what can I do but in the meantime if you can issue ticket there it helps the process. |
same problem on freebsd. |
@opsec it seems like the lines in question have been modified in more recent versions of LMDB (current is 0.9.16, gomdb is at 0.9.14). I'm not positive but it looks like there is at least a good chance that these warnings have been addressed. You could try a
My package is not actually a fork. It has a different interface. But it will let you quickly see if the compiler warnings have been addressed. I'm sure there are some forks out there that have updated to a newer version of the library but I do not know which they are. |
I got a chance to test compiling my package (LMDB 0.9.16) on OS X 10.9.5 and most of the warnings are gone. Only the last one remains (and the accompanying note).
|
FYI, I'm getting these build warnings on Mac OS 10.9.4, go version 1.3.1:
The warnings don't seem serious, but is this something we should consider fixing in mdb.c and pushing upstream to MDB's maintainer?
The text was updated successfully, but these errors were encountered: