Re: cvs compile error




On 2001.10.02 22:16 brokkolo wrote:
>  i cant get cvs balsa to build:
>  [..]
>  /home/cvs/balsa/src/sendmsg-window.c:1561: undefined reference to
>  `libbalsa_address_get_mailbox'
>  /home/cvs/balsa/src/sendmsg-window.c:1580: undefined reference to
>  `libbalsa_address_get_mailbox'

Patch enclosed. Thanks for the report.

/Pawel
Index: libbalsa/address.c
===================================================================
RCS file: /cvs/gnome/balsa/libbalsa/address.c,v
retrieving revision 1.13
diff -u -r1.13 address.c
--- libbalsa/address.c	2001/09/26 16:29:13	1.13
+++ libbalsa/address.c	2001/10/02 20:24:30
@@ -318,6 +318,7 @@
     return address->full_name;
 }
 
+#endif
 /* Extract the nth RFC 821/RFC 822 mailbox from the address. */
 const gchar *
 libbalsa_address_get_mailbox(LibBalsaAddress * address, gint n)
@@ -330,6 +331,4 @@
     g_return_val_if_fail(nth_address != NULL, NULL);
     return (gchar*)nth_address->data;
 }
-
-#endif
 


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