samspo writes

Would be very nice to create a homebrew formula for the last version (and to submit it to homebrew) (https://github.com/Homebrew/homebrew/pull/23125).

Sorry to ask for that, I’m just a user and don’t have the skills to do it by myself. Sure that a brew formula would help to spread the software.

medoc writes

I guess that it should not be too hard to update, but I can’t do it because I have no Mac OS X development machine around. Isn’t there a homebrew mailing list where you could ask for this ?

samspo writes

Thank you for your answer. I’ll see if I can ask someone.

I tried to test brew install with the last version, but there is an error :

 >/Library/Developer/CommandLineTools/usr/bin/make -C query wasaparse.tab.cpp
bison wasaparse.y
wasaparse.y:48.26-30: syntax error, unexpected type, expecting string or identifier
make[1]: *** [wasaparse.tab.cpp] Error 1
make: *** [all] Error 2

Have a good day

medoc writes

Like I said, I can’t really help you. Maybe the bison version is not recent enough ? We’d need at least the full make output, it’s not even clear if gcc or bison is generating the error here.

samspo writes

Okay. Many thanks for your answers.

medoc writes

Can’t do a thing about this, unfortunately.