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

_______________________________________________
Global-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to