yoshizow / global-pygments-plugin

[DEPRECATED] Pygments Plug-in Parser for GNU GLOBAL
Other
66 stars 16 forks source link

In 64bit system the path /usr/local/lib/ , change to /usr/local/lib64/ #6

Closed wjn740 closed 7 years ago

wjn740 commented 8 years ago

Sir,

In 64bit system, I found I have to change the path.

Tested OS: OpenSUSE Leap 42.1 64Bit

yoshizow commented 8 years ago

Thank you for your report. Could you tell me how did you install GLOBAL?

1) zypper install global or 2) download global-6.5.2.tar.gz ./configure make ; make install or 3) other

In case of 2, which option did you specify to configure? which version of GLOBAL?

wjn740 commented 8 years ago

zypper in global.

yoshizow commented 8 years ago

This issue seems to have been fixed in GLOBAL-6.5.2. Since GLOBAL-6.5.2, library paths in gtags.conf is generated based on configure's libdir variable instead of hard-coded /lib/ paths. http://lists.gnu.org/archive/html/info-global/2015-12/msg00000.html

wjn740 commented 8 years ago

OK,

It means that this is a problem to openSUSE?

yoshizow commented 8 years ago

It means that this is a problem to openSUSE?

Yes. Currently OpenSUSE's global package is built with GLOBAL version 6.5.1. The package maintainer should update global package with latest version of GLOBAL.

$ zypper info global
Information for package global:
-------------------------------
Repository: OSS
Name: global
Version: 6.5.1-1.3
Arch: x86_64
Vendor: openSUSE
wjn740 commented 8 years ago

OK, I will try to tell maintainer what should he do.