Menu

#17 Compilation error (v2.8.7 tarball)

open
nobody
None
5
2009-12-17
2009-12-17
Anonymous
No

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>).

Discussion

  • Nobody/Anonymous

    ./configure and make logs

     
  • Xiloynaha

    Xiloynaha - 2009-12-18

    I

     
  • Xiloynaha

    Xiloynaha - 2009-12-18

    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.

     
  • Nobody/Anonymous

    On my OpenSuse 11.0 x64 I had to do the same thing (I mean adding includes to some C++ files).

     

Log in to post a comment.