> -----Original Message----- > From: ext CanisMajorWuff [mailto:[email protected]] > Sent: Friday, November 02, 2012 6:49 AM > To: [email protected] > Subject: [Mingw-w64-public] incorrect syntax while building QT 4.8.3 > > Hello! >> > I have troubles building QT 4.8.3. > I configure QT using this command. > > configure -platform win32-g++ -opensource
Maybe you should try win32-g++-4.6 (that is, if you're using gcc>=4.6 , which is most likely the case if you're using mingw-w64). > > After that I execute > > mingw32-make > > As a result I get this > > D:/qt/4.8.3/bin/moc.exe -DQT_SHARED -DQT_THREAD_SUPPORT - > DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_CORE_LIB -DQT > _NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_ASCII_CAST_WARNINGS - > DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER - > D_USE_MATH_DEFINES -DQLIBRARYINFO_EPOCROOT - > DHB_EXPORT=Q_CORE_EXPORT -DQT_DLL -DQT_HAVE_MMX - > DQT_HAVE_SSE -DQT_HA VE_MMXEXT -DQT_HAVE_SSE2 -I'../../include' - > I'../../include/QtCore' > -I'tmp/rcc/debug_shared' -I'tmp' -I'global' - I'../../tools/shared' - > I'../3rdparty/zlib' -I'../3rdparty/harfbuzz/src' > -I'../3rdparty/md5' -I'../3rdparty/md4' - I'../../include/ActiveQt' - > I'tmp/moc/debug_shared' > -I'../../mkspecs/win32-g++-4.6' -D__GNUC__ -DWIN32 animation/q > abstractanimation.h -o Is there really a space between q and abstractandimation.h? > tmp/moc/debug_shared/moc_qabstractanimation.cpp > The syntax of the command is incorrect. This seems to be a windows command line error, so my guess is it's not a MinGW error, but a Qt one (if at all). Regards Kai > mingw32-make[2]: *** [tmp/obj/debug_shared/qt_pch.h.gch/c++] Error 1 > mingw32-make[2]: Leaving directory `D:/qt/4.8.3/src/corelib' > mingw32-make[1]: *** [debug-all] Error 2 > mingw32-make[1]: Leaving directory `D:/qt/4.8.3/src/corelib' > mingw32-make: *** [sub-corelib-make_default-ordered] Error 2 > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command > center Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ LogMeIn Central: Instant, anywhere, Remote PC access and management. Stay in control, update software, and manage PCs from one command center Diagnose problems and improve visibility into emerging IT issues Automate, monitor and manage. Do more in less time with Central http://p.sf.net/sfu/logmein12331_d2d _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
