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: Juergen Sauermann
Subject: Re: [Bug-apl] SVN 881 compile error
Date: Wed, 8 Feb 2017 15:24:44 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

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 --

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]