On Thursday 15 October 2009 14:14:14 ext Lars Amsel wrote: > Hi, Hi Lars.
> Unfortunately I can't get it work. > [snip] > Creating library file: debug\libgdbmacros.a That's a problem: your debugging helpers is build as a static library. We need a .dll. > mingw32-make.exe[1]: Leaving directory > `C:/qt/qtcreator-1.2.92/qtc-debugging-helper/136550930' > ---8<---8<--- > > When I start a debug process, the helper could not be loaded, because of > missing > access privileges (see log below). I work as an unprivileged user. Running > the > same as admin works without problems. The qtc-debugging-helper folder and all > contained files (especially the helper dll) are owned by the unprivileged > user. > Any hints? So you have a helper _dll_? Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
