Re: [QtMoko] Error compiling on wheezy

2012-12-05 Thread Radek Polak
On Tuesday, December 04, 2012 02:42:18 PM Giacomo 'giotti' Mariani wrote: Do you have any suggestion? Yes you are missing pulse audio dev package. You should install the packages in README. If you are building for PC then: apt-get install libxext-dev libasound2-dev libdbus-1-dev libssl-dev

Re: [QtMoko] Error compiling on wheezy

2012-12-04 Thread Giacomo 'giotti' Mariani
I will try compiling and running QtMoko. Cheers, Giacomo From: EdorFaus edorf...@xepher.net Subject: Re: [QtMoko] Error compiling on wheezy [...] Indeed, I miss /dev/fb0. Where can i get it? Hm. No framebuffer device... My first thought would be to check if /dev is actually bind

Re: [QtMoko] Error compiling on wheezy

2012-11-26 Thread Giacomo 'giotti' Mariani
important steps, in my opinion, could be: * aptitude install v86d * modprobe uvesafb Soon I will try compiling and running QtMoko. Cheers, Giacomo From: EdorFaus edorf...@xepher.net Subject: Re: [QtMoko] Error compiling on wheezy [...] Indeed, I miss /dev/fb0. Where can i get

Re: [QtMoko] Error compiling on wheezy

2012-11-26 Thread Radek Polak
On Monday, November 26, 2012 06:08:46 PM Giacomo 'giotti' Mariani wrote: Updates: * I had to install libasound2 libgstreamer-plugins-base0.10-0 libts-0.0-0 in order to solve library dependencies. * I had no mouse in console, so I had to install gpm. Hi, are you running this on PC? You need

Re: [QtMoko] Error compiling on wheezy

2012-11-23 Thread Giacomo 'giotti' Mariani
the fb. The most important steps, in my opinion, could be: * aptitude install v86d * modprobe uvesafb Soon I will try compiling and running QtMoko. Cheers, Giacomo From: EdorFaus edorf...@xepher.net Subject: Re: [QtMoko] Error compiling on wheezy [...] Indeed, I miss /dev/fb0. Where

Re: [QtMoko] Error compiling on wheezy

2012-11-08 Thread Giacomo 'giotti' Mariani
Hello Radeck, everyone, I successfully built QtMoko in chroot on a Squeeze VirtualBox machine with target PC :-) ...but now I can't run it: what do you mean by * Now switch to first console (CTRL+ALT+F1) and run it: . /opt/qtmoko/qpe.env qpe ? If I do it under chroot I get:

Re: [QtMoko] Error compiling on wheezy

2012-11-08 Thread Radek Polak
On Thursday, November 08, 2012 04:50:03 PM Giacomo 'giotti' Mariani wrote: Hello Radeck, everyone, I successfully built QtMoko in chroot on a Squeeze VirtualBox machine with target PC :-) Nice :) ...but now I can't run it: what do you mean by * Now switch to first console

Re: [QtMoko] Error compiling on wheezy

2012-11-08 Thread EdorFaus
Hi, The following contains a good bit of guesswork and assumptions, so please correct me if I'm wrong anywhere. There's also some bits which may seem obvious, but I don't know what you would find obvious and not - and besides, sometimes it's easy to miss things that are obvious in

Re: [QtMoko] Error compiling on wheezy

2012-11-04 Thread Neil Jerram
Radek Polak pson...@seznam.cz writes: i have now updated the build instructions. After many problems with wheezy as host i have decided that the recommended way to install qtmoko is now chroot. It should avoid the problem with different packages/versions on the hosts - and also the build

Re: [QtMoko] Error compiling on wheezy

2012-11-04 Thread Radek Polak
On Sunday, November 04, 2012 02:00:32 PM Neil Jerram wrote: Starting from efdad160239fca2e192553ee85b2da47851d3a90, I needed the attached patch to get a successful build (exactly following the README instructions). Hi Neil, it's applied now [1], thanks! Radek [1]

Re: [QtMoko] Error compiling on wheezy

2012-11-01 Thread Radek Polak
On Tuesday, October 30, 2012 11:31:08 AM Giacomo 'giotti' Mariani wrote: Hi Radek, git checkout v48 Did not worked. With target neo I get: [...] mv: cannot move `.device.vars' to `/home/jack/qtm/build/qtopiacore/target/mkspecs/qdevice.pri': No such file or directory Hi Giacomo, i

Re: [QtMoko] Error compiling on wheezy

2012-10-30 Thread Giacomo 'giotti' Mariani
Hi Radek, git checkout v48 Did not worked. With target neo I get: [...] mv: cannot move `.device.vars' to `/home/jack/qtm/build/qtopiacore/target/mkspecs/qdevice.pri': No such file or directory Warning: PKG_CONFIG_SYSROOT/PKG_CONFIG_SYSROOT_DIR has not been set. This means your toolchain's .pc

Re: [QtMoko] Error compiling on wheezy

2012-10-29 Thread Radek Polak
On Monday 29 October 2012 17:03:21 Giacomo 'giotti' Mariani wrote: Hello Radeck, everyone, I'm trying to compile QtMoko v48 on a fresh virtual machine. ... Have you got some suggestion? I am now trying to get QtMoko working with Qt 4.8.3 and gstreamer. But it's quite hard to make it compile