![]() |
2010-03-05
, 13:18
|
Posts: 415 |
Thanked: 732 times |
Joined on Jan 2009
@ Finland
|
#2
|
Anyone know if it is possible for the current auto builder to build QT 4.6 package? If so, what's the path to qmake?
Thanks in advance.
![]() |
2010-03-05
, 14:10
|
Posts: 42 |
Thanked: 123 times |
Joined on Feb 2010
|
#3
|
/scratchbox/tools/bin/sh: line 1: /opt/qt4-maemo5/bin/qmake-qt4: No such file or directory make: *** [builddir/Makefile] Error 127
![]() |
2010-03-05
, 15:25
|
Posts: 42 |
Thanked: 123 times |
Joined on Feb 2010
|
#4
|
The Following User Says Thank You to code For This Useful Post: | ||
![]() |
2010-04-09
, 16:44
|
Posts: 123 |
Thanked: 21 times |
Joined on Sep 2009
|
#5
|
In case anyone having the same problem, I change these lines in "control" file of debian directory:
From
Build-Depends: debhelper (>= 5)
To
Build-Depends: debhelper (>= 5), libqt4-maemo5-dev,libx11-dev,libglib2.0-dev, libdbus-1-dev, libdbus-glib-1-dev, libgconf2-dev
Architecture: any => Architecture: armel
Now it builds.
Thanks in advance.