Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Installation with stack make build-all fails on a fresh ubuntu #591

@fredericcogny

Description

@fredericcogny
 Process exited with code: ExitFailure 1
    Logs have been written to: /home/fred/git/tools/haskell-ide-engine/.stack-work/logs/text-icu-0.7.0.1.log

    Configuring text-icu-0.7.0.1...
    Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2: Missing dependencies on foreign
    libraries:
    * Missing C libraries: icuuc, icui18n, icudata
    This problem can usually be solved by installing the system packages that
    provide these libraries (you may need the "-dev" versions). If the libraries
    are already installed but in a non-standard location then you can use the
    flags --extra-include-dirs= and --extra-lib-dirs= to specify where they are.
Makefile:4: recipe for target 'build' failed
make: *** [build] Error 1

this is fixed by sudo apt install libicu-dev

and I guess (not tested) could be fixed on mac-os by brew install icu4c as per yi-editor/yi#795

Can this be added in the actual make file ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions