[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in htags?
From: |
Shigio Yamaguchi |
Subject: |
Re: Bug in htags? |
Date: |
Fri, 20 Jun 2003 23:22:51 +0900 |
Hello,
> I'm running GLOBAL on Cygwin/Windows Millennium.=20
> When I first ran htags (after running gtags), it returned the =
> following message:=20
>
> "htags: cannot make cache file '/tmp/htagd79287565'."
>
> So in htags I substituted: =20
> =20
> "-$'use_cache_file =3D 1; # make temporary db
> by=20
> "-$'use_cache_file =3D 0; # make temporary db
>
> and it seems to work.
>
> Andr=E9s Azar,
> Uruguay.
Do you have '/tmp' directory in your system?
[How to check existence]
$ ls -ld /tmp
Do you have permission to write to '/tmp'?
[How to check permission]
$ echo >/tmp/a
$ cat /tmp/a
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
Spare mail address: <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
- Bug in htags?, Andrés Azar, 2003/06/20
- Re: Bug in htags?,
Shigio Yamaguchi <=