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: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



reply via email to

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