Re: Setting up the Anjuta IDE for gnote



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I'm new to gnome development. I'm trying to build gnote using
Anjuta IDE. I got the code from git repository and imported it to
Anjuta and used 'autotools backend' as project backend. I built the
project using default settings and it went fine. But I get the
error '(lt-gnote:25103): GLib-GIO-ERROR **: Settings schema
'org.gnome.gnote' does not contain a key named 'enable-url-links'

'when I try to execute the project. I used the /src/gnote as the
programme to execute.

Looks like you haven't installed gnote using 'make install'.
You have (had) older version of Gnote installed and 'enable-url-links'
key is not present in you settings. After you install Gnote using
'make install' (don't forget to uninstall the package first, if you
haven't yet), you'll be able to run from src directory.


I was able to build the project using the commandline without any 
problem.(built it using ./autogen.sh and make, then run it using 
/src/gnote).

Have you passed any arguments to autogen.sh ?
In my setup I use (--libdir because I'm on x86_64 system):
./autogen.sh --prefix=/usr --libdir=/usr/lib64 --enable-debug


Can some one help me in setting up the project using Anjuta. Are
there any arguments that needed to be set before executing?

Looks like install is the only thing you're really missing.
Note, that if you change arguments to autogen.sh, you should do a
clean build ('make clean' then 'make'), as some paths are compiled
into Gnote.

If you run into any more issues, feel free to ask.

- -- 
Aurimas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJStu/+AAoJECtTeRAzEaLPbWoH/2M+HimApaxPJsUEtlQasMZf
ZFEVx10FSWqqrpojPZAvwE00akVZvuw3UkOOX48TgCLO3DSUmDL45w5lYw6YLrSf
LzMrCNn0iPMdlmrNR9Zm+PamQhhu6qkcgYEXf7ydNwrxpfxQ6h5shnBLltt9/klQ
HKaqJu7DO88ZLA6m1F0iKOwLHeMmMeE5WjIa4y/Qm3/eXtmKz4cwj+cG3aVQixU4
lnftRv5uFnR1fbawd/gHP0bAbCGxyM5OK8Ae1+2ikQppsRPtHwF81tUCYIYEiTpX
34u1fTf/kA94ZASBLMviWE3eWSipWD9RIcUrjeDLrG2aL6rPXvW1YjnsVOp10rA=
=vF7j
-----END PGP SIGNATURE-----


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