Hi Sam,
We have made some small changes to the MetaModelica syntax since OM
1.5.0, so you need to update your rml+mmc to the latest version. I think
doing so should solve your issue.
Regards,
Per Östlund
2011-06-05 06:32, Sam Zhang Yanshan skrev:
Hello,
I am working on a Dell x86-64 Server with Fedora 10 64 installed. I am
trying to Compile and install OpenModelica1.7 from the source on my
server. I have this error.
/Absyn.mo:32.1-32.27 Error: syntax error: deleting ENCAPSULATED
PACKAGE IDENT/
Does anybody have any clue on this ?
Here is how I did it
1. Check out the source using this command
svn co
https://openmodelica.org/svn/OpenModelica/tags/OPENMODELICA_1_7_0_RC1
2. Have all the necessary dependencies installed incluing antlr,
rml+mmc, and etc. I have OpenModelica1_5_0_RC installed on the same
server before. So the dependencies should not be a problem.
3. Configure with command: ./configure --with-CORBA=path/to/mico
--with-qwt=path/to/qwt --with-paradiseo=path/to/paradiseo-1.3-beta2
4. make omc
This is the place where i had the error