bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] SVN 881 compile error


From: Peter Teeson
Subject: Re: [Bug-apl] SVN 881 compile error
Date: Tue, 07 Feb 2017 22:46:51 -0500

Sorry forgot to include this
./configure --with-libapl --with-android --

On Feb 7, 2017, at 10:44 PM, Peter Teeson <address@hidden> 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 [-Werror,-Wmismatched-tags]
struct Value;
^
./Value.hh:52:7: note: previous use is here
class Value : public DynamicObject
      ^
./libapl.h:88:1: note: did you mean class here?
struct Value;
^~~~~~
class
./libapl.h:90:1: error: struct 'Function' was previously declared as a class [-Werror,-Wmismatched-tags]
struct Function;
^
./Function.hh:49:7: note: previous use is here
class Function : public NamedObject
      ^
./libapl.h:90:1: note: did you mean class here?
struct Function;
^~~~~~
class
2 errors generated.

respect….

Peter


reply via email to

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