[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:03:09 -0400 |
Message: 5
Date: Thu, 20 Jun 2013 09:45:54 -0700 (PDT)
From: PhilipNienhuis <address@hidden>
To: address@hidden
Subject: MXE: qt error with native build
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii
address@hidden ~/mxe-octave
$ hg summary
parent: 3066:23e3e2955cf5 tip
Change Qt CONFIGURE_INCLUDE/LIBPATH_OPTION variable to be native only
branch: default
commit: 1 modified, 4 unknown
update: (current)
Win XP SP3.
I did:
hg clone .......
cd mxe-octave
autoconf
configure --enable-native-gcc --enable-native-build mk-dist --jobs 1
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-opensource-src
-4.8.3/bin/qmake
X:/MinGW/msys/1.0/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src
-4.8.3//projects.pro
-o Makefile -spec win32-g++
"make" -w -- JOBS=1 -f Makefile
make[3]: Entering directory
`/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src-4.8.3'
make[3]: *** No rule to make target `-f'. Stop.
make[3]: Leaving directory
`/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src-4.8.3'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/Philip/mxe-octave/tmp-qt/qt-everywhere-opensource-src-4.8.3'
make[1]: *** [build-only-qt] Error 2
make[1]: Leaving directory `/home/Philip/mxe-octave'
Apparently there's a hickup in the macro creating the "make" command? (the
space between "--" and "JOBS=1"
Philip
------------------------------
It does the same on mine
Running just normal 'make' to create octave works fine though
- MXE: qt error with native build, PhilipNienhuis, 2013/06/20
- RE: MXE: qt error with native build,
John D <=
- Re: MXE: qt error with native build, John W. Eaton, 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, 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