GrammaticalFramework / GF

Archive of monolithic GF repository until 2018-07-25
http://www.grammaticalframework.org/
Other
189 stars 51 forks source link

Could not find module ‘SG’ and ‘PGF2’ while building #23

Closed SYSTRANPartnersTravistheTranslator closed 6 years ago

SYSTRANPartnersTravistheTranslator commented 6 years ago

@krangelov Do you know why this is happening?. I was able to create the .so file but runghc glosses.hs command resulted in this error.

:~/GFT/GF-master/src/ui/android# runghc glosses.hs 

glosses.hs:1:8:
    Could not find module ‘SG’
    Use -v to see a list of the files searched for.

glosses.hs:2:8:
    Could not find module ‘PGF2’
    Use -v to see a list of the files searched for.
root@ap-vbox:~/GFT/GF-master/src/ui/android# 
krangelov commented 6 years ago

You should first install the Haskell binding in src/runtime/haskell-bind

On 11 December 2017 at 07:44, SYSTRANPartnersTravistheTranslator < notifications@github.com> wrote:

@krangelov https://github.com/krangelov Do you know why this is happening?. I was able to create the .so file but runghc glosses.hs command resulted in this error.

:~/GFT/GF-master/src/ui/android# runghc glosses.hs

glosses.hs:1:8: Could not find module ‘SG’ Use -v to see a list of the files searched for.

glosses.hs:2:8: Could not find module ‘PGF2’ Use -v to see a list of the files searched for. root@ap-vbox:~/GFT/GF-master/src/ui/android#

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/GrammaticalFramework/GF/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/ATBZZJeV4DCc5mJUk785lVRC8ePmJ2u-ks5s_M9kgaJpZM4Q87nJ .