$ vim -g E25: GUI cannot be used: Not enabled at compile time
gvimが無い。
ログを見直してみる。
Terminal
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
checking --enable-gui argument... GNOME 2.x GUI support checking --disable-gtktest argument... gtk test enabled checking for pkg-config... /usr/bin/pkg-config checking for GTK - version >= 2.2.0... no checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking X11/xpm.h usability... no checking X11/xpm.h presence... no checking for X11/xpm.h... no checking X11/Sunkeysym.h usability... yes checking X11/Sunkeysym.h presence... yes checking for X11/Sunkeysym.h... yes checking for XIMText in X11/Xlib.h... yes no GUI selected; xim has been disabled
どうやらGUIが有効になってなかったみたいです。
GUI を有効にして vim を再インストールする。
vim を一旦アンインストール。
Terminal
1 2 3
$ sudo paco -r vim73 Remove package vim73 (y/N) ? y #=> yを入力 $ make distclean
checking --enable-gui argument... GNOME 2.x GUI support checking --disable-gtktest argument... gtk test enabled checking for pkg-config... /usr/bin/pkg-config checking for GTK - version >= 2.2.0... yes; found version 2.24.10
$ phpdoc run -d . -t ./doc Initializing parser and collecting files .. OK Parsing files Parsing /home/nanigashi/phpdoc_test/doctest.php No page-level DocBlock was found in file doctest.php Storing structure.xml in"/home/nanigashi/phpdoc_test/doc/structure.xml" .. OK Initializing transformer .. OK Processing behaviours .. OK Executing transformations
[phpDocumentor\Plugin\Core\Exception] The XSL writer was unable to find your XSLTProcessor; please check if you have installed the PHP XSL extension