help-octave
[Top][All Lists]
Advanced

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

AW: Using Octave API


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
Gesendet: Montag, 1. Oktober 2018 16:00
An: address@hidden
Cc: address@hidden
Betreff: Fwd: Using Octave API

 

On Mon, Oct 1, 2018 at 3:45 PM <address@hidden> wrote:

Meanwhile I have solved my problems.

Working with Octave 4.4.1 and 5.0.0 I see error messaages mostly with respect to ‚ocatve_idx_type‘.

It looks like the correspondinh h-file is not included in the right way.

Could you please advice wher to look for.

 

See an extraction of the error messages below.

 

Thanks

Christoph

 

 

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

 


reply via email to

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