Re: [Deja-dup-hackers] [Deja-dup-team] how to compile after making a chnge to a .vala file?
- From: Michael Terry <mike mterry name>
- To: shahansad kollaparambath <shahansad gmail com>
- Cc: deja-dup-hackers lists launchpad net
- Subject: Re: [Deja-dup-hackers] [Deja-dup-team] how to compile after making a chnge to a .vala file?
- Date: Thu, 25 Mar 2010 13:09:06 +0000
On 25 March 2010 08:52, shahansad kollaparambath <shahansad gmail com> wrote:
> make[2]: Entering directory
> `/home/shahansad/Downloads/deja-dup-13.92/deja-dup'
> GEN vala.stamp
> error: libcommon not found in specified Vala API directories or
> GObject-Introspection GIR directories
> error: libwidgets not found in specified Vala API directories or
> GObject-Introspection GIR directories
libcommon and libwidgets are internal libraries. It sounds like the
libcommon.vapi file isn't in the common/ subdirectory? Are you
running make from the toplevel source directory? Make should be
building those libraries before it tries to build deja-dup itself.
I just tried the following and it worked for me:
bzr co lp:deja-dup
cd deja-dup
./autogen.sh
make
-mt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]