Skip to content
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

Cannot compile #13

Open
RespeckKnuckles opened this issue Nov 5, 2019 · 3 comments
Open

Cannot compile #13

RespeckKnuckles opened this issue Nov 5, 2019 · 3 comments
Assignees

Comments

@RespeckKnuckles
Copy link

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 Kaljurand self-assigned this Nov 17, 2019
@Kaljurand
Copy link
Member

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
Copy link

sileod commented Jul 29, 2022

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
Copy link
Member

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 #14 (comment)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants