Am 26.02.2013 15:30, schrieb Lucas Vieites:
Hi, I'm trying to compile the plugins from the git tarball but I get an error. (BTW, I copiled the geany IDE just fine and it's working) the "./waf configure" command goes fine, but after doing "./waf build" I get this, saying the geanyplugin.h file is missing:
Waf: Entering directory `/home/testuser/download/geany-plugins-master/_build_' [ 1/153] po: po/be.po -> _build_/po/be.mo [ 2/153] po: po/ca.po -> _build_/po/ca.mo [ 3/153] po: po/da.po -> _build_/po/da.mo [ 4/153] po: po/de.po -> _build_/po/de.mo [ 5/153] po: po/es.po -> _build_/po/es.mo [ 6/153] po: po/fr.po -> _build_/po/fr.mo [ 7/153] po: po/gl.po -> _build_/po/gl.mo [ 8/153] po: po/ja.po -> _build_/po/ja.mo [ 9/153] po: po/nl.po -> _build_/po/nl.mo [ 10/153] po: po/pt.po -> _build_/po/pt.mo [ 11/153] po: po/pt_BR.po -> _build_/po/pt_BR.mo [ 12/153] po: po/ru.po -> _build_/po/ru.mo [ 13/153] po: po/tr.po -> _build_/po/tr.mo [ 14/153] po: po/zh_CN.po -> _build_/po/zh_CN.mo [ 15/153] glib_mkenums: webhelper/src/gwh-browser.h webhelper/src/gwh-keybindings.h webhelper/src/gwh-plugin.h webhelper/src/gwh-settings.h webhelper/src/gwh-utils.h webhelper/src/gwh-enum-types.c.tpl -> webhelper/src/gwh-enum-types.c [ 16/153] glib_mkenums: webhelper/src/gwh-browser.h webhelper/src/gwh-keybindings.h webhelper/src/gwh-plugin.h webhelper/src/gwh-settings.h webhelper/src/gwh-utils.h webhelper/src/gwh-enum-types.h.tpl -> webhelper/src/gwh-enum-types.h [ 17/153] c: addons/src/ao_blanklines.c -> _build_/addons/src/ao_blanklines.c.1.o ../addons/src/ao_blanklines.c:22:25: fatal error: geanyplugin.h: No existe el fichero o el directorio compilation terminated. Waf: Leaving directory `/home/testuser/download/geany-plugins-master/_build_' Build failed -> task failed (exit status 1): {task 169698796: c ao_blanklines.c -> ao_blanklines.c.1.o} ['/usr/bin/gcc', '-DHAVE_CONFIG_H', '-fPIC', '-pthread', '-pthread', '-pthread', '-pthread', '-I/home/testuser/download/geany-plugins-master/_build_/addons/addons/src', '-I/home/testuser/download/geany-plugins-master/addons/addons/src', '-I/home/testuser/download/geany-plugins-master/_build_', '-I/usr/include/gtk-2.0', '-I/usr/lib/gtk-2.0/include', '-I/usr/include/atk-1.0', '-I/usr/include/cairo', '-I/usr/include/gdk-pixbuf-2.0', '-I/usr/include/pango-1.0', '-I/usr/include/glib-2.0', '-I/usr/lib/glib-2.0/include', '-I/usr/include/pixman-1', '-I/usr/include/freetype2', '-I/usr/include/libpng14', '-I/var/opt/include/geany', '-I/var/opt/include/geany/tagmanager', '-I/var/opt/include/geany/scintilla', '-DG_LOG_DOMAIN="Addons"', '-DGTK', '../addons/src/ao_blanklines.c', '-c', '-o', 'addons/src/ao_blanklines.c.1.o']
Are the path correct? Where did you install geany to?
Cheers, Frank