octave-maintainers
[Top][All Lists]
Advanced

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


reply via email to

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