View Single Post
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#271
Originally Posted by JapieB View Post
When I follow the instructions on http://wiki.maemo.org/MADDE/Qt_example I get an error when running make:


Code:
MADDE-0.6.72 ~
jbraam $ mad pscreate -l
TEMPLATE NAME    TYPE     DESCRIPTION
empty            prog     Empty project
lib_simple       lib      Simple example for C/C++ libraries
qt_simple        qtprog   Simple example for QT programs
simple           prog     Simple example for C/C++ programs

MADDE-0.6.72 ~
jbraam $ mad pscreate -t qt_simple qthello
Skeleton qthello, type=qtprog created

MADDE-0.6.72 ~
jbraam $ cd qthello

MADDE-0.6.72 ~/qthello
jbraam $ mad qmake

MADDE-0.6.72 ~/qthello
jbraam $ mad make
make: *** No rule to make target `../../../0.6.72/sysroots/fremantle-arm-sysroot
-10.2010.19-1-slim/usr/share/qt4/mkspecs/default/qmake.conf', needed by `Makefil
e'.  Stop.

MADDE-0.6.72 ~/qthello
jbraam $
What can I do to fix this?

Jaap
Interesting problem; just downloaded and installed on home
windows 7 machine and did the same steps and it worked
(no surprise as our automated tests pass this)

So there must be something different in your environment..

Let's see... please try the following commands on madde terminal:

Code:
$ cd
$ pwd -W
$ cd /
$ pwd -W
and report output
 

The Following User Says Thank You to too For This Useful Post: