azynheira / mu0

Automatically exported from code.google.com/p/mu0
0 stars 0 forks source link

Failure to make mu4e.info #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download current git version
2. > autoreconf -i
3. > ./configure
4. > make

/cygdrive/d/Apps/mu/emacs//mu4e.texi:207: Cross reference to nonexistent node 
`GMail configuration' (perhaps incorrect sectioning?).
makeinfo: Removing output file `mu4e.info' due to errors; use --force to 
preserve.
Makefile:365: recipe for target `mu4e.info' failed

What version of the product are you using? On what operating system?

OS : Windows XP 32-bit

Please provide any additional information below.

I was able to resolve the issue by changing line 207 of mu4e.texi.

--- a/emacs/mu4e.texi
+++ b/emacs/mu4e.texi
@@ -204,7 +204,7 @@ using a local mail-server (such as @emph{Postfix} or 
@t{qmail}), you can teach
 them to deliver into a maildir as well, maybe in combination with
 @t{procmail}. A bit of googling should be able to provide you with the
 details; also there is full example of setting @t{mu4e} up with
-@t{offlineimap} and GMail; @pxref{GMail configuration}.
+@t{offlineimap} and GMail; @pxref{Gmail configuration}.

With this I was able to build mu successfully (after finding all the 
appropriate libraries for cygwin)

Original issue reported on code.google.com by jonathan...@gmail.com on 3 May 2012 at 3:14

GoogleCodeExporter commented 8 years ago
This is fixed now, thanks.

Original comment by digg...@gmail.com on 4 May 2012 at 4:18