octave-maintainers
[Top][All Lists]
Advanced

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

Re: The way build to .oct file on the MSVC compiled octave 2.9.9+


From: Michael Goffioul
Subject: Re: The way build to .oct file on the MSVC compiled octave 2.9.9+
Date: Wed, 30 May 2007 11:35:39 +0200

On 5/30/07, Tatsuro MATSUOKA <address@hidden> wrote:
Missing headers?
**
yes!!

D:\usr\Tatsu\program\Octave\test>mkoctfile -v hello.cc
cc-msvc -d -c -I.   -IC:\Programs\Octave2.9.12\include\octave-2.9.12 
-IC:\Programs
\Octave2.9.12\include\octave-2.9.12\octave -IC:\Programs\Octave2.9.12\include
 -O2 -EHs -MD    hello.cc -o hello.o
cl -nologo -c -I. -IC:\Programs\Octave2.9.12\include\octave-2.9.12 
-IC:\Programs\
Octave2.9.12\include\octave-2.9.12\octave -IC:\Programs\Octave2.9.12\include 
-O2 -
EHs -MD -Tphello.cc -Fohello.o
hello.cc
c:\programs\octave2.9.12\include\octave-2.9.12\octave\ov.h(34) : fatal error 
C1083:
 Cannot open include file: 'hdf5.h': No such file or directory

To avoid misssing header files error, I commented out "#define"s for the hdf5.

I think that a better fix would be to include HDF5 headers in the
binary package.
It seems you cannot use octave headers without HDF5 headers. I'll add them in
the next iteration.

Michael.


reply via email to

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