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.

HIE build issues (macOS) #1664

Open
Open
@awave1

Description

@awave1

Hi,

I'm getting some build errors (again) on macOS 10.15.3 (19D76).

Here's my log output for stack ./install.hs hie-8.6.5 --verbose:

I tried re-building hie using stack clean --full and then stack ./install.hs hie-8.6.5, but still get the same error.

It seems the build fails because of this:

hie-bios          > <command line>: can't load .so/.DLL for: libargp.dylib (dlopen(libargp.dylib, 5): image not found)

I installed argp-stanalone and added -largp to LDFLAGS, unfortunately that did not help.

Also, note that building a simple project with stack works fine, e.g.

stack new temp-project --resolver lts-14.27 && cd temp-project && stack build

Any ideas why it would be failing?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions