octave-maintainers
[Top][All Lists]
Advanced

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

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


From: Jacob Dawid
Subject: Re: 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 09:28:43 +0100

You have to open the pro and add your path to INCLUDE_PATH. Similarly, you to have to add the libraries to LIBS. Usually, $$system(mkoctfile ...) generates the appropriate paths and libs.

Am 23.01.2012 09:13 schrieb "Tatsuro MATSUOKA" <address@hidden>:
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]