Re: How to install Qt 4.7 in scratchbox

2010-09-15 Thread Attila Csipa
On Wed, Sep 15, 2010 at 12:28 PM, Andre Klapper wrote:

> Am Mittwoch, den 15.09.2010, 17:18 +0800 schrieb Jianzhong Li:
> > My environment is latest version scratchbox with Maemo5 SDK
> > rootstrap is http://repository.maemo.org/stable/f...p_5.0_i386.tgz
> > nokia libraries and maemo dev is installed
> >
> > I just want to install Qt 4.7 on it for Qt development,
> > firstly I just get the Qt 4.7 tarball here:
> > http://qt.gitorious.org/+qt-develope.../4.7-fremantle
> > then I configure -maemo5, but errors
>
> Don't know if it solves the problem but I'd rather try these packages:
>
> http://repository.maemo.org/extras-devel/pool/fremantle/free/q/qt4-experimental/
>

Seconded, unless you want to develop Qt itself, you should just "apt-get
install libqt4-experimental-dev" and then use the qmake in /opt

Best regards,
Attila
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: How to install Qt 4.7 in scratchbox

2010-09-15 Thread Andre Klapper
Am Mittwoch, den 15.09.2010, 17:18 +0800 schrieb Jianzhong Li:
> My environment is latest version scratchbox with Maemo5 SDK
> rootstrap is http://repository.maemo.org/stable/f...p_5.0_i386.tgz
> nokia libraries and maemo dev is installed
> 
> I just want to install Qt 4.7 on it for Qt development, 
> firstly I just get the Qt 4.7 tarball here:
> http://qt.gitorious.org/+qt-develope.../4.7-fremantle
> then I configure -maemo5, but errors

Don't know if it solves the problem but I'd rather try these packages:
http://repository.maemo.org/extras-devel/pool/fremantle/free/q/qt4-experimental/

andre
-- 
Andre Klapper (maemo.org bugmaster)

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


How to install Qt 4.7 in scratchbox

2010-09-15 Thread Jianzhong Li
My environment is latest version scratchbox with Maemo5 SDK
rootstrap is 
http://repository.maemo.org/stable/f...p_5.0_i386.tgz
nokia libraries and maemo dev is installed

I just want to install Qt 4.7 on it for Qt development,
firstly I just get the Qt 4.7 tarball here:
http://qt.gitorious.org/+qt-develope.../4.7-fremantle
then I configure -maemo5, but errors,
said ICD is not found. another error is from libdl.so
/lib/libdl.so.2: undefined reference to `_dl_tls_get_addr_s...@glibc_private
'
I don't know what does this error mean? may be glibc is too old...

later, I found there are some deb packages for Qt 4.7,
http://chaos.troll.no/~harald/qt4-maemo5-4.7/
then I downloaded them all, installed, seems OK

but when I qmake, make a project, there comes the same error,
/lib/libdl.so.2: undefined reference to `_dl_tls_get_addr_s...@glibc_private
'

So, Does anyone have ideas on how to install Qt 4.7 on fremantle scratchbox
?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers