[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Global-commit] global/libutil assoc.h
From: |
Shigio YAMAGUCHI |
Subject: |
[Global-commit] global/libutil assoc.h |
Date: |
Wed, 15 May 2019 20:46:55 -0400 (EDT) |
CVSROOT: /sources/global
Module name: global
Changes by: Shigio YAMAGUCHI <shigio> 19/05/15 20:46:55
Modified files:
libutil : assoc.h
Log message:
[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.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/libutil/assoc.h?cvsroot=global&r1=1.2&r2=1.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Global-commit] global/libutil assoc.h,
Shigio YAMAGUCHI <=