bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTAGS write error


From: Shigio YAMAGUCHI
Subject: Re: HTAGS write error
Date: Wed, 10 Mar 2010 13:38:16 +0900

> I can give you more info, but it seems something else is the problem.
> Thanks

In GLOBAL-5.8, I changed some processing of htags(1) to use a facility
of BSD db library described below.  It is likely not to work in Windows.
If so, GLOBAL-5.7.7 or the former will work well.
If this is the cause of your trouble, I may revive the former code in the
next version.

NAME
     dbopen -- database access methods

SYNOPSIS
     #include <sys/types.h>
     #include <db.h>
     #include <fcntl.h>
     #include <limits.h>

     DB *
     dbopen(const char *file, int flags, int mode, DBTYPE type,
         const void *openinfo);

DESCRIPTION
     The dbopen() function is the library interface to database files.  The
        ...
     The dbopen() function opens file for reading and/or writing.  Files never 
<===
                                                                   ~~~~~~~~~~~
     intended to be preserved on disk may be created by setting the file argu-
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     ment to NULL.
     ~~~~~~~~~~~~~
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]