|
From: | christoph |
Subject: | AW: Using Octave API |
Date: | Tue, 2 Oct 2018 08:02:53 +0200 |
I have solved my problem. My code is now compiling/linking on Octave 4.4.1/5.0.0. The solution was the g++ switch ‚ -std=gnu++11‘. Thanks for your help. Christoph Von: Kai Torben Ohlhus [mailto:address@hidden On Mon, Oct 1, 2018 at 3:45 PM <address@hidden> wrote:
Please keep this mailing list in the CC, so others may benefit from your question and on this mailing list we use "bottom-posting" style [2] for each conversation. If you are using Octave as shared library for a standalone application [1], you basically should include octave/oct.h and get many features for free, including ocatve_idx_type, which is specified in octave/octave-config.h (but already included by octave/oct.h). HTH, Kai |
[Prev in Thread] | Current Thread | [Next in Thread] |