View Single Post
JapieB's Avatar
Posts: 59 | Thanked: 42 times | Joined on Nov 2009 @ Wageningen (NL)
#274
Originally Posted by too View Post
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:

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'
and show the output of last successful command.
Code:
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 $
Looks like ../../.. maps to ../../../0.6.72/

After more investigations:

When I replace '../../../0.6.72/sysroots' by '/sysroots' in the makefile generated by qmake the project builds!

Any idea where the ../../../0.6.72 used by 'mad qmake' is coming from?

Last edited by JapieB; 2010-05-28 at 20:32.