Hello,
EyeDB does not compile out of the box on my computer.
I just run ./configure (no error) and make hangs, complaining about missing declarations. See the first error in attachement.
To fix these errors, I've added some includes :
- in include/eyedbsm/HIdx.h : #include <cstdlib> (or C-style <stdlib.h>).
- in src/eyedb/GetOpt.h : #include <cstring> and <cstdlib>
- in src/lib/butils.cc : #include <cstring> (or C-style <string.h>).
./configure and make logs
I
Oops! Sorry for the previous empty comment.
In my bug report I forgot to say that I'm on GNU/Linux Debian squeeze (testing), x86_64. Please tell me if you need some details about installed lib or whatever.
On my OpenSuse 11.0 x64 I had to do the same thing (I mean adding includes to some C++ files).