Skip to content

Unable to compile fib.hl #1

@stacksmith

Description

@stacksmith

Tried to follow your example.
In build directory, ./hhc -g -p prelude.d ../tests/fib.hl , but got an error:

prelude.d/300-unix.hl:462: Expected directive (all caps).

So I cd .. into the main directory containing all the source, and try it from there:

bin/hhc -g -p prelude.d tests/fib.hl 
Segmentation fault (core dumped)

Huh. Oh, maybe prelude.d is just not found...

bin/hhc -g -p bin/prelude.d tests/fib.hl 
bin/prelude.d/300-unix.hl:462: Expected directive (all caps).

?

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