[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MXE: qt error with native build
From: |
PhilipNienhuis |
Subject: |
MXE: qt error with native build |
Date: |
Thu, 20 Jun 2013 09:45:54 -0700 (PDT) |
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
--
View this message in context:
http://octave.1599824.n4.nabble.com/MXE-qt-error-with-native-build-tp4654581.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.
- MXE: qt error with native build,
PhilipNienhuis <=
- 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, 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