Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Pallavi Kandhare
Hi David, I again tried re-doing the entire procedure and the output is as follows: [sbox-FREMANTLE_X86: ~] apt-get update Ign http://repository.maemo.org fremantle/sdk Release.gpg Ign http://repository.maemo.org fremantle/tools Release.gpg Ign http://repository.maemo.org

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Nicolai Hess
2010/5/19 Pallavi Kandhare pallavi.kandh...@yahoo.com Hi David, I again tried re-doing the entire procedure and the output is as follows: [sbox-FREMANTLE_X86: ~] apt-get update Ign http://repository.maemo.org fremantle/sdk Release.gpg Ign http://repository.maemo.org fremantle/tools

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Faheem Pervez
Just to clear, you are doing: AC_SUBST([LIBOSSO_CFLAGS]) AC_SUBST([LIBOSSO_LIBS]), right? Best regards. P.S. Sorry for the horrible formatting. IE and Gmail do not go well with each other. On Tue, May 18, 2010 at 12:37 PM, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: I want to

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Dave Neary
Hi Pallavi, Pallavi Kandhare wrote: [sbox-FREMANTLE_X86: ~] fakeroot apt-get install libosso-abook-dev Reading package lists... Done Building dependency tree... Done libosso-abook-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. A tip for

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread David King
On 2010-05-19 10:30, Faheem Pervez tripp...@gmail.com wrote: Just to clear, you are doing: AC_SUBST([LIBOSSO_CFLAGS]) AC_SUBST([LIBOSSO_LIBS]), right? This is unnecessary as PKG_CHECK_MODULES already does the substitution. On Tue, May 18, 2010 at 12:37 PM, Pallavi Kandhare

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread David King
On 2010-05-19 01:48, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: Hi David, I again tried re-doing the entire procedure and the output is as follows: [sbox-FREMANTLE_X86: ~] fakeroot apt-get install libosso-abook-dev Reading package lists... Done Building dependency tree... Done

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Faheem Pervez
Thanks. 'Twas unaware of that. Ah, well, thanks for saving me a few lines in future configure.acs that I write. Best regards, Faheem On Wed, May 19, 2010 at 10:49 AM, David King dav...@openismus.com wrote: On 2010-05-19 10:30, Faheem Pervez tripp...@gmail.com wrote: Just to clear, you are

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread Pallavi Kandhare
Hello, Using libosso-abook-1.0 instead of osso-addressbook-1.0 did solve my problem. Thanks for the help. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Using libosso-abook getting package requirement error

2010-05-18 Thread Pallavi Kandhare
I want to display all contacts from phone. For that I am using libosso-abook. I am adding following lines to configure.ac   PKG_CHECK_MODULES(libosso, osso-addressbook-1.0)   and to Makefile.am : myproj_LDADD = \ $(LIBOSSO_LIBS)   But i get foll error: Package requirements

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
On 2010-05-18 04:37, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: I want to display all contacts from phone. For that I am using libosso-abook. I am adding following lines to configure.ac   PKG_CHECK_MODULES(libosso, osso-addressbook-1.0)   and to Makefile.am : myproj_LDADD = \

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
On 2010-05-18 04:47, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: No i dont have it installed. I had a look at this site: http://62.61.85.167/platform/docs/howtos/howto_using_abook.html#basics   and they said to follow this link : Using Nokia binaries in rootstrap   But this link is not

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread Pallavi Kandhare
Hi David, All these steps we had done at the time of installation. When i give foll command at prompt the output is as follows:   pall...@pallavi-desktop:/scratchbox$ apt-get update E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock the list

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
On 2010-05-18 05:35, Pallavi Kandhare pallavi.kandh...@yahoo.com wrote: All these steps we had done at the time of installation. When i give foll command at prompt the output is as follows:   pall...@pallavi-desktop:/scratchbox$ apt-get update E: Could not open lock file /var/lib/apt/lists/lock