rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

Wrong line number reported in an error message #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I execute in directory `examples/phrasebook/`

    gf -make -s PhrasebookEng.gf

then I get the following error message:

{{{
checking module SentencesEng
   /.../GF/examples/phrasebook/SentencesEng.gf:82:
   Happened in linearization of SPropNot
      no overload instance of mkS
}}}

The error is probably caused by some misconfiguration in my installation, but 
the error message is nevertheless wrong as it points to a line which does not 
exist (SentencesEng.gf only contains 4 lines). It probably points to a line in 
`SentencesI.gf`.

Version: latest darcs
Op. system: Ubuntu 11.04

Original issue reported on code.google.com by kaljurand on 13 Nov 2011 at 10:08

GoogleCodeExporter commented 9 years ago
Issue 46 is possibly related.

Original comment by kaljurand on 13 Nov 2011 at 10:09