logo       

building 486 fails: USER_SOCKET: msg#00035

mail.mutt.mutt-ng.user

Subject: building 486 fails: USER_SOCKET

building of the lates revision as of $now fails with the following
error message:

mutt-ng/trunk/imap/imap.c:215: undefined reference to `mutt_progress_bar'
imap/libimap.a(message.o)(.text+0xf22): In function `imap_fetch_message':
mutt-ng/trunk/imap/message.c:401: undefined reference to `mutt_progress_bar'
imap/libimap.a(message.o)(.text+0x1175): In function `imap_append_message':
mutt-ng/trunk/imap/message.c:530: undefined reference to `mutt_progress_bar'
imap/libimap.a(message.o)(.text+0x137f):mutt-ng/trunk/imap/message.c:570:
undefined reference to `mutt_progress_bar'
collect2: ld returned 1 exit status
make[2]: *** [muttng] Error 1

a simple typo is the reason for that:

--- curs_lib.c.orig 2005-09-08 19:56:38.443207424 +0200
+++ curs_lib.c 2005-09-08 19:56:41.528738352 +0200
@@ -310,7 +310,7 @@
set_option (OPTMSGERR);
}

-#ifdef USER_SOCKET
+#ifdef USE_SOCKET
void mutt_progress_bar (progress_t* progress, long pos) {
char posstr[SHORT_STRING];


cheers,
-p.schober

--
peter.schober@xxxxxxxxxxxx - vienna university computer center
Universitaetsstrasse 7, A-1010 Wien, Austria/Europe
Tel. +43-1-4277-14155, Fax. +43-1-4277-9140



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise