help-octave
[Top][All Lists]
Advanced

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

Compiling .c code using mkoctfile


From: Colin Kikuchi
Subject: Compiling .c code using mkoctfile
Date: Wed, 5 Dec 2018 16:27:34 -0700

Hello,
I am trying to use mkoctfile to compile some .c source code. When I try to do this, this message appears:

C:\Octave\OCTAVE~1.1\include\octave-4.4.1\octave/Array.h:30:10: fatal error: cassert: No such file or directory
 #include <cassert>

I read some of the Octave support groups and it seems that this is because I can't #include Octave headers in the source code. It isn't clear to me if there is a good work around. Has anyone encountered this and worked out a fix for how to easily compile .c code using mkoctfile?

Thank you!

-Colin


reply via email to

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