Dear all I'm trying to build plugins r2050 against Geany r5734. Geany configured and compiled fine. The plugins fail on configure:
"checking for VTE... configure: error: Package requirements (vte >= 0.24) were not met:
Requested 'vte >= 0.24' but version of vte is 0.23.5"
Is there a reason for the deps mismatch? Otherwise, how can I work around? Regards Liviu
On 04/23/11 13:45, Liviu Andronic wrote:
Dear all I'm trying to build plugins r2050 against Geany r5734. Geany configured and compiled fine. The plugins fail on configure:
"checking for VTE... configure: error: Package requirements (vte>= 0.24) were not met:
Requested 'vte>= 0.24' but version of vte is 0.23.5"
Is there a reason for the deps mismatch? Otherwise, how can I work around? Regards Liviu
You can either upgrade your libvte using your package manager or from source here[1] or you can disable the plugin that requires it (Debugger?) using the configure script (see ./configure --help).
[1] http://ftp.gnome.org/pub/GNOME/sources/vte/
Cheers, Matthew Brush
On Sun, Apr 24, 2011 at 12:27 AM, Matthew Brush mbrush@codebrainz.ca wrote:
You can either upgrade your libvte using your package manager or from source here[1] or you can disable the plugin that requires it (Debugger?) using the configure script (see ./configure --help).
This worked: ./configure --disable-debugger
Thanks Liviu
[1] http://ftp.gnome.org/pub/GNOME/sources/vte/
Cheers, Matthew Brush _______________________________________________ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
Le 23/04/2011 22:45, Liviu Andronic a écrit :
Dear all I'm trying to build plugins r2050 against Geany r5734. Geany configured and compiled fine. The plugins fail on configure:
"checking for VTE... configure: error: Package requirements (vte >= 0.24) were not met:
Requested 'vte >= 0.24' but version of vte is 0.23.5"
Is there a reason for the deps mismatch? Otherwise, how can I work around? Regards
Thanks for pointing this out, it should be fixed in SVN now. The plugin should now be properly disabled automatically if one of its dependencies is missing.
Cheers, Colomban
On Sun, Apr 24, 2011 at 3:51 PM, Colomban Wendling lists.ban@herbesfolles.org wrote:
Thanks for pointing this out, it should be fixed in SVN now. The plugin should now be properly disabled automatically if one of its dependencies is missing.
Yes, configure works better in r2053. Regards Liviu
Cheers, Colomban _______________________________________________ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel