[Qt-creator] Error building QT Creator from source
Thomas Schulze
t.schulze at technisat.de
Tue Jul 21 10:14:17 CEST 2009
Hi Andre,
> It has been fixed in the meantime.
thanks for the hint. Updating my working copy this morning solved this particular issue. Now I get
the second error message at both builds:
-----------
make[1]: Leaving directory `/home/dev_tsd/dev/qt_x86/qt-creator/src'
cd share/ && make -f Makefile
make[1]: Entering directory `/home/dev_tsd/dev/qt_x86/qt-creator/share'
cd qtcreator/ && make -f Makefile.static
make[2]: Entering directory `/home/dev_tsd/dev/qt_x86/qt-creator/share/qtcreator'
(test -z "" || cd "" ; targ=`basename phony_target`; objcopy --only-keep-debug "$targ" "$targ.debug"
&& objcopy --strip-debug "$targ" && objcopy --add-gnu-debuglink="$targ.debug" "$targ" && chmod -x
"$targ.debug" ) ;
objcopy: 'phony_target': No such file
make[2]: *** [phony_target] Error 1
------------
Quoted with context for clarity. Does anyone have an idea what's wrong with this? The makefile looks
fine to me, but I haven't figured out what it actually tries to achieve.
Bye, Thomas
More information about the Qt-creator-old
mailing list