[Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-01 Thread CanisMajorWuff
Hello! I have troubles building QT 4.8.3. I configure QT using this command. configure -platform win32-g++ -opensource 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 _N

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Koehne Kai
> -Original Message- > From: ext CanisMajorWuff [mailto:canismajorw...@gmail.com] > Sent: Friday, November 02, 2012 6:49 AM > To: mingw-w64-public@lists.sourceforge.net > Subject: [Mingw-w64-public] incorrect syntax while building QT 4.8.3 > > Hello! >> > I h

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread CanisMajorWuff
WebCore/platfor m/win' -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/plugins/win' -I'd:/qt/4.8.3/src/src/3rdparty/webkit/ Source/WebCore/platform/win' -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/platform/graphics/win' -I'../. ./../../../incl

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Ray Donnelly
.8.3/src/src/3rdparty/webkit/Source/WebCore/bridge/c' > -I'd:/qt/4.8.3/src/src/3rdp > arty/webkit/Source/WebCore/testing/js' > -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/generated' -I'd:/qt/ > 4.8.3/src/src/3rdparty/webkit/Source' > -I'd:/q

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread CanisMajorWuff
ore/wml' >> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/workers' >> -I'd:/qt/4.8.3/src/src/3rd >> party/webkit/Source/WebCore/xml' >> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bridge/jsc' >> -I'd:/qt/4.8.3 &

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Ruben Van Boxem
x27; > > -I'd:/qt/4.8.3/src/src/3rd > > party/webkit/Source/WebCore/xml' > > -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/bridge/jsc' > > -I'd:/qt/4.8.3 > > /src/src/3rdparty/webkit/Source/WebCore/bindings/js' > > -I'd:/qt/4

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Earnie Boyd
On Fri, Nov 2, 2012 at 9:19 AM, Ray Donnelly wrote: > Yeah, that's usually down to the way MSYS bash implements fork-like > behaviour... It's in intermittent thing, I usually wrap my calls to > make up with a loop to retry a few times! Horrible I know... > > The other (better) fix is to use a make.

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Ray Donnelly
; -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/svg/properties' -I >>> 'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/testing' >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCor >>> e/webaudio' >>> -I'd:/qt/4.8.3/src/src/

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Ruben Van Boxem
gt; rdparty/webkit/Source/WebCore/rendering/svg' > >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/storage' -I'd: > >>> /qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/svg' > >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/So

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Ray Donnelly
8.3/src/src/3rdparty/webkit/Source/WebCore/platform/text' >> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webk >> >>> it/Source/WebCore/platform/text/transcoder' >> >>> -I'd:/qt/4.8.3/src/src/3rdparty/webkit/Source/WebCore/plugins

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread JonY
On 11/2/2012 21:42, Ray Donnelly wrote: > IMHO, it's MSYS that should've called it's make program msys-make.exe > and mingw32-make.exe should've been called make.exe, seeing as it's > the strictly native one here, but I understand that I'm bucking the > trend. When this make.exe is supplied with Ne

Re: [Mingw-w64-public] incorrect syntax while building QT 4.8.3

2012-11-02 Thread Earnie Boyd
On Fri, Nov 2, 2012 at 9:42 AM, Ray Donnelly wrote: > > I intend my make.exe to (one day) be able to also work from MSYS (by > hand parsing fstab), cmd.exe and whatever else I can throw it at. > Off-topic here but the code already exists, just use it. If you need to discuss it use the mingw-us...