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: Tatsuro MATSUOKA
Subject: Re: The way build to .oct file on the MSVC compiled octave 2.9.9+
Date: Wed, 30 May 2007 18:33:48 +0900

Dear Michael
Thank you for your reply.
>Normally, the problem of missing .lib files should be solved.
>What's the problem you get? Missing headers?
>
>Michael.
>
***
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.


T. Matsuoka


reply via email to

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