You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pluto development
I'm unable to install pluto un macOS.
I get the error:
/Users/lucaciciriello/Desktop/pluto-0.11.4/clan/source/parser.y:213.27-34: syntax error, unexpected type, expecting string or identifier
I'm using Apple LLVM and clang toolset
Any Idea?
Luca
Uday Bondhugula
unread,
Jul 28, 2019, 6:04:49 AM7/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pluto development
On Saturday, July 27, 2019 at 10:22:53 PM UTC+5:30, luca ciciriello wrote:
I'm unable to install pluto un macOS.
I get the error:
/Users/lucaciciriello/Desktop/pluto-0.11.4/clan/source/parser.y:213.27-34: syntax error, unexpected type, expecting string or identifier
Which version of Pluto are you using - the git one or a release one? And which version of bison do you have?
$ bison --version
It's very likely you need a more recent version of bison. I think more recent versions of clan (which are now part of the pluto's git version but not its stable release) enforce this check and so the configure step would fail.