Re: ANNOUNCE: Verve 0.1.0 - A panel command line plugin
Daichi Kawahata <[email protected]>
| Newsgroups | gmane.comp.desktop.xfce.goodies.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 11 Feb 2006 23:50:04 +0900 Daichi Kawahata wrote: > > Verve causes segfault against the xfce4-panel 4.3.28 > > No, it was a bus error actually on IRIX 6.5 (big endian) > by verve-plugin 0.1.0 (rev. 1030). Oh yeah, PACKAGE_LOCALE_DIR isn't defined. How about this patch? seems there's an extra slash as well. Hmm, but still bus error there. Nacht, -- Daichi Language Codes: http://www.w3.org/WAI/ER/IG/ert/iso639.htm Country Codes: http://www.ics.uci.edu/pub/ietf/http/related/iso3166.txt
Makefile.am.patch
(text/plain, 530 B)
Index: Makefile.am =================================================================== --- Makefile.am (revision 1030) +++ Makefile.am (working copy) @@ -1,6 +1,6 @@ # $Id$ -plugindir = $(libdir)/xfce4/panel-plugins/ +plugindir = $(libdir)/xfce4/panel-plugins plugin_LTLIBRARIES = \ libverveplugin.la @@ -22,6 +22,7 @@ ../verve/verve-env.h libverveplugin_la_CFLAGS = \ + -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \ @LIBEXO_CFLAGS@ \ @LIBXFCE4PANEL_CFLAGS@ \ @LIBXFCE4UTIL_CFLAGS@ \