octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave-gui build fails for MinGW on current gui branch source


From: Tatsuro MATSUOKA
Subject: Octave-gui build fails for MinGW on current gui branch source
Date: Wed, 25 Jan 2012 09:48:00 +0900 (JST)

Hello

Due to very recent change octave-gui source, I could not build octave-gui on 
MinGW.

**********************

g++ -c -Ic:\Programs\OctaveBuild\include\octave-3.6.0\octave\.. 
-Ic:\Programs\OctaveBuild\include\octave-3.6.0\octave 
-Ic:\Programs\OctaveBuild\include -D_WIN32_WINNT=0x0502 -O2 -frtti -fexceptions 
-mthreads -Wall -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_NO_DEBUG 
-DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX 
-DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 
-DQT_THREAD_SUPPORT -DQT_NEEDS_QMAIN -I'c:/Programs/Qt/4.8.0/include/QtCore' 
-I'c:/Programs/Qt/4.8.0/include/QtNetwork' 
-I'c:/Programs/Qt/4.8.0/include/QtGui' 
-I'c:/Programs/Qt/4.8.0/include/QtWebKit' -I'c:/Programs/Qt/4.8.0/include' 
-I'src' -I'src/terminal' -I'src/qirc' -I'src/backend' 
-I'qterminal/libqterminal' 
-I'-Ic:/Programs/OctaveBuild/include/octave-3.6.0/octave/..' 
-I'-Ic:/Programs/OctaveBuild/include/octave-3.6.0/octave' 
-I'-Ic:/Programs/OctaveBuild/include' -I'c:/Programs/gplibs/include' 
-I'c:/Programs/OctaveLibs/include'
 -I'c:/Programs/GnuWin32/include' -I'src/terminal/win32' 
-I'c:/Programs/Qt/4.8.0/include/ActiveQt' -I'moc-files' -I'ui-files' 
-I'c:/Programs/Qt/4.8.0/mkspecs/default' -o object-files/MainWindow.o 
src/MainWindow.cpp
In file included from src/backend/OctaveLink.h:28:0,
                 from src/MainWindow.h:31,
                 from src/MainWindow.cpp:25:
c:\Programs\OctaveBuild\include\octave-3.6.0\octave\../octave/config.h:2767:0: 
warning: "_WIN32_WINNT" redefined [enabled by default]
<command-line>:0:0: note: this is the location of the previous definition
In file included from src/MainWindow.cpp:25:0:
src/MainWindow.h:38:23: fatal error: QTerminal.h: No such file or directory
compilation terminated.
make[1]: *** [object-files/MainWindow.o] Error 1
make[1]: Leaving directory `/home/octaves/hg/octave-gui/gui'
make: *** [release] Error 2
*****************************

Unlike the Ubuntu, there is not 'qterminal' directory in gui directory for the 
Windows.
What should I do to avoid the error from qterminal related things on the 
Windows?

Regards

Tatsuro


reply via email to

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