Re: connect through ssh or telnet to the Virtual Machine with Maemo SDK

2010-01-23 Thread maemo
On Sat, 23 Jan 2010, ac...@dsic.upv.es wrote:

> I just installed the  Machine with Maemo SDK and would like to be  
> connect with my nomal linux istalation. Can someone tell me how can I  
> connect through ssh or telnet to the Virtual Machine with Maemo SDK.

I imagine you could probably install openssh server in the VM and connect 
to the IP?



-- 
A

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Check is app installed from another app

2010-01-23 Thread Kees Jongenburger
Hi,

On Sat, Jan 23, 2010 at 12:07 PM, Thomas Troy  wrote:
> Hi,
>
> I'm just wondering what's the best way to check is an application installed
> from another application?

perhaps doing a system("dpkg -l mypackage") and checking the return
value is good enough?

Greetings
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Problems compiling HelloWorld for gtk+

2010-01-23 Thread Kees Jongenburger
On Sat, Jan 23, 2010 at 8:16 PM,   wrote:
> Hi Everyone,

Hi A,

>
> I write you because I am having problems when compiling the program
> holamundo for gtk that is shown in the documentacion.
>
> [sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] > gcc -Wall -g gtk_holamundo.c
>    `pkg-config --cflags gtk+-2.0` -o gtk_holamundo `pkg-config --libs
> gtk+-2.0`
> /scratchbox/compilers/host-gcc/bin/ld: skipping incompatible
> /usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0
> /scratchbox/compilers/host-gcc/bin/ld: cannot find -lgtk-x11-2.0
> collect2: ld returned 1 exit status
> [sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] >

It looks like your compiler and libs are not compatible with each other.
Because I see /scratchbox/compilers/host-gcc/bin/ld I would guess you
somehow are not using the compiler targeting
arm

can you send us the output of
gcc -dumpmachine
and a "file" on the so files (here is what it looks like for me)

