Issue 2: error in configure-qt.sh
Status:  New
Owner: ----
Reported by mario.ve...@gmail.com, Sep 17, 2008
What steps will reproduce the problem?
1. cd source.build
2. svn co svn://anonsvn.kde.org/home/kde/trunk/qt-copy
3. cd ../compile.build
4. mkdir qt-copy
5. cd qt-copy
6. ../../qt/resources/configure-qt.sh

What is the expected output? What do you see instead?
instead of config&build return this:
grep: /../../source.build/qt-copy/configure: No such file or directory
../../qt/resources/configure-qt.sh: line 16: [: -gt: unary operator expected
../../qt/resources/configure-qt.sh: line 24:
/../../source.build/qt-copy/configure: No such file or directory

It looks like lines 
"
MYDIR=`dirname $0`
ME=`cd $MYDIR; pwd`
" 
must be before "QTPATH="$ME/../../source.build/qt-copy"" then it seem to
work ok.

Pleas correct me or fix in svn. thanks

Mario Vejlupek