Team I am getting compile errors for the mailutils package under cygwin. I am using cygwin 1.7.5 I have found a reoccurring error in the config.log. While its reoccurring I don't think its related to the compile errors. I I have included it below The fatal error is in the addr.cc file as shown below When I compile usig the --disable-cxx option the compile works but I don't get mail when involjkng the mail binary. is there a spool directory that needs created? Some other setup needed? Any help is appreciated Thanks! -Rob ## --------- ## ## Platform. ## ## --------- ## hostname = lkvn108 uname -m = i686 uname -r = 1.7.5(0.225/5/3) uname -s = CYGWIN_NT-5.1 uname -v = 2010-04-12 19:07 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown config.log error msage conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4916: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU Mailutils" | #define PACKAGE_TARNAME "mailutils" | #define PACKAGE_VERSION "2.1" | #define PACKAGE_STRING "GNU Mailutils 2.1" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "mailutils" | #define VERSION "2.1" | /* end confdefs.h. */ | #include <ac_nonexistent.h> Actual compile errors *** Warning: This system can not link to static lib archive ../mailbox/libmailutils.la. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries This is the fatal error: Making all in cpp make[3]: Entering directory `/downloads/mail/mailutils-2.1/examples/cpp' g++ -g -O2 -DSYSCONFDIR=\"/usr/local/etc\" addr.cc -o addr addr.cc:23:37: error: mailutils/cpp/mailutils.h: No such file or directory addr.cc:26: error: ‘mailutils’ is not a namespace-name addr.cc:26: error: expected namespace-name before ‘;’ token addr.cc: In function ‘int parse(const char*)’: addr.cc:31: error: ‘set_user_email_domain’ was not declared in this scope addr.cc:34: error: ‘Address’ was not declared in this scope addr.cc:34: error: expected `;' before ‘address’ addr.cc:35: error: ‘address’ was not declared in this scope addr.cc:57: error: expected type-specifier before ‘Exception’ addr.cc:57: error: expected `)' before ‘&’ token addr.cc:57: error: expected `{' before ‘&’ token addr.cc:57: error: ‘e’ was not declared in this scope addr.cc:57: error: expected `;' before ‘)’ token make[3]: *** [addr] Error 1 make[3]: Leaving directory `/downloads/mail/mailutils-2.1/examples/cpp' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/downloads/mail/mailutils-2.1/examples' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/downloads/mail/mailutils-2.1' make: *** [all] Error 2 _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
