[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: MXE: qt error with native build
From: |
John D |
Subject: |
RE: MXE: qt error with native build |
Date: |
Thu, 20 Jun 2013 14:55:06 -0400 |
-----Original Message-----
From: John W. Eaton [mailto:address@hidden
Sent: Thursday, June 20, 2013 2:19 PM
To: John D
Cc: address@hidden; 'PhilipNienhuis'; address@hidden
Subject: Re: MXE: qt error with native build
On 06/20/2013 02:03 PM, John D wrote:
> Build runs fine until it gets at qt; last part of log:
>
> :
> # need to 'install' mkspecs for the native mingw to build during its
> build if [ "yes" = yes ]; then cp -r
>
'/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src-4.8.3/mkspecs'
> '/home/Philip/mxe-octave/usr/i686-pc-mingw32/'; fi make -C
> '/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src-4.8.3'
> -j '1'
> make[2]: Entering directory
> `/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src-4.8.3'
> X:/MinGW/msys/1.0/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensour
> ce-src
> -4.8.3/bin/qmake
> X:/MinGW/msys/1.0/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensour
> ce-src
> -4.8.3//projects.pro
> -o Makefile -spec win32-g++
> "make" -w -- JOBS=1 -f Makefile
What is in the generated specs file? Where does the "-w -- JOBS=1" come
from?
jwe
-------------
JOBS=1 comes from ./mk-spec
According to gnu make manual, -w is automatically added when -C is used.
Running a normal make , rather than ./mk-dist also adds the -w option but it
doesn't seem to cause issues with qt and cause it to add the '--'.
- MXE: qt error with native build, PhilipNienhuis, 2013/06/20
- RE: MXE: qt error with native build, John D, 2013/06/20
- Re: MXE: qt error with native build, John W. Eaton, 2013/06/20
- RE: MXE: qt error with native build,
John D <=
- RE: MXE: qt error with native build, John D, 2013/06/20
- Re: MXE: qt error with native build, Philip Nienhuis, 2013/06/20
- RE: MXE: qt error with native build, John D, 2013/06/20
- Re: MXE: qt error with native build, Philip Nienhuis, 2013/06/20
- RE: MXE: qt error with native build, John D, 2013/06/20
- Re: MXE: qt error with native build, Michael Goffioul, 2013/06/20
- RE: MXE: qt error with native build, John D, 2013/06/20
- Re: MXE: qt error with native build, Philip Nienhuis, 2013/06/21
- Fixed [Re: MXE: qt error with native build], Philip Nienhuis, 2013/06/21
- RE: Fixed [Re: MXE: qt error with native build], John D, 2013/06/21