The Following User Says Thank You to too For This Useful Post: | ||
![]() |
2010-05-28
, 19:13
|
|
Posts: 59 |
Thanked: 42 times |
Joined on Nov 2009
@ Wageningen (NL)
|
#272
|
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:
and report outputCode:$ cd $ pwd -W $ cd / $ pwd -W
MADDE-0.6.72 ~/qthello jbraam $ cd MADDE-0.6.72 ~ jbraam $ pwd -W D:/MADDE/home/jbraam MADDE-0.6.72 ~ jbraam $ cd / MADDE-0.6.72 / jbraam $ pwd -W D:/MADDE/0.6.72 MADDE-0.6.72 / jbraam $
![]() |
2010-05-28
, 19:28
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#273
|
ls .. ls ../.. ls ../../.. ls ../../../0.6.72/ ls ../../../0.6.72/sysroots/ ... ls ../../../0.6.72/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/share/qt4/mkspecs/default/qmake.conf'
The Following User Says Thank You to too For This Useful Post: | ||
![]() |
2010-05-28
, 19:37
|
|
Posts: 59 |
Thanked: 42 times |
Joined on Nov 2009
@ Wageningen (NL)
|
#274
|
I created basically identical paths myself and it still works (which is good
as the bug would have been severe...)
now cd back to 'qthello' -directory. then try the following commands:
and show the output of last successful command.Code:ls .. ls ../.. ls ../../.. ls ../../../0.6.72/ ls ../../../0.6.72/sysroots/ ... ls ../../../0.6.72/sysroots/fremantle-arm-sysroot-10.2010.19-1-slim/usr/share/qt4/mkspecs/default/qmake.conf'
MADDE-0.6.72 ~/qthello jbraam $ ls .. qthello qtprog-build MADDE-0.6.72 ~/qthello jbraam $ ls ../.. jbraam MADDE-0.6.72 ~/qthello jbraam $ ls ../../.. MADDE.url doc legal madbin maddedoc.ico moveusrdata.sh perllocal.pod run share templates uninst.exe wbin bin docs lib madde.bat madlib msys.bat postinstall.done runtimes sysroots toolchains usbdriver cache etc m.ico madde.ico moveusrdata.bat msys.ico rminstallation.bat sbin targets tools var MADDE-0.6.72 ~/qthello jbraam $ ls ../../../0.6.72/ ls: ../../../0.6.72/: No such file or directory MADDE-0.6.72 ~/qthello jbraam $
![]() |
2010-05-29
, 07:48
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#275
|
The Following User Says Thank You to too For This Useful Post: | ||
![]() |
2010-05-29
, 08:14
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#276
|
echo > /etc/fstab
![]() |
2010-05-29
, 09:09
|
|
Posts: 59 |
Thanked: 42 times |
Joined on Nov 2009
@ Wageningen (NL)
|
#277
|
![]() |
2010-06-04
, 21:00
|
Posts: 46 |
Thanked: 392 times |
Joined on Apr 2010
@ Stanford University
|
#278
|
MADDE-0.6.72 ~ talvala $ cd MADDE-0.6.72 ~ talvala $ pwd /c/Users/talvala
MADDE-0.6.72 ~/Repositories/tmp/qthello talvala $ mad qmake MADDE-0.6.72 ~/Repositories/tmp/qthello talvala $ mad make make: *** No rule to make target `../../../Users/talvala/Repositories/tmp/qthello/qtprog.pro', needed by `../../../Users/talvala/Repositories/tmp/qthello/Makefile'. Stop.
![]() |
2010-06-05
, 08:26
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#279
|
![]() |
2010-06-05
, 18:35
|
Posts: 46 |
Thanked: 392 times |
Joined on Apr 2010
@ Stanford University
|
#280
|
If you read what make tells you, No rule to make target, this means that there is a dependency that can not be satisfied with either rules in the makefile or the built in rules.
Find the qtprog.pro file and place it in the build tree at a location where it matches the rule in the makefile.
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: