bug-global
[Top][All Lists]
Advanced

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

Re: gtags: cannot open shared object '/usr/local/lib/gtags/pygments-pars


From: Shigio YAMAGUCHI
Subject: Re: gtags: cannot open shared object '/usr/local/lib/gtags/pygments-parser.la'
Date: Sat, 4 Oct 2014 17:56:47 +0900

Surely hard coded path names are hard to use it.
How about enabling use of shell style variables
in the configuration file?

* Variable 'libdir' has a default value.

:gtags_parser=C\:$libdir/gtags/exuberant-ctags.la:\

* You can change the default value freely.

:libdir=/tmp/var/lib:\
:gtags_parser=C\:$libdir/gtags/exuberant-ctags.la:\

* Of course, the followings usage is acceptable.

:ctagslib=$libdir/gtags/exuberant-ctags.la:\
:gtags_parser=C\:$ctagslib:\

* Syntax ${...} is also acceptable.

Any comment?

2014-10-03 16:33 GMT+09:00 Leo Liu <address@hidden>:
On 2014-10-03 13:26 +0900, Shigio YAMAGUCHI wrote:
> Hi,
> Would you please show me the gtags.conf that you are using?

Somehow the path for pygments-parser.la was specified incorrectly (could
be some leftover from previous installation). I didn't realise it is
hard-coded there.

Thanks,
Leo



--
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]