Re: Why "dpkg-buildpackage -rfakeroot -uc -us" returns error

2007-09-19 Thread Mika Yrjölä
On 9/20/07, hong zhang <[EMAIL PROTECTED]> wrote: > > Why "dpkg-buildpackage -rfakeroot -uc -us" returns > > dpkg-parsechangelog: error: cannot open > debian/changelog to find format: No such file or > directory > dpkg-buildpackage: unable to determine source package > is Hi, are you sure you wer

Why "dpkg-buildpackage -rfakeroot -uc -us" returns error

2007-09-19 Thread hong zhang
Why "dpkg-buildpackage -rfakeroot -uc -us" returns dpkg-parsechangelog: error: cannot open debian/changelog to find format: No such file or directory dpkg-buildpackage: unable to determine source package is /etc/apt/sources.list contains following, deb http://repository.maemo.org/ bora free non

Re: beta 4 sdk vs. maemo-mapper

2007-09-19 Thread Terje Bergström
Brad Midgley wrote: > Do regular apps need a lot of tweaks to be built in chinook? > maemo-mapper trunk fails the configure stage: Hi, There are changes in APIs, mainly in Hildon. We have written a document describing the changes: http://maemo.org/development/sdks/api_changes_between_maemo_3_2_

write a program to display home plugins

2007-09-19 Thread wolfg
Hi, is it possible to write a program which can hold/display home plugins like the home area of maemo-desktop does? I want to make a fullscreen program, loading and displaying home plugins in it. Thanks for any help. wolfg ___ maemo-developers mailing li

installing scratchbox and maemo sdk

2007-09-19 Thread anurag sogal
Hi , I have been trying to install scratchbox on my Linux machine. The linux distribution that i have is SUSE I have already downloaded the tar ball for scratchbox and untared it. However when i do ./run_me_first.sh it give me the following error:- Missing /home/anurag/Desktop/scratchbox/hos

Freescale Licenses AMD Graphics Technologies for use in iMX processors

2007-09-19 Thread Jon Smirl
Here's a good reason to switch from OMAP to iMX31 in next gen device Combine this with AMD's decision to open source the specs. AMD today announced Freescale Semiconductor will license its 2D and 3D graphics technology. Freescale Semiconductor will use the AMD graphics technologies to equip it

Chinook rootstraps and scratchbox2

2007-09-19 Thread Lauri Leukkunen
Hi, Would it be possible to add easy to find links to the downloadable files somewhere on the web page? Currently I have to rummage through some shell scripts to see where it's downloading them from. The installation script is not useful for scratchbox2. The chinook rootstrap seems to be a very s

beta 4 sdk vs. maemo-mapper

2007-09-19 Thread Brad Midgley
Hey Do regular apps need a lot of tweaks to be built in chinook? maemo-mapper trunk fails the configure stage: ./autogen.sh ; ./configure --prefix=/usr ... checking for OSSO... configure: error: Package requirements (libosso >= 1 libossohelp osso-ic) were not met: No package 'libossohelp' found

RE: Another libosso bug?

2007-09-19 Thread David Hazel
The logic is comparable to what I'm doing. However, in my case I'm calling osso_application_top in response to a user clicking on a button on my application. When I first found it not working, it occurred to me that this might be because the fact that the button was being clicked at that point mean

Re: Another libosso bug?

2007-09-19 Thread Kimmo Hämäläinen
On Mon, 2007-09-17 at 21:15 +0100, ext David Hazel wrote: > Within my application, I am trying to bring the browser to the front > in response to a certain user action. The call I am using is: > > osso_application_top(mvarAppCtx, "osso_browser", NULL); > > However, nothing is happening in respo