You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect you're right. The official binaries need libantlr3c 3.1.3, and there was a change in the names and signatures of the ANTLR3 file stream opening functions between that and later available versions. I strongly recommend building from source (which I notice you tried in #176, and I'll be looking at in a second).
If you want to install the required version of libantlr3c, just grab it from http://www.antlr3.org/download/C/libantlr3c-3.1.3.tar.gz
Closing this for now. Please feel free to re-open if you decide to pursue this route and that doesn't work.
If you want to install the required version of libantlr3c, just grab it from http://www.antlr3.org/download/C/libantlr3c-3.1.3.tar.gz
Closing this for now. Please feel free to re-open if you decide to pursue this route and that doesn't work.
Note that this version of ANTLR seems to default to compiling a 32bit library, use
./configure --enable-64bit
sudo make install-libLTLIBRARIES
Configuration:
I am trying to follow the quick start guide (using official binaries); When launching
ant
I have the following error:I expect it to be because of libantrl3c version conflicts.
The text was updated successfully, but these errors were encountered: