Attempto / ACE-in-GF

Attempto Controlled English (http://attempto.ifi.uzh.ch/) in Grammatical Framework (https://www.grammaticalframework.org/)
54 stars 10 forks source link

Cannot compile #13

Open RespeckKnuckles opened 5 years ago

RespeckKnuckles commented 5 years ago

Both of the commands given in readme for setup fail:

make pgf_acewiki_aceowl
make pgf_ontograph_40

Both fail with:

"File Numeral.gf does not exist."

Kaljurand commented 4 years ago

Numeral.gf is part of GF's RGL (https://github.com/GrammaticalFramework/gf-rgl/blob/master/src/abstract/Numeral.gf), so you need to have it installed for the ACE-in-GF make targets to succeed.

Note however, that the building was last tested 4 years ago, against earlier versions of GF and RGL, so you might encounter other issues as well.

sileod commented 2 years ago

Numeral.gf is part of GF's RGL (https://github.com/GrammaticalFramework/gf-rgl/blob/master/src/abstract/Numeral.gf), so you need to have it installed for the ACE-in-GF make targets to succeed.

Note however, that the building was last tested 4 years ago, against earlier versions of GF and RGL, so you might encounter other issues as well.

Hi! It's now even later, but I imported the dependencies like Numeral, and they were properly handled, but then the program raises File Syntax.gf does not exist. Where can I find Syntax.gf ? Thank you

Kaljurand commented 2 years ago

Syntax.gf should be part of the GF RGL. Can you specify how do you set up GF and GF RGL, e.g. which versions are you using? I cannot promise that I find time to help with this issue, but I do have plans at some point to try to build ACE-in-GF against the latest RGL and document it in the README (see also https://github.com/Attempto/ACE-in-GF/pull/14#issuecomment-913188059).