Re: 2.2.6 build problem - libbalsa_address_entry_show_matches
- From: Pawel Salek <pawsa theochem kth se>
- To: balsa-list gnome org
- Subject: Re: 2.2.6 build problem - libbalsa_address_entry_show_matches
- Date: Thu, 28 Apr 2005 21:55:02 +0000
On 04/28/2005 11:47:00 PM, Jerry L. wrote:
Hello,
I have Balsa 2.2.5 built from source (SuSE 9.1) and working fine. I
desired to build 2.2.6 to get the the reply-dont-include-me update; I
thought this should be easy with a minor revision change.
[snip]
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld:
warning: libpopt.so.1, needed by
/opt/gnome/lib/libgnomeprintui-2-2.so, may conflict with libpopt.so.0
sendmsg-window.o(.text+0x4e22): In function `reflow_selected_cb':
/home/me/balsa-2.2.6/src/sendmsg-window.c:4540: undefined reference
to `libbalsa_address_entry_show_matches'
Ooops, it seems it has not been tested with gtk2 older than 2.4.0. Try
adding following function as a stop gap to eg. libbalsa/address-entry.c
or src/sendmsg-window.c
--- cut here -----
gboolean libbalsa_address_entry_show_matches(GtkEntry * address_entry)
{ return FALSE /* or TRUE */; }
---- cut here ----
Please report whether it works as expected.
Pawel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]