Re : Building balsa outside the sourte tree



Pawal,

It goes a bit further: I have not to copy libbalsa-marshal.list in the  
build directory but it fails later at the same point because it is  
looking for libbalsa-marshal.h in the source directory:
[...]
/home/jean-luc/cvs/balsa/libbalsa/address-book.c:29:30: libbalsa- 
marshal.h: No such file or directory
[...]

This happens because libbalsa-marshal.h pas is is hardcoded in address- 
book.c:

[...]
#include <gtk/gtkmarshal.h>

#include "address-book.h"
#include "libbalsa-marshal.h"   <------- here
[...]

--
Regards
		- Jean-Luc


Le 18.03.2004 22:08, Pawel Salek a écrit :
> 
> On 03/14/2004 05:14:46 PM, Jean-Luc Coulon (f5ibh) wrote:
>> Hello,
>> 
>> I want to build balsa outside its source tree.
>> I use the 2-0 cvs and I would like to keep my cvs copy clean.
>> My copy of the cvs is in ~/cvs/balsa
>> I want to build it in ~/balsa-build
>> 
>> I tried the following:
>> 
>> mkdir balsa-build
>> cd balsa-build
>> ../cvs/balsa/autogen.sh --prefix=/opt/balsa --with-ldap --with-gpgme  
>> --
>> with-ssl --srcdir=../cvs/balsa
>> make
> 
> For some reason, my autogen gives up in this phase...
> 
>> 
>> Everything went fine until processing libbalsa/libbalsa-marshal.list
>> The file is in ../cvs/balsa/libbalsa and make is looking for it  
>> in ./
>> libbalsa
> 
> Does attached patch help?
> patch -p0 < build-fix
> 
> Pawel

PGP signature



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