Re: [maemo-developers] Re: scratchbox installation

2006-05-18 Thread Devesh Kothari
ext Santeri Lindgren wrote: Ross Burton wrote: On Wed, 2006-05-17 at 12:42 +0300, Jussi Kukkonen wrote: Eero Tamminen wrote: I wonder if there are any real problems with maemo and scratchbox 1.0.x? I haven't seen any so far... If no-one comes up with horror stories about using 1.0 for

Re: [maemo-developers] Re: scratchbox installation

2006-05-18 Thread August Joki
In the To-Do List of the Minstral Roadmap http://maemo.org/platform/docs/roadmap.html (bottom of the page) -August On 5/18/06, Devesh Kothari [EMAIL PROTECTED] wrote: ext Santeri Lindgren wrote: Ross Burton wrote: On Wed, 2006-05-17 at 12:42 +0300, Jussi Kukkonen wrote: Eero Tamminen

Re: [maemo-developers] Re: scratchbox installation

2006-05-18 Thread Devesh Kothari
ext August Joki wrote: In the To-Do List of the Minstral Roadmap http://maemo.org/platform/docs/roadmap.html (bottom of the page) This is obviously a mistake. It should be something like Future to-do :) or something though it does look like a Mistral Maemo 2.0 To-Do :) thanks for pointing

Re: [maemo-developers] Re: scratchbox installation

2006-05-18 Thread Santeri Lindgren
Devesh Kothari wrote: ext August Joki wrote: In the To-Do List of the Minstral Roadmap http://maemo.org/platform/docs/roadmap.html (bottom of the page) This is obviously a mistake. It should be something like Future to-do :) or something though it does look like a Mistral Maemo 2.0 To-Do :)

[maemo-developers] libstdc++6 problem

2006-05-18 Thread juhak82
Hi, i'm just starting 770 sw development and I tried to port one linux program for Nokia 770. Program is pretty basic console program and it looked like it compiled fine in scratchbox. However, when I try to run it in 770, it says: :error while loading shared libraries: libstdc++.so.6: cannot

Re: [maemo-developers] libstdc++6 problem

2006-05-18 Thread Catalin Climov
libstdc++ is basically the C++ runtime library. If you're not using C++ at all in your project then you should compile/link using gcc (C) instead of g++ (C++). Otherwise it looks like you'll have to package libstdc++ with your app. Catalin. On Thu 18 May 2006 11:36, [EMAIL PROTECTED] wrote:

Re: [maemo-developers] Re: scratchbox installation

2006-05-18 Thread Devesh Kothari
ext Santeri Lindgren wrote: Devesh Kothari wrote: ext August Joki wrote: In the To-Do List of the Minstral Roadmap http://maemo.org/platform/docs/roadmap.html (bottom of the page) This is obviously a mistake. It should be something like Future to-do :) or something though it does look

Re: [maemo-developers] Re: scratchbox installation

2006-05-18 Thread Luca Donaggio
2006/5/18, Devesh Kothari [EMAIL PROTECTED]:[skipped] There has been on the mailing list people who have talked about SB 1.0and there are known cases of maemo rootstraps to work on SB 1.0 butstill we havnt officially moved to 1.0 because of above reasons. No body really has put in time to evaluate

Re: [maemo-developers] libstdc++6 problem

2006-05-18 Thread Frantisek Dufka
Hello, This is probably caused by using wrong compiler in scratchbox. For C++ you should use default debian gcc 3.3 not the 3.4 compiler from codesourcery. 3.3 uses older libstdc++ which _is_ present on the device. If you insist on gcc 3.4 you may try to link libstdc++ statically or you can

[maemo-developers] WLAN speeds in ad-hoc mode

2006-05-18 Thread Juhamatti
Hi, Is there any way to set fixed rate to ad hoc-mode connections on Nokia 770? Or set 802.11g mode on by default? Currently it seems that on ad hoc network with two Nokia 770's, speed of 11 Mbit/s is chosen by default and iwconfig wlan0 rate fixed; iwconfig wlan0 rate 54 Mb doesn't seem to

[maemo-developers] gtk-infoprint

2006-05-18 Thread Laszlo T.
Hello! I have a primitive animation problem: gtk_banner_show_animation(app, Searching); slow_searching_function(); gtk_banner_close(app); There's no animation. Why? And how do I solve the problem? Thx, Laci ___ maemo-developers mailing list

[maemo-developers] Problems getting dev environment to work properly

2006-05-18 Thread Christian Pernegger
Hi all! First off, I'm just a hobby coder, not a pro developer, so if this is the wrong place to ask just ignore me :) Anyway, I installed scratchbox 0.9.8.5 (from debs on the scratchbox website) on a current Debian testing-i386 machine and followed the instructions for setting up the rootstrap

RE: [maemo-developers] gtk-infoprint

2006-05-18 Thread Pinghang.Koon
Hi, For animation to work while the application is executing a function, I suppose you have to use threads. Yours faithfully, Alvis Koon From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laszlo T. Sent: Friday, May 19, 2006 12:17 AM To:

RE: [maemo-developers] Problems getting dev environment to work properly

2006-05-18 Thread Pinghang.Koon
If you install the maemopad deb correctly by app-installer-tool install maemopad_xx_deb, the shortcut should appear in the extra folder. If it doesn't, can you please check the desktop files and links? Yours faithfully, Alvis Koon -Original Message- - I then tried installing the

[maemo-developers] ssh key failure

2006-05-18 Thread Christine Liu
hey all - so i have dropkey everything and im attempting to do key generation so i can ssh from my 770 into my laptop without a password prompt. i'm root... i do ssh-keygen -t rsa -f /root/.ssh/id_rsa it generates and does its thing. i copy the public key output and save it as id_rsa.pub. i