[email protected] ha escrit:

> 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                     "

Looks like MU_LIB_COMMON_INCLUDES was not expanded in
examples/cpp/Makefile.  Please, check it.

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

Yes, exactly.

> Have any of you really tested building from a tarball in a virgin
> environment?

Sure. It has always worked for me. But I run it on GNU/Linux, not on Cygwin.

> I am still pecking away to solve this problem, but any assistance or ideas 
> would be
> very welcome.  

First of all, try grep ^MU_LIB_COMMON_INCLUDES examples/cpp/Makefile and
grep ^INCLUDES examples/cpp/Makefile. Both must contain
-I${top_srcdir}/include and -I${top_builddir}/include.

Regards,
Sergey

_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to