> -----Original Message----- > From: interest-bounces+kai.koehne=digia....@qt-project.org > [mailto:interest-bounces+kai.koehne=digia....@qt-project.org] On Behalf > Of Mike Jackson > Sent: Tuesday, November 27, 2012 3:54 AM > To: interest@qt-project.org > Subject: [Interest] Qt -4.8.3 self compiled is corrupted when complete > > I am trying to compile Qt 4.8.3 with a fully patched Visual Studio 2010 > Service Pack 1 as a 64 bit compile. When the compile finishes and I try to > launch assistant or designer they just crash out. No error dialog or anything. > They just refuse to launch.
Try a debug build by doing 'nmake debug' inside e.g. assistant, and launch them via a Debugger to get a stack trace. Maybe also try to launch the applications via depends.exe (Dependency Walker->Analysis) to see what happens right before the crash in terms of libraries pulled in etc. Check carefully e.g. which libraries are pulled in. Regards Kai > I used the following command from a "Visual Studio x64 command prompt" > > > configure -confirm-license -opensource -debug-and-release -shared -fast - > exceptions -stl -no-qt3support -nomake demos -nomake examples > > > > I have read around on google that mentions adding -platform win32- > msvc2010 which might help but does not in my case. > > I also tried adding -mp to speed up the compiles which did not help either. > Has anyone else run into this type of problem? > -- > Mike Jackson > imikejackson _at_ gee-mail dot com _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest