octave-maintainers
[Top][All Lists]
Advanced

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

How do I add incude path to octave-gui make ?(Re: How to download the gu


From: Tatsuro MATSUOKA
Subject: How do I add incude path to octave-gui make ?(Re: How to download the gui on the Mecurial repository and requirements)
Date: Mon, 23 Jan 2012 17:13:02 +0900 (JST)

Hello

I have built Qt 4.8.0 and QScintilla-gpl-2.6.
And  I have tried to build

export PATH=/where/octave/is/installed/bin:$PATH 
qmake 
make 

********************************************
g++ -c -Ic:\Programs\OctaveBuild\include\octave-3.6.0\octave\.. 
-Ic:\Programs\OctaveBuild\include\octave-3.6.0\octave 
-Ic:\Programs\OctaveBuild\include -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'-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'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 
c:\Programs\OctaveBuild\include\octave-3.6.0\octave\../octave/ov.h:43:0,
                 from 
c:\Programs\OctaveBuild\include\octave-3.6.0\octave\../octave/oct-obj.h:34,
                 from 
c:\Programs\OctaveBuild\include\octave-3.6.0\octave\../octave/input.h:33,
                 from src/backend/OctaveLink.h:32,
                 from src/MainWindow.h:32,
                 from src/MainWindow.cpp:25:
c:\Programs\OctaveBuild\include\octave-3.6.0\octave\../octave/oct-hdf5.h:27:18: 
fatal error: hdf5.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
*****************************************************************

The 'make' could not find a include path where I used octave build.
I add 
export CPPFLAGS='-I/c/Programs/gplibs/include -I/c/Programs/OctaveLibs/include 
-I/c/Programs/GnuWin32/include'

But no effect.

How can I add the include path to the Makefile?

Will I have to edit octave-gui.pro?

Regards

Tatsuro
--- On Wed, 2011/12/21, Tatsuro MATSUOKA wrote:

> Hello
> 
> I would like to challenge to build gui on the Mecurial repository.
> Please show me how to get the source and dependencies  and tools for the 
> build.
> 
> Regards
> 
> Tatsuro
>


reply via email to

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