Steve,
You'll need to fix some lines in configure.in, since the libpcre in debian
does not have .pc files for pkgconfig:
# PKG_CHECK_MODULES(PCRE, libpcre >= $PCRE_REQUIRED)
PCRE_CFLAGS=$(pcre-config --cflags)
PCRE_LIBS=$(pcre-config --libs)
AC_SUBST(PCRE_CFLAGS)
AC_SUBST(PCRE_LIBS)
after you added (and fixed the first with a comment) these lines, rerun
`autoconf`, and `./configure`.
You'll also need to add a line to pan/gui/url.cc, to fix a compile error:
#include <glib.h>
After that, all should compile correctly.
John
On Sun, 2 Apr 2006, Steven Adeff wrote:
On 4/2/06, Charles Kerr <[EMAIL PROTECTED]> wrote:
Pan 0.90, the first beta of a rewrite of Pan in C++, has been released.
It adds multiserver and nzb support, reduces memory use by over 66%, cuts
the time to download new headers over 66%, and slashes the time it takes
to load headers from disk by almost 90%. For more information, see
http://pan.rebelbase.com/.
If anyone would like to contribute RPMs for the major distros, please send
me or Chris mail at [EMAIL PROTECTED] Thanks!
cheers,
Charles
Great news Charles,
one issue I'm having, libpcre 6.4 is not being found by the configure
script for my Debian install, I've even tried setting
PCRE_LIBS=/usr/lib with no luck.
Thanks
--
Steve
_______________________________________________
Pan-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-devel
_______________________________________________
Pan-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-devel