octave-maintainers
[Top][All Lists]
Advanced

[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 '--'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]