Discussion:
[Bug-apl] Can't compile on g++ 7.1.1
Maxime Daneau
2017-08-02 23:06:32 UTC
Permalink
I'm getting the following error while trying to compile :

Symbol.cc:888:32: error: enum constant in boolean context
[-Werror=int-in-bool-context]
Assert(nc == NC_FUNCTION || NC_OPERATOR || NC_UNUSED_USER_NAME);
Juergen Sauermann
2017-08-03 12:56:52 UTC
Permalink
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi Maxime,<br>
<br>
that looks like an old error that has been fixed already. Please
fetch the latest<br>
GNU APL version from our SVN repository.<br>
<br>
/// Jürgen<br>
<br>
</font><br>
<div class="moz-cite-prefix">On 08/03/2017 01:06 AM, Maxime Daneau
wrote:<br>
</div>
<blockquote
cite="mid:***@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>I'm getting the following error while trying to compile :<br>
<br>
Symbol.cc:888:32: error: enum constant in boolean context
[-Werror=int-in-bool-context]<br>
    Assert(nc == NC_FUNCTION || NC_OPERATOR ||
NC_UNUSED_USER_NAME);<br>
<br>
<br>
</div>
</div>
</blockquote>
<br>
</body>
</html>

Loading...