8000 Linux executable · Issue #1 · lep/jhcr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Linux executable #1
Open
Open
@fe3dback

Description

@fe3dback

Hi, how to compile this to ubuntu? I want try this with wurstscript on wine.

I try make install, make jhcr, etc, with no result.

Current progress:

make jhcr
~/.cabal/bin/cabal v1-exec -- ghc  convert
[3 of 5] Compiling Jass.Parser      ( Jass/Parser.hs, Jass/Parser.o )

Jass/Parser.hs:23:1: error:
    Could not find module ‘Text.Megaparsec’
    Use -v to see a list of the files searched for.
   |
23 | import Text.Megaparsec
   | ^^^^^^^^^^^^^^^^^^^^^^

Jass/Parser.hs:24:1: error:
    Could not find module ‘Text.Megaparsec.Char’
    Perhaps you meant Text.Parsec.Char (from parsec-3.1.13.0)
    Use -v to see a list of the files searched for.
   |
24 | import Text.Megaparsec.Char
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Jass/Parser.hs:25:1: error:
    Could not find module ‘Text.Megaparsec.Char.Lexer’
    Use -v to see a list of the files searched for.
   |
25 | import qualified Text.Megaparsec.Char.Lexer as L
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Jass/Parser.hs:27:1: error:
    Could not find module ‘Control.Monad.Combinators.Expr’
    Use -v to see a list of the files searched for.
   |
27 | import Control.Monad.Combinators.Expr
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [GNUmakefile:43: convert] Error 1

p.s. i do not know anything about cabal and haskel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0