Re: [Ecls-list] Compilation problems with octave header

2012-08-15 Thread Juan Jose Garcia-Ripoll
On Mon, Aug 13, 2012 at 6:24 PM, bob wrote: > /usr/include/octave-3.2.4/octave/lo-mappers.h:33:26: error: expected ‘)’ > before ‘>>’ token > > All have the same error occurring in different header files. I have tried > to compile pure C++ code containing oct.h with the same compiler flags > stra

[Ecls-list] Compilation problems with octave header

2012-08-13 Thread bob
Hi, I am trying to use liboctave functions in lisp code. For that purpose, I have put some inline C code and put an #include directive for a header, oct.h. I have put some small local patches to ECL so that I can now specify the additional include libraries and compiler options. Initially it wasn'