[EMAIL PROTECTED] build]$ ../configure
loading cache ./config.cache
*** Configuring Mahogany for linux-gnu ***
checking for debugging... (cached) no
checking for optimization... (cached) yes
checking for profiling... (cached) no
checking for strict compiler options... (cached) no
checking for i18n support... (cached) yes
checking for Python scripting... (cached) yes
checking for DSPAM spam filter... (cached) yes
checking for whether we should use SWIG... (cached) yes
checking for special dial-up support... (cached) yes
checking for experimental code... (cached) no
checking for multi-threading... (cached) no
checking for Palm Pilot support... (cached) no
checking for c-client OS type... (cached) slx
checking for modules... (cached) dynamic
checking for SSL support... (cached) yes
checking for install location... (cached) /usr/local
checking host system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for strerror in -lcposix... (cached) no
checking whether gcc and cc understand -c and -o together... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking whether c++ accepts -fno-exceptions... (cached) yes
checking whether c++ accepts -fno-rtti... (cached) yes
checking if c++ supports logical operator names... (cached) yes
checking if c++ can redefine logical operator names... (cached) no
checking if logical operator names can be disabled... (cached) -fno-operator-names
checking if disabling the logical operator names is buggy... (cached) no
checking for ranlib... (cached) ranlib
checking for m4... (cached) /usr/bin/m4
checking for byacc... (cached) byacc
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for variable length prototypes and stdarg.h... (cached) yes
checking for bad exec* prototypes... (cached) yes
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for strsep... (cached) yes
checking for ssl.h... (cached) yes (in /usr/include/openssl)
checking for main in -lcrypto... (cached) yes (in standard location)
checking for main in -lssl... (cached) yes (in standard location)
checking for socket... (cached) yes
checking for gethostname... (cached) yes
checking for gethostbyname... (cached) yes
checking for main in -ldl... (cached) yes
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
checking for main in -lshadow... (cached) no
checking for res_query... (cached) no
checking for res_query in -lresolv... (cached) yes
checking for Python.h (2.3)... (cached) no
checking for Python.h (2.2)... (cached) no
checking for Python.h (2.1)... (cached) no
checking for Python.h (2.0)... (cached) no
checking for Python.h (1.5)... (cached) no
configure: warning: Mahogany will be built without embedded Python interpreter
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... (cached) /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for wx-config... (cached) /usr/local/bin/wx-config
checking for wxWindows version >= 2.5.2... yes (version 2.5.2)
checking for pam_end in -lpam... (cached) no
checking for sqlite.h... (cached) yes
checking for main in -lsqlite... (cached) yes
checking for perl... (cached) /usr/bin/perl
checking for latex... (cached) /usr/bin/latex
checking for makeindex... (cached) /usr/bin/makeindex
checking for dvips... (cached) /usr/bin/dvips
checking for ps2pdf... (cached) /usr/bin/ps2pdf
checking for latex2html... (cached) /usr/bin/latex2html
creating ./config.status
creating makeopts
creating include/config.h
include/config.h is unchanged
linking Makefile
linking include/Makefile
linking lib/Makefile
linking lib/imap/Makefile.M
linking lib/compface/Makefile.M
linking lib/dspam/Makefile.M
linking extra/Makefile
linking extra/install/Makefile
linking extra/install/scripts/Makefile
linking src/Makefile
linking locale/Makefile
linking doc/Makefile
linking doc/HtmlHlp/Makefile
linking doc/doxygen/Makefile
linking res/Makefile
Configured Mahogany 0.66.0 for i686-pc-linux-gnu.
wxWindows port used: gtk 2.5.2
Debug mode: no
SSL support: yes
Modules support: dynamic
Embedded Python: none
DSPAM spam filtering: yes
Please look at config.log for more details.
[EMAIL PROTECTED] build]$ make
make[1]: Entering directory `/home/markl/projects/M/build/include'
make[1]: Leaving directory `/home/markl/projects/M/build/include'
make[1]: Entering directory `/home/markl/projects/M/build/lib'
set -e; for i in compface dspam imap; do make -C $i -f Makefile.M all; done
make[2]: Entering directory `/home/markl/projects/M/build/lib/compface'
make[2]: Leaving directory `/home/markl/projects/M/build/lib/compface'
make[2]: Entering directory `/home/markl/projects/M/build/lib/dspam'
gcc -o libdspam.o -c -I/home/markl/projects/M/build/include
-I/home/markl/projects/M/include -DNO_IDEA -DNO_DSA -DOPENSSL_NO_KRB5
-I/usr/local/lib/wx/include/gtk-ansi-release-static-2.5 -I/usr/local/include/wx-2.5
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/home/markl/projects/M/build/lib/imap/c-client -I/home/markl/projects/M/lib/compface
-I/home/markl/projects/M/src/wx/vcard -DHAVE_CONFIG_H -DDSPAM_HOME_NO_DATA -I. -I.src
-I/home/markl/projects/M/build/include -I/home/markl/projects/M/include -DNO_IDEA
-DNO_DSA -DOPENSSL_NO_KRB5 -I/usr/local/lib/wx/include/gtk-ansi-release-static-2.5
-I/usr/local/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -I/home/markl/projects/M/build/lib/imap/c-client
-I/home/markl/projects/M/lib/compface -I/home/markl/projects/M/src/wx/vcard
-DHAVE_CONFIG_H -DDSPAM_HOME_NO_DATA -I. -I.src -O2 -Wall -MMD -O2 -Wall -MMD
.src/libdspam.c
In file included from .src/libdspam.c:51:
.src/config.h:34:9: warning: #warning CONFIG_DEFAULT is not defined by
configure/Makefile
.src/config.h:35:9: warning: #warning Fallback to hardcoded defaults
In file included from .src/libdspam.h:31,
from .src/libdspam.c:53:
.src/util.h:90: error: parse error before "__extension__"
.src/libdspam.c: In function `_ds_operate':
.src/libdspam.c:1169: error: `DSF_UNLEARN' undeclared (first use in this function)
.src/libdspam.c:1169: error: (Each undeclared identifier is reported only once
.src/libdspam.c:1169: error: for each function it appears in.)
.src/libdspam.c:1171: error: structure has no member named `learned'
.src/libdspam.c:1196: error: structure has no member named `learned'
.src/libdspam.c: In function `_ds_process_signature':
.src/libdspam.c:1373: error: `DSF_UNLEARN' undeclared (first use in this function)
.src/libdspam.c:1374: error: structure has no member named `learned'
make[2]: *** [libdspam.o] Error 1
make[2]: Leaving directory `/home/markl/projects/M/build/lib/dspam'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/markl/projects/M/build/lib'
make: *** [all] Error 2
[EMAIL PROTECTED] build]$
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers