pelzlpj / orpie

Curses-based RPN calculator
GNU General Public License v3.0
70 stars 5 forks source link

Build issue #15

Open aksr opened 6 years ago

aksr commented 6 years ago
$ make
dune build
File "dune-project", line 1, characters 11-14:
Error: Version 1.1 of dune is not supported.
Supported versions:
- 0.0
- 1.0
make: *** [Makefile:3: _build/install/default/bin/orpie] Error 1
$ 

(dune: 1.0.0)

pelzlpj commented 6 years ago

Do you have access to Dune 1.1?

aksr commented 6 years ago

No, is it needed? The error message is confusing: Supported versions: 1.0 And if it's needed, README should be updated.

pelzlpj commented 6 years ago

I agree it’s confusing, and that should probably be a bug on dune. The message is dune 1.0 saying that it doesn’t understand the version 1.1 build script format.

dune 1.1 is required, although it is probably possible to backport the build scripts.

On Wed, Sep 12, 2018 at 8:45 AM aksr notifications@github.com wrote:

No, is it needed? The error message is confusing: Supported versions: 1.0

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/pelzlpj/orpie/issues/15#issuecomment-420697242, or mute the thread https://github.com/notifications/unsubscribe-auth/AADuxpuB3bUxiFymilDFl6zqQg8FiALyks5uaSwVgaJpZM4Wlfev .