Comments inline

On 2012-02-09 07:15, Timo Penndorf wrote:
> Hello,
> 
> I try to build OpenModelica on a newly installed Fedora Core 16 Linux.
> When building the omc there are errors with antlr.
> 
> During configure I get antlr 2.7.7 reported, but antlr-3.2 is used?

It's simply checking that Java is working correctly. I think both ANTLR2
and 3 are included in the jar-file and we just check one of the classes.
This is no problem. In fact, it reports 2.7.7 for me as well.

> Do I need the Parser for building the omc? If not - how to
> configure it out?
> What can I do to isolate the error a little bit more?

You don't need to include it if you are fine with being unable to load
mo-files or mos-scripts :D (so no, you cannot configure your way out of it)
I would try:
rm -rf Parser/
svn up
./config.status
make -j3 omc

The jar-file is included in the OpenModelica distribution so there
should be no problems with it. But if some process crashed during the
build process you might have got stuck in an invalid state, so cleaning
it up might help.

My Java is:
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre) (6b23~pre11-0ubuntu1.11.10.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

But previous version of Ubuntu, Debian, etc also works.

--
Martin Sjölund

Reply via email to