[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Pan-devel] Pan update
From: |
DPA_Lists |
Subject: |
RE: [Pan-devel] Pan update |
Date: |
Wed, 26 Jan 2005 10:52:46 -0500 |
User-agent: |
Mozilla Thunderbird 1.0RC1 (X11/20041201) |
K. Haley,
I am not sure if you are looking for feedback or testing on this yet but
I went ahead and tried to compile your latest snapshot and it seems to
fail:
This is the output of autogen.sh:
address@hidden:~/pan $ sudo ./autogen.sh
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.59
checking for automake >= 1.4...
testing automake-1.4... found 1.4
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.4.7
checking for intltool >= 0.27.2...
testing intltoolize... found 0.31.1
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.15.0
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.
Processing ./configure.in
Running aclocal-1.4...
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
Running intltoolize...
patching file po/Makefile.in.in
Running autoheader...
configure.in:210: warning: AC_CANONICAL_HOST invoked multiple times
Running automake-1.4...
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./missing'
automake: configure.in: installing `./config.guess'
automake: configure.in: installing `./config.sub'
tests/Makefile.am:18: invalid unused variable name: `article_SOURCES'
tests/Makefile.am:24: invalid unused variable name: `newsrc_SOURCES'
tests/Makefile.am:32: invalid unused variable name: `mid_SOURCES'
tests/Makefile.am:38: invalid unused variable name: `filter_SOURCES'
tests/Makefile.am:16: invalid unused variable name: `message_check_SOURCES'
tests/Makefile.am:36: invalid unused variable name: `decode_SOURCES'
tests/Makefile.am:28: invalid unused variable name: `thread_SOURCES'
The CVS snapshot seems to compile ok so am I missing a dependency?
BTW, great work so far on db backend! It is something greatly needed!
Thanks
address@hidden wrote:
I've put up a new snapshot, the link and list changes in the various
versions can be found at http://www.zianet.com/lost-coder/technoblog .
Here's the short version:
pan/base compiles
tests compiles
make check ,though incomplete, passes
new server test checks adding, altering & removing a server from the db
auto-import test (not meant for CVS) works. It times the import of old
data, & outputs read/total messages in folders & subscribed groups. It
currently test some group & vserver code.
Have a nice day.