diff options
| -rw-r--r-- | bin/jgf | 2 | ||||
| -rw-r--r-- | grammars/health/ExtraEng.gf | 2 | ||||
| -rw-r--r-- | grammars/health/ExtraFre.gf | 4 | ||||
| -rw-r--r-- | grammars/health/ExtraIta.gf | 5 | ||||
| -rw-r--r-- | grammars/health/ExtraRus.gf | 2 | ||||
| -rw-r--r-- | grammars/health/ExtraSwe.gf | 4 | ||||
| -rw-r--r-- | grammars/health/HealthEng.gf | 2 | ||||
| -rw-r--r-- | grammars/health/HealthFre.gf | 2 | ||||
| -rw-r--r-- | grammars/health/HealthResourceIta.gf | 2 | ||||
| -rw-r--r-- | grammars/health/HealthRus.gf | 2 | ||||
| -rw-r--r-- | grammars/health/HealthSwe.gf | 2 | ||||
| -rw-r--r-- | src/INSTALL | 8 |
12 files changed, 24 insertions, 13 deletions
@@ -1,7 +1,7 @@ #! /bin/sh # change the value of GFHOME to the directory where you have the gf binary -GFHOME=/home/aarne/GF +GFHOME=../ JGUILIB=$GFHOME/src/JavaGUI GF=$GFHOME/bin/gf diff --git a/grammars/health/ExtraEng.gf b/grammars/health/ExtraEng.gf index b0057c7c1..302609705 100644 --- a/grammars/health/ExtraEng.gf +++ b/grammars/health/ExtraEng.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory
---# -path=.:../abstract:../../prelude:../english
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/english
--1 Functions that are not in the API, but common in Russian
--
diff --git a/grammars/health/ExtraFre.gf b/grammars/health/ExtraFre.gf index 0d0bbfaad..88e5794f6 100644 --- a/grammars/health/ExtraFre.gf +++ b/grammars/health/ExtraFre.gf @@ -1,7 +1,7 @@ -- use this path to read the grammar from the same directory
---# -path=.:../abstract:../../prelude:../french:../romance
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/french:../../lib/resource-0.6/romance
---1 Functions that are not in the API, but common in Russian
+--1 Functions that are not in the API, but common in French
--
-- Aarne Ranta, Janna Khegai 2003
diff --git a/grammars/health/ExtraIta.gf b/grammars/health/ExtraIta.gf index 11bbeba29..541c772dc 100644 --- a/grammars/health/ExtraIta.gf +++ b/grammars/health/ExtraIta.gf @@ -1,4 +1,7 @@ ---1 Functions that are not in the API, but common in Russian
+-- use this path to read the grammar from the same directory
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/italian:../../lib/resource-0.6/romance
+
+--1 Functions that are not in the API, but common in Italian
--
-- Aarne Ranta, Janna Khegai 2003
diff --git a/grammars/health/ExtraRus.gf b/grammars/health/ExtraRus.gf index 6bccb1b4a..0db3c7616 100644 --- a/grammars/health/ExtraRus.gf +++ b/grammars/health/ExtraRus.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory
---# -path=.:../abstract:../../prelude:../russian
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/russian
--1 Functions that are not in the API, but common in Russian
--
diff --git a/grammars/health/ExtraSwe.gf b/grammars/health/ExtraSwe.gf index 0f6f4e4fb..91a3ca2ed 100644 --- a/grammars/health/ExtraSwe.gf +++ b/grammars/health/ExtraSwe.gf @@ -1,7 +1,7 @@ -- use this path to read the grammar from the same directory
---# -path=.:../abstract:../../prelude:../swedish
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/swedish
---1 Functions that are not in the API, but common in Russian
+--1 Functions that are not in the API, but common in Swedish
--
-- Aarne Ranta, Janna Khegai 2003
diff --git a/grammars/health/HealthEng.gf b/grammars/health/HealthEng.gf index 0ee489f18..2acca0c6b 100644 --- a/grammars/health/HealthEng.gf +++ b/grammars/health/HealthEng.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory
---# -path=.:../newresource/abstract:../prelude:../newresource/english
+--# -path=.:../../lib/resource-0.6/abstract:../prelude:../../lib/resource-0.6/english
concrete HealthEng of Health = open PredicationEng, ResourceEng, ResourceExtEng, Prelude, Predef, SyntaxEng, ExtraEng, ParadigmsEng in {
flags
diff --git a/grammars/health/HealthFre.gf b/grammars/health/HealthFre.gf index 93e83cfdf..cb83a973b 100644 --- a/grammars/health/HealthFre.gf +++ b/grammars/health/HealthFre.gf @@ -1,7 +1,7 @@ -- UTF-8 version currently differs from non-UTF-8 !!!
-- use this path to read the grammar from the same directory
---# -path=.:../newresource/abstract:../prelude:../newresource/french:../newresource/romance
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/french:../../lib/resource-0.6/romance
concrete HealthFre of Health = open PredicationFre, ParadigmsFre, ResourceFre, Prelude, SyntaxFre, MorphoFre, ExtraFre, ParadigmsFre, ResourceExtFre in {
diff --git a/grammars/health/HealthResourceIta.gf b/grammars/health/HealthResourceIta.gf index b125aac4d..fd750659f 100644 --- a/grammars/health/HealthResourceIta.gf +++ b/grammars/health/HealthResourceIta.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory
---# -path=.:../newresource/abstract:../prelude:../newresource/italian:../newresource/romance
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/italian:../../lib/resource-0.6/romance
concrete HealthIta of Health = open ResourceIta, Prelude, SyntaxIta, ExtraIta, MorphoIta, ParadigmsIta, ResourceExtIta, PredicationIta in {
diff --git a/grammars/health/HealthRus.gf b/grammars/health/HealthRus.gf index e4291dc2a..5947e0ba1 100644 --- a/grammars/health/HealthRus.gf +++ b/grammars/health/HealthRus.gf @@ -1,5 +1,5 @@ -- use this path to read the grammar from the same directory
---# -path=.:../newresource/abstract:../prelude:../newresource/russian
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/russian
concrete HealthRus of Health = open PredicationRus, ResourceRus, SyntaxRus, ExtraRus, ResourceExtRus, ParadigmsRus in {
diff --git a/grammars/health/HealthSwe.gf b/grammars/health/HealthSwe.gf index b5dcd2e43..0c3a369ef 100644 --- a/grammars/health/HealthSwe.gf +++ b/grammars/health/HealthSwe.gf @@ -8,7 +8,7 @@ -- use this path to read the grammar from the same directory
---# -path=.:../newresource/abstract:../prelude:../newresource/swedish
+--# -path=.:../../lib/resource-0.6/abstract:../../lib/prelude:../../lib/resource-0.6/swedish
concrete HealthSwe of Health = open PredicationSwe, ResourceSwe, Prelude, SyntaxSwe, ExtraSwe, ParadigmsSwe, ResourceExtSwe in {
flags
diff --git a/src/INSTALL b/src/INSTALL index c53e87897..436aacb65 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -28,6 +28,14 @@ To make and install GF2 (Version 2.1, 8/11/2004). ./configure CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`" + If you experience problems with readline, try: + + ./configure --with-readline=no + + You may need to run "make clean" after ./configure when you change the + readline setting. + + 5. Compile with make: make |
