ANNOUNCE: Verve 0.1.0 - A panel command line plugin

Alexander Toresson alexander.toresson at gmail.com
Tue Feb 7 21:43:32 CET 2006


On 2/7/06, Jannis <jannis at xfce.org> wrote:
> Benedikt Meurer schrieb:
>
> >Jannis wrote:
> >
> >
> >>>i don't have xfce4-panel*.pc in my system (updatedb && locate .pc | grep
> >>>pkconfig), did a svn update on xfce4-panel, but the source tree does not
> >>>provide this file (find -name *.pc).
> >>>
> >>>any ideas?
> >>>
> >>>
> >>Well, it shouldn't be xfce4-panel*.pc but libxfce4panel-1.0.pc.
> >>
> >>
> >
> >Your configure file contains XFCE_PANEL_PLUGIN(), which checks for the
> >4.2.x panel (-> xfce4-panel-1.0.pc). You should remove that line from
> >your configure file.
> >
> >
> Ok, bugfix release out on
> https://developer.berlios.de/project/showfiles.php?group_id=910
>
> - Jannis
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce
> http://www.xfce.org
>

When compiling verve, I got the following error:

../verve/verve.c:26:18: error: pcre.h: No such file or directory
../verve/verve.c: In function '_verve_is_url':
../verve/verve.c:154: error: 'pcre' undeclared (first use in this function)
../verve/verve.c:154: error: (Each undeclared identifier is reported only once
../verve/verve.c:154: error: for each function it appears in.)
../verve/verve.c:154: error: 'pattern' undeclared (first use in this function)
../verve/verve.c: In function '_verve_is_email':
../verve/verve.c:190: error: 'pcre' undeclared (first use in this function)
../verve/verve.c:190: error: 'pattern' undeclared (first use in this function)

When I took a closer look at the output of the ./configure, I found
the following:

checking for pcre_compile in -lpcre... no
./configure: line 23126: -lm: command not found

But the script did not fail, and it incorrectly created makefiles.

I also found another problem. If I did not have the
libstartup-notification dev package installed, and the configure
script thus correctly detected that I did not have it, make failed
with the following error:

/bin/sed: can't read /usr/lib/libstartup-notification-1.la: No such
file or directory
libtool: link: `/usr/lib/libstartup-notification-1.la' is not a valid
libtool archive

Also, the width setting doesn't seem to work, it doesn't affect the
width of the textedit.

Other than that, I like it :)

I'm using 0.1.1, btw.

Regards, Alexander Toresson



More information about the Xfce mailing list