yoshizow / global-pygments-plugin

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

Does this build on Mac OS X 10.9 (Mavericks)? #1

Closed clarkgrubb closed 10 years ago

clarkgrubb commented 10 years ago

Seems like there is an incompatibility with the version of libtool I have installed:

$ uname -a Darwin SMOLTM232.local 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64

$ git clone https://github.com/yoshizow/global-pygments-plugin.git Cloning into 'global-pygments-plugin'... remote: Reusing existing pack: 111, done. remote: Total 111 (delta 0), reused 0 (delta 0) Receiving objects: 100% (111/111), 46.60 KiB | 0 bytes/s, done. Resolving deltas: 100% (64/64), done. Checking connectivity... done.

$ cd global-pygments-plugin

$ sh reconf.sh

yoshizow commented 10 years ago

Thank you for reporting. I will check this.

yoshizow commented 10 years ago

For Mac OS X, /usr/bin/libtool command is irrelevant to GNU libtool. You need to install GNU libtool. If you are using Homebrew, like this: brew install libtool

Revised command detection in reconf.sh and updated README. Thanks.