Re: [Bug-apl] SVN 881 compile error

2017-02-08 Thread Juergen Sauermann
Hi Peter, thanks, hopefully fixed in SVN 882. /// Jürgen On 02/08/2017 04:46 AM, Peter Teeson wrote: Sorry forgot to include this ./configure --with-libapl --with-android --

Re: [Bug-apl] SVN 881 compile error

2017-02-07 Thread Peter Teeson
Sorry forgot to include this ./configure --with-libapl --with-android -- > On Feb 7, 2017, at 10:44 PM, Peter Teeson wrote: > > macOS 10.10.5 using Terminal > In file included from libapl.cc :36: > ./libapl.h:88:1: error: struct 'Value' was previously declared as a class > [-

[Bug-apl] SVN 881 compile error

2017-02-07 Thread Peter Teeson
macOS 10.10.5 using Terminal In file included from libapl.cc:36: ./libapl.h:88:1: error: struct 'Value' was previously declared as a class [-Werror,-Wmismatched-tags] struct Value; ^ ./Value.hh:52:7: note: previous use is here class Value : public DynamicObject ^ ./libapl.h:88:1: note: did y