octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49481] example embedded.cc includes deprecate


From: Rik
Subject: [Octave-bug-tracker] [bug #49481] example embedded.cc includes deprecated header toplev.h
Date: Sun, 30 Oct 2016 19:04:52 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #1, bug #49481 (project octave):

This does count as a documentation fix in my book.

However, what are the actual include files you need?  I found that I could
compile the file with 2 out of 4 header files commented out.


//#include <octave/oct.h>
#include <octave/octave.h>
#include <octave/parse.h>
//#include <octave/toplev.h>


Should embedded.cc be changed to include only those two files?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49481>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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