Skip to content

Build failure under Ubuntu 18.04 with coqc 8.6 #2

@practicalswift

Description

@practicalswift

Thanks for a very interesting project!

I had trouble building ch2o under Ubuntu 18.04 with coqc 8.6.

What am I doing wrong? :-)

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"
$ git clone https://github.com/robbertkrebbers/ch2o
$ cd ch2o
$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
coqc -R . ch2o -q prelude/base.v
File "./prelude/base.v", line 499, characters 0-62:
Error: The "clear implicits" flag is incompatible with implicit annotations
scons: *** [prelude/base.vo] Error 1
scons: building terminated because of errors.
$ coqc --version
The Coq Proof Assistant, version 8.6 (October 2017)
compiled on Oct 28 2017 14:23:55 with OCaml 4.05.0

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