~vcs-imports-ii/global/trunk

Viewing all changes in revision 2853.

  • Committer: shigio
  • Date: 2019-05-16 00:46:55 UTC
  • Revision ID: shigio-20190516004655-4mztqeyxuly1igm9
[Bug fixed]
The --with-db185 option of configure script generated the following error:

        $ ./configure LIBS=-lpthread --with-db185-compat=/usr/local/BerkeleyDB.6.1
        ...
        $ make
        ...
        assoc.c:67:34: error: too few arguments to function call, expected 2, have 1
                (void)assoc->db->close(assoc->db);
                      ~~~~~~~~~~~~~~~~          ^
        1 error generated.

Now, it works.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: