Re: Simple GL application fails to start

2010-05-19 Thread Aapo Rantalainen
And/or can someone compil the code for me to check if it runs with my phone? http://wiki.maemo.org/User:Javispedro/SDL-GLES gles2 compiles without warnings gles2 works on N900, no any warnings gles1 compiles without warnings gles1 works on N900, no any warnings Finally, there is two

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: Stats at Maemo repository

2010-05-19 Thread Ram Kurvakat
Hi Adrian, have you looked here(http://repository.maemo.org/extras/dists/fremantle/install/) to see the packages ( apps + libs ) ? The numbers there seem to be slightly lesser than the numbers you originally posted for extras-free. So just wanted to check with you how you get those numbers,

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: Proposed reorganization of documentation bug reporting

2010-05-19 Thread Jarmo.Tikka
Hi again, -Original Message- From: Tikka Jarmo (Nokia-D/Helsinki) Sent: 18 May, 2010 15:01 I need to stop replying to my own emails soon but those UI Guides disappeared again :). We continue investigating which server in our cluster has not deployed those UI guides properly.

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

Re: Getting the siz of the Memory Card

2010-05-19 Thread Kaj-Michael Lang
On Tue, 2010-05-18 at 15:44 +0530, sandeep kodimela wrote: Hi all, I'm just trying to find out the size of the memory card,and the amount used and the amount free.Can anyone suggest me with the API for the same. You should be able to use statvfs or fstatvfs (see man statvfs). -- Kaj-Michael

Re: show existing StackableWindow second time

2010-05-19 Thread Alberto Garcia
On Tue, Feb 16, 2010 at 02:18:26PM +0200, Max Usachev wrote: You need to connect to the delete-event of the subwindow and invoke hide() in there to hide the window. Your delete callback must return True to signalize that the windows is not to be destroyed. See also

Re: How to resize HildonPannableArea child widgets

2010-05-19 Thread Alberto Garcia
On Mon, Mar 01, 2010 at 05:57:45PM +0100, Luca Donaggio wrote: Which is the best way to resize widgets inside a PannableArea? I'm writing a callback function to be called when the device orientation changes and I noticed that PannableAreas retain their former width, so widgets inside aren't