Re: Problems running qmake inside scratchbox (and outside)

2010-10-21 Thread Aapo Rantalainen
[SB2 devel fremantle5.0minimal_armel] pi...@gominola-deb32 tmp $ qmake bash: /usr/bin/qmake: No such file or directory [SB2 devel fremantle5.0minimal_armel] pi...@gominola-deb32 tmp $ file /usr/bin/qmake /usr/bin/qmake: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically

Problems running qmake inside scratchbox (and outside)

2010-10-20 Thread pedro.larroy
Hi I'm having trouble running qmake, could it be related to libraries? Here's the results of qmake invocation: Thanks. Pedro. pi...@gominola-deb32:1:~/.maemo-sdk/rootstraps/armel/fremantle5.0minimal_armel/usr/bin$ strace ./qmake execve(./qmake, [./qmake], [/* 64 vars */]) = -1 ENOENT

Re: qmake

2010-02-26 Thread ianaré sévi
Thanks much, that worked ! - ianaré sévi 2010/2/25 daniel wilms daniel.wi...@nokia.com: ext ianaré sévi wrote: Thanks for your response. I'm using the following line in my control file : Depends: ${shlibs:Depends}, ${misc:Depends} Should I explicitly add it there ? No, you have to

Re: qmake

2010-02-25 Thread Tatu Lahtela
On Thu, Feb 25, 2010 at 9:26 AM, daniel wilms daniel.wi...@nokia.comwrote: ext ianaré sévi wrote: I'm having problems building my package using qmake on extra-devels. make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/tipqalc-0.3.0/src' make[1]: *** No rule

Re: qmake

2010-02-25 Thread Murray Cumming
On Thu, 2010-02-25 at 11:26 +0200, Tatu Lahtela wrote: Another option is that you have run qmake outside the scratchbox environment and created invalid Makefiles. You might have to delete your current Makefiles manually and then re-run qmake in the target platform. Users of (awful, horrible

Re: qmake

2010-02-25 Thread Ville M. Vainio
On Thu, Feb 25, 2010 at 2:17 PM, Murray Cumming murr...@murrayc.com wrote: Users of (awful, horrible, hateful, doesn't-actually-do-much) qmake regularly have to do complete rebuilds. Luckily, when using git, it's easy to remove all generated files like so: git clean -dfx Or a bit more safely

Re: qmake

2010-02-25 Thread John Kemp
Hi Murray, On Feb 25, 2010, at 7:17 AM, Murray Cumming wrote: On Thu, 2010-02-25 at 11:26 +0200, Tatu Lahtela wrote: Another option is that you have run qmake outside the scratchbox environment and created invalid Makefiles. You might have to delete your current Makefiles manually

Re: qmake

2010-02-25 Thread Murray Cumming
On Thu, 2010-02-25 at 09:59 -0500, John Kemp wrote: Users of (awful, horrible, hateful, doesn't-actually-do-much) qmake Is there an easy alternative for doing Qt builds? I use autotools with Qt because autotools-created projects do things in de-facto standard documented ways on Linux

Re: qmake

2010-02-25 Thread Ville M. Vainio
of this some day: http://labs.trolltech.com/blogs/2009/10/14/to-make-or-not-to-make-qmake-and-beyond-redux/ I'd be happy with SCons if it was supported, but last time I tried it didn't co-operate with armel scratchbox. -- Ville M. Vainio http://tinyurl.com/vainio

qmake

2010-02-24 Thread ianaré sévi
I'm having problems building my package using qmake on extra-devels. make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/tipqalc-0.3.0/src' make[1]: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop. make[1

Re: qmake

2010-02-24 Thread daniel wilms
ext ianaré sévi wrote: I'm having problems building my package using qmake on extra-devels. make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/tipqalc-0.3.0/src' make[1]: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed