It worked!!
Thank you very much for the support

On Wed, Jul 3, 2013 at 12:11 AM, Adam Dingle <[email protected]> wrote:

> Hm.  I'd suggest starting again from a clean tree.  In other words:
>
> - If you cloned the Gnote sources using git, run 'git clean -fxd'
> (warning: this will clobber any files you've added or changed) and then run
> './autogen.sh' and 'make'.
>
> - If you downloaded a tarball, I'd unpack the tarball into a fresh
> directory, then run './configure' and 'make' there.
>
> Does this help, or lead to the same error message?
>
> adam
>
>
> On Tue, Jul 2, 2013 at 1:26 PM, Chamila Adhikarinayake <[email protected]>
> wrote:
>
> Hi again,
>
> Thanks for the previous suggestion.  After installing the libraries it
> worked. But now i got another error. (I'm trying to build gnote)
>
>
> autoreconf --install
>
> :
> ./configure::
> config.status: creating src/dbus/Makefile
> config.status: error: cannot find input file: `po/Makefile.in.in'
>
> Am i doing something wrong? (I'm new to autotools)
>
>
>
> On Tue, Jul 2, 2013 at 6:45 PM, Adam Dingle <[email protected]> wrote:
>
>> Chamila,
>>
>> if you're just trying to build Gnote, it's probably easiest to just build
>> directly from source rather than using jhbuild (though that is also
>> possible).
>>
>> For the build to work, you'll need to install various libraries which
>> Gnote needs.  (The Boost unit test library which was not found above is one
>> of these.)  On Ubuntu, the easiest way to install these libraries is like
>> this:
>>
>> $ sudo apt-get build-dep gnote
>>
>> If you do that, I think your build should work.  If you're still having
>> trouble, just let us know.  cheers -
>>
>> adam
>>
>>
>> On Tue, Jul 2, 2013 at 8:46 AM, Chamila Adhikarinayake <
>> [email protected]> wrote:
>>
>>> Hi,
>>> I'm new to gnome and I'm trying to building Gnote.
>>> My question has two parts
>>>
>>> 1. can i build gnote using jhbuild (i tried but got jhbuild build: A
>>> module called ''gnote'' could not be found.
>>> ).
>>>
>>> 2. i tried to build from the source and i got following errors. please
>>> help
>>>
>>> ./configure::
>>> checking boost/format.hpp presence... yes
>>> checking for boost/format.hpp... yes
>>> checking for the toolset name used by Boost for g++... configure: WARNING: 
>>> could not figure out which toolset name to use for g++
>>>
>>> checking boost/test/unit_test.hpp usability... yes
>>> checking boost/test/unit_test.hpp presence... yes
>>> checking for boost/test/unit_test.hpp... yes
>>> checking for the Boost unit_test_framework library... no
>>> configure: error: cannot find the flags to link with Boost 
>>> unit_test_framework
>>>
>>> I'm using ubuntu 13.04.
>>> thanks in advance
>>>
>>> _______________________________________________
>>> gnome-love mailing list
>>> [email protected]
>>> https://mail.gnome.org/mailman/listinfo/gnome-love
>>>
>>>
>>
>
>
>
>
_______________________________________________
gnome-love mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gnome-love

Reply via email to