здравствуйте! мне нужно читать проекты не по файлам, а проектами, чтобы сбоку - фрейм с файлами. подскажите чем лучше пхп читать?
я обычно пользуюсь джини и вот я нашел надо доставить geanyprj http://plugins.geany.org/geanyprj.html#download
при установке после удачного ./configure вылетает ошибка make:
$ make
...
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=\"/usr/local\" -DDOCDIR=\"/usr/local/share/doc/geany-plugins\" -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -DGTK -pthread -I/usr/include/geany -I/usr/include/geany/tagmanager -I/usr/include/geany/scintilla -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -g -O2 -MT addons.lo -MD -MP -MF .deps/addons.Tpo -c addons.c -fPIC -DPIC -o .libs/addons.o
In file included from addons.c:39:0:
addons.c: In function ‘plugin_set_info’:
addons.c:55:68: error: ‘VERSION’ undeclared (first use in this function)
PLUGIN_SET_INFO(_("Addons"), _("Various small addons for Geany."), VERSION,
^
/usr/include/geany/plugindata.h:133:20: note: in definition of macro ‘PLUGIN_SET_INFO’
info->version = (p_version); \
^
addons.c:55:68: note: each undeclared identifier is reported only once for each function it appears in
PLUGIN_SET_INFO(_("Addons"), _("Various small addons for Geany."), VERSION,
^
/usr/include/geany/plugindata.h:133:20: note: in definition of macro ‘PLUGIN_SET_INFO’
info->version = (p_version); \
^
addons.c: In function ‘plugin_init’:
addons.c:133:30: error: ‘GETTEXT_PACKAGE’ undeclared (first use in this function)
main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
^
Makefile:361: ошибка выполнения рецепта для цели «addons.lo»
make[2]: *** [addons.lo] Ошибка 1
make[2]: выход из каталога «/home/1/Загрузки/geany-plugins-0.17.1/addons/src»
Makefile:310: ошибка выполнения рецепта для цели «install-recursive»
make[1]: *** [install-recursive] Ошибка 1
make[1]: выход из каталога «/home/1/Загрузки/geany-plugins-0.17.1/addons»
Makefile:323: ошибка выполнения рецепта для цели «install-recursive»
make: *** [install-recursive] Ошибка 1
как обойти?
в о программе версия такая: 1.24.1