[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mkoctfile does not find octave/oct.h in MXE-Octave 3.8.1-5 (Windows
From: |
Julien Bect |
Subject: |
Re: mkoctfile does not find octave/oct.h in MXE-Octave 3.8.1-5 (Windows 7, 32 bits) |
Date: |
Thu, 24 Jul 2014 14:10:25 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
Le 24/07/2014 10:57, Tatsuro MATSUOKA a écrit :
Please confirm:
octave:5> mkoctfile -p LIBDIR
C:\octave\Octave-3.8.1\lib
octave:6> mkoctfile -p INCLUDEDIR
C:\octave\Octave-3.8.1\include
octave:7> mkoctfile -p OCTINCLUDEDIR
C:\octave\Octave-3.8.1\include\octave-3.8.1\octave
Actually, I was trying to build from a terminal, not from Octave.
Here is what I get from a terminal :
$ mkoctfile -p LIBDIR
\root\mxe-octave\usr\i686-w64-mingw32\lib
$ mkoctfile -p INCLUDEDIR
\root\mxe-octave\usr\i686-w64-mingw32\include
$ mkoctfile -p OCTINCLUDEDIR
\root\mxe-octave\usr\i686-w64-mingw32\include\octave-3.8.1\octave
And here is what I get from Octave :
>> mkoctfile -p LIBDIR
C:\Octave\Octave-3.8.1\lib
>> mkoctfile -p INCLUDEDIR
C:\Octave\Octave-3.8.1\include
>> mkoctfile -p OCTINCLUDEDIR
C:\Octave\Octave-3.8.1\include\octave-3.8.1\octave
My include path problem is thus solved if I build from Octave...