Do we read the same books?

2007-11-11 Thread pradeep MN
I just joined Shelfari to connect with other book lovers. Come see the books I 
love and see if we have any in common. Then pick my next book so I can keep on 
reading.

Click below to join my group of friends on Shelfari!

http://www.shelfari.com/Register.aspx?ActivityId=43817752InvitationCode=befec53b-1e84-4f22-887e-892008cbcd38

pradeep MN

Shelfari is a free site that lets you share book ratings and reviews with 
friends and meet people who have similar tastes in books.  It also lets you 
build an online bookshelf, join book clubs, and get good book recommendations 
from friends.  You should check it out.



You have received this email because pradeep MN ([EMAIL PROTECTED]) directly 
invited you to join his/her community on Shelfari.

It is against Shelfari's policies to invite people who you don't know directly. 
Follow this link (http://www.shelfari.com/actions/[EMAIL 
PROTECTED]activityid=43817752) to prevent future invitations to this address. 
If you believe you do not know this person, you may view 
(http://www.shelfari.com/o1516969116) his/her Shelfari page or report him/her 
in our feedback (http://www.shelfari.com/Feedback.aspx) section.

Shelfari, 616 1st Ave #300, Seattle, WA 98104
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


porting to N800.

2007-10-31 Thread pradeep MN
Hello Everbody,
  I've done a C program for devloping GUI in ubuntu
(maemo 3.1, scratchbox 3.1) , now I need to port to Nokia N800, since for C
program we'll be getting .exe instead of .deb, hence difficulty in porting
to the device can anybody help me in this regard.
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users


How to get rid of this error.

2007-10-30 Thread pradeep MN
Hi all,
 We are using Ubuntu, scratchbox 1.0.7, how to over come this error
while running C++ program..



[sbox-SDK_X86: ~/apps]  g++ ex1.cc -o ex1 `pkg-config hildon-libsmm
hildon-fmmm --cflags --libs`


Package sigc++-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-2.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'sigc++-2.0', required by 'GLibmm', not found
ex1.cc:1:22: hildonmm.h: No such file or directory
ex1.cc: In function `int main(int, char**)':
ex1.cc:7: error: `Gtk' has not been declared
ex1.cc:7: error: `Main' undeclared (first use this function)
ex1.cc:7: error: (Each undeclared identifier is reported only once for each
function it appears in.)
ex1.cc:7: error: expected `;' before kit
ex1.cc:8: error: `Hildon' has not been declared
ex1.cc:8: error: `init' undeclared (first use this function)
ex1.cc:10: error: `osso_context_t' undeclared (first use this function)
ex1.cc:10: error: `osso_context' undeclared (first use this function)
ex1.cc:10: error: `TRUE' undeclared (first use this function)
ex1.cc:10: error: `osso_initialize' undeclared (first use this function)
ex1.cc:14: error: `Glib' has not been declared
ex1.cc:14: error: `set_application_name' undeclared (first use this
function)
ex1.cc:17: error: `Hildon' has not been declared
ex1.cc:17: error: `Window' undeclared (first use this function)
ex1.cc:17: error: expected `;' before window
ex1.cc:18: error: `Hildon' has not been declared
ex1.cc:18: error: `get_instance' undeclared (first use this function)
ex1.cc:18: error: `window' undeclared (first use this function)
ex1.cc:21: error: `Gtk' has not been declared
ex1.cc:21: error: `Label' undeclared (first use this function)
ex1.cc:21: error: expected `;' before label
ex1.cc:22: error: `label' undeclared (first use this function)
ex1.cc:26: error: `kit' undeclared (first use this function)
ex1.cc:28: error: `osso_deinitialize' undeclared (first use this function)
___
maemo-users mailing list
maemo-users@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-users