On Mon, May 10, 2010 at 11:33:31AM +0100, Jack Wootton wrote: > I'm having problems getting Qt Debugger libraries to build. > > Environment > ----------------- > Creator 2.0 built from source > Qt 4.7 built from source > Windows XP > Nokia N97 SDK > I have %epocroot% set to \ > Creator is run from the command line at C:\git\creator2.0\bin
You do not need the compiled debugging helpers for neither Symbian nor Windows/MinGW deverlopment. They have been replaced by Python scripts that do not need compilation. However, there's another problem: > Problem > ------------- > In the Tools > Options > Qt4 window of Creator, varous Qt versions are > listed split into two categories 1) Auto-detected, 2) Manual > Under Auto-detected Creator has found "Nokia_N97_v1.0(Qt 4.7)". This is > accurate since I have installed the Nokia N97 SDK and subst it to a drive V: > such that the epoc32 is V:\epoc32 > I have also created V:\git\qt, where the src for QT 4.7 lives. Creator > seems to have detected all of this fine. > > SDK installed to D:\Nokia\, so that the epocroot is > D:\Nokia\Nokia_N97_SDK_v1.0\epoc32 > The SDK is subst to V:\, so that the epocroot is V:\epoc32 > Qt src lives (and is built from) V:\git\qt The Symbian toolchain pretty much relies on everything being on the same drive. There are some exception, but as a rule of thumb you should avoid this kind of setup. > If ayone has any advice on what I can do to resolve the problem, it > would be very helpful. Try to re-install everything to the same drive. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
