-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latitude fails to compile on OSX #48
Comments
Hi, thank you for your interest in Latitude! Unfortunately, it looks like you're running a fairly old version of Bison. I've been compiling against BIson 3.4.1 (from 2019) locally, and based on the copyright declaration it looks like you're running a version from 2006. I suspect the |
That's the bison that comes with OSX. There's a bunch of old software included with OSX dev tools (I'm guessing because of GPL 2 vs GPL 3 drama or something, not even sure). Anyway, if I get one from homebrew and set the PATH to it, I get a bunch of warnings, and then this error next:
|
Interesting. It looks like there are some issues with Latitude when compiling with clang. You're welcome to try gcc in the meantime, but this is definitely something I'll need to look into further, as clang fails to build this repo on my machine too. Thank you for bringing this to my attention. It's very possible I'd never tried using anything other than g++ when first developing this. |
The text was updated successfully, but these errors were encountered: