Re: balsa cvs compile



On 01/18/2004 05:47:42 PM, Mpiktas wrote:
> (snip)
>  This did not work. I figured out that this is because I am using gmime   
> version  2.0.x (as it is latest in Debian Sid) and there is no function   
> g_mime_utils_header_decode_text, it appears only in version 2.1.x.   
> Someone  previously complained about it in the list, and the answer was  
> that the  patch  was forthcomming. Are there plans to incorporate such  
> patch or not? If  I install gmime-2.1 in /usr/local or somewhere else  
> will autogen.sh  find it and use it instead of gmime-2.0?

try following:

tar xzf balsa-2.1.0.tar.gz
cd balsa-2.1.0
tar xzf gmime-2.1.1.tar.gz


dir=`pwd`; cd gmime-2.1.1 &&
 ./configure --prefix=`pwd` --disable-shared && make install; cd $dir

PKG_CONFIG_PATH="gmime-2.1.1:$PKG_CONFIG_PATH" ./configure

That's what is being done when an rpm is built (see balsa.spec file).  
Gmime is then linked statically.

-pawel




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