Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13857] mutt fails to compile with libidn support selected

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13857] mutt fails to compile with libidn support selected
  • Date: 27 Aug 2007 14:19:58 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13857





------- Additional Comments From gsherwood AT sourcemage.org 2007-08-27 09:19
-------
compiles fine with idn-int.h patched. I created a BUILD like:

default_build &&
cd $SOURCE_DIRECTORY &&
patch -p0 < $SCRIPT_DIRECTORY/idn-int.h.patch

and a patch file like:

--- lib/idn-int.h.org 2007-08-27 19:15:46.000000000 +0500
+++ lib/idn-int.h 2007-08-27 19:16:09.000000000 +0500
@@ -44,7 +44,7 @@
in <inttypes.h> would reinclude us, skipping our contents because
_GL_STDINT_H is defined.
The include_next requires a split double-inclusion guard. */
-# include_next <stdint.h>
+# include <stdint.h>
#endif

#if ! defined _GL_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H

and now loudmouth builds.

Any reason why not to put this in test?

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page