[sbox-FREMANTLE_ARMEL: ~] > gcc -dumpmachine
arm-none-linux-gnueabi
[sbox-FREMANTLE_ARMEL: ~] > file /usr/lib/libgtk-x11-2.0.so
/usr/lib/libgtk-x11-2.0.so: symbolic link to `libgtk-x11-2.0.so.0.1400.7'
[sbox-FREMANTLE_ARMEL: ~] > file /usr/lib/libgtk-x11-2.0.so.0.1400.7
/usr/lib/libgtk-x11-2.0.so.0.1400.7: ELF 32-bit LSB shared object,
ARM, version 1 (SYSV), stripped


Greetings
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New to N900 and Qt, what's the best place to start?

2010-01-23 Thread Andre Klapper
Am Samstag, den 23.01.2010, 20:32 +0100 schrieb Klaus Rotter:
> I just discovered MADDE (your post) and I tried to download it. 
> Unfortunatly, http://tablets-dev.nokia.com/MADDE.php seems to be down. 
> Is this a known problem? Can I get MADDE elsewhere?

Works fine here, just tried.

andre

-- 
Andre Klapper (maemo.org bugmaster)

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Autobuilder, where have you gone?

2010-01-23 Thread Thomas Waelti
Once again, autobuilder is down for me.
Extras Assistant  is ok, I can upload my files, but on step 4, the button "Move 
files to autobuilder queue" just hangs.

I'm tired to filing Bugzillas for these things, couldn't we have an active 
infrastructure monitoring for these important elements?
(Nice example, slightly better funded: http://www.google.com/appsstatus#hl=en 
:-)


Most of the community work done for Maemo is done in evenings and over weekends.
Not having a supported infrastructure during these times = Fail.

I have 2 hours per days for this fascinating hobby - if I can't build, new 
versions are delayed 1-2 days every time. I guess this might be true for many 
others here, too.
These delays are wasted time especially right now, when it's important that 
Maemo gets a number of critical apps as soon as possible.


But still - big thanks anyway for the efforts of the Maemo admins - it must be 
quite a party these weeks :-)
-Tom

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Problems compiling HelloWorld for gtk+

2010-01-23 Thread acano

Hi Everyone,

I write you because I am having problems when compiling the program  
holamundo for gtk that is shown in the documentacion.


Here is the error I obtain:

[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] > gcc -Wall -g  
gtk_holamundo.c`pkg-config --cflags gtk+-2.0` -o gtk_holamundo  
`pkg-config --libs gtk+-2.0`
/scratchbox/compilers/host-gcc/bin/ld: skipping incompatible  
/usr/lib/libgtk-x11-2.0.so when searching for -lgtk-x11-2.0

/scratchbox/compilers/host-gcc/bin/ld: cannot find -lgtk-x11-2.0
collect2: ld returned 1 exit status
[sbox-FREMANTLE_ARMEL: ~/proyectos/holamundo] >

Please, can someone help me.

Thanks and Regards,

A. Cano



This message was sent using IMP, the Internet Messaging Program.


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo extras repository package uploader/maintainer verification?

2010-01-23 Thread Andrea Borgia
Eero Tamminen wrote:


> I was recently notified that in extras repository some package for
> which I've been marked as maintainer, was causing an SSU (testing)
> issue.

Any chance said package is liblzo2-2 ?

If so, I am the uploader as noted here:
https://bugs.maemo.org/show_bug.cgi?id=6286#c2


Andrea.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: KDE libraries and Maemo

2010-01-23 Thread acano

Thanks to everyone.

Your help was useful.

Quoting MoRpHeUz :


On Fri, Jan 22, 2010 at 4:29 AM, Quim Gil  wrote:

Not really. They worked to make the dependencies directly from Qt. see
http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/freoffice/0.2-1


Ah, ok. I was not very aware of the development process...


PS: fwiw precisely these days we are donating 10 N900s to the KDE
project for distribution to selected projects/developers.


Yep. I know about this and this is awesome. I'm sure we'll have more
applications ported to the N900 with this help from Nokia. Thanks for
that! It was a great move!

Cheers!

--
---
http://claimid.com/morpheuz
Blog: http://blog.morpheuz.cc
PGP: 0xDBEEAAC3 @ wwwkeys.pgp.net






This message was sent using IMP, the Internet Messaging Program.

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New to N900 and Qt, what's the best place to start?

2010-01-23 Thread Klaus Rotter

Kees Jongenburger wrote:

Given your experience and focus you might want to have a go at MADDE
as you suggested yourself and report success /failure here.


I just discovered MADDE (your post) and I tried to download it. 
Unfortunatly, http://tablets-dev.nokia.com/MADDE.php seems to be down. 
Is this a known problem? Can I get MADDE elsewhere?


greetings, Klaus

--
 Klaus Rotter * klaus at rotters dot de * www.rotters.de
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


connect through ssh or telnet to the Virtual Machine with Maemo SDK

2010-01-23 Thread acano

Hi Everyone,

I just installed the  Machine with Maemo SDK and would like to be  
connect with my nomal linux istalation. Can someone tell me how can I  
connect through ssh or telnet to the Virtual Machine with Maemo SDK.


Best Regards,

A. Cano


This message was sent using IMP, the Internet Messaging Program.


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: New to N900 and Qt, what's the best place to start?

2010-01-23 Thread Kees Jongenburger
Hi Paul,

On Fri, Jan 22, 2010 at 8:53 PM, Paul Hartman
 wrote:
> What's the recommended dev environment to produce Qt-based software
> for the N900/Maemo5? SDK Virtual Machine? MADDE? Is qt-creator going
> to be able to cross-compile to maemo target in my native Linux PC
> environment in the near future? Can I develop in qt-creator and then
> compile in the other environment? Since I'm just starting from scratch
> I'm open to any suggestions...  I realize from googling that debugging
> in N900 might not be so easy right now and hopefully more IDE-based
> support is coming.

Given your experience and focus you might want to have a go at MADDE
as you suggested yourself and report success /failure here.

see the blog post here
http://maemoteam.wordpress.com/2009/12/22/a-small-presentpreview-from-the-developer-platform-team/

general information about MADDE here
http://wiki.maemo.org/MADDE

and the hello world qt tutorial here
http://wiki.maemo.org/MADDE/Qt_Example

Still the normal and most used way is to use sbox.

Greetings
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: "Donate $x" button on Packages and/or Downloads

2010-01-23 Thread Alberto Mardegan

Andrew Flegg wrote:

Do you know of any global-micropayment systems which have a simple
API?


I don't know about the API, but maybe one can have a look at Google 
Checkout. It also supports donations:


https://checkout.google.com/support/bin/answer.py?hl=en&answer=105654

Ciao,
  Alberto

--
http://www.mardy.it <- geek in un lingua international!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Build Server Configuration

2010-01-23 Thread Ed Bartosh
2010/1/23 Jeff Moe :
> Could the configuration files of the build server and related scripts be put 
> up on the wiki or mailed here or something?
>
> I had a build fail due to a small difference between the SDK and the 
> buildbox. I would like to be able to have an identical setup to the build box 
> before submitting jobs.
>
It doesn't differ too much from what I showed in December[1]

The only valuable difference I can see is that SDK have been changed.
 # Official SDK repositories:
-deb http://repository.maemo.org/ fremantle/sdk free non-free
-deb http://repository.maemo.org/ fremantle/tools free non-free
+#deb http://stage/ fremantle/sdk free non-free
+#deb http://stage/ fremantle/tools free non-free
+
+#revert PR1.1 because of backwards compatibility issue 2010-01-19 -Niels
+
+deb file:/scratchbox/packages/maemo5.0_update1_public/ fremantle/sdk
free non-free
+deb file:/scratchbox/packages/maemo5.0_update1_public/
fremantle/tools free non-free

As you can see from the comment Niels did this change.

BTW, what do you think about to prepare guide for developers for easy
setup of local buld configurations identical to autobuilder ones? I
can provide whatever information you need for that.

[1] http://lists.maemo.org/pipermail/maemo-developers/2009-December/023162.html

-- 
BR,
Ed
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Check is app installed from another app

2010-01-23 Thread Thomas Troy
Hi,

I'm just wondering what's the best way to check is an application installed
from another application?

I know I could check if the executable or a folder \ gconf setting of the
application exists but is there any other (better) way to do this?

Thom
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers