bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-mailutils] Version 2.1


From: dhenman
Subject: [bug-mailutils] Version 2.1
Date: Wed, 14 Jul 2010 12:48:46 +0900

I have verified that Gnu Mailutilities, version 2.0 configures and builds 
successfully on cygwin 1.7.5.

I have also verified that Mailutilies, version 2.1 will not build successfully 
on the same platform.

The below line sticks out like a sore thumb.
"addr.cc:23:37: error: mailutils/cpp/mailutils.h: No such file or directory "
"addr.cc:26: error: 'mailutils' is not a namespace-name                     "

The number of changes made in the directory $TOPSRC/examples/cpp appears to be 
signifciant, or at list diff produces a lot of output for the directory diff of 
about 1,7xx lines.

However, it seems reasonable that this just be an environmental problem.

Have any of you really tested building from a tarball in a virgin environment?
By virgin I mean, that one does not already have any mailutils include files or 
directories, in normal include directory locations, such as /usr/include, etc.

It has been verifed to be a problem of other people using cygwin for versin 
2.10.
I am still pecking away to solve this problem, but any assistance or ideas 
would be
very welcome.  

Regards,
   darel henman


---- relevant part of error message from make output
..
Making all in examples
make[2]: Entering directory `/usr/src/mailutils/mailutils-2.1/examples'
Making all in config
make[3]: Entering directory `/usr/src/mailutils/mailutils-2.1/examples/config'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/mailutils/mailutils-2.1/examples/config'
Making all in cpp
make[3]: Entering directory `/usr/src/mailutils/mailutils-2.1/examples/cpp'
/usr/local/bin/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]