On Sep 17, 2009, at 3:47 PM, ext register wrote: > Am I am an experienced C++ developer but an absolute beginner with > Qt. I would like to build QtCreator from sources using visual studio > 2008. > QtCreator sources are in the c:\Qt\sorgenti directory. > Following the README instructions I create the c:\Qt\sorgenti\build > and from within it I launch these commands in a Visual Studio 2008 > shell: > > set QMAKESPEC=win32-msvc2008 > qmake c:\qt\sorgenti\qtcreator.pro -recursive > nmake. > > The build process halts and the trace is just below. > It is clear that the generated makefile doesn't get right the > pathnames but where did I go wrong? > Any help would be very much appreciated.
As far as I know it's not possible to do a shadow build that lies below the sources directory (qmake limitation). Try building in a directory c:\Qt\sorgenti-build instead of c:\Qt \sorgenti\build. Regards, Eike -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax +49 (0)30 6392 3256 E-mail [email protected] _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
