UU-ComputerScience / uhc

136 stars 21 forks source link

Broken compilation: No rule to make target `src/ehc/CHR/TySys/Types.chs' #78

Closed asr closed 8 years ago

asr commented 8 years ago

In a fresh repo I got the following error (tested with GHC 7.10.3):

$ cd EHC
$./configure
$ make
...
make[2]: *** No rule to make target `src/ehc/CHR/TySys/Types.chs', needed by `build/101/lib-ehc/UHC/Compiler/CHR/TySys/Types.hs'.  Stop.
atzedijkstra commented 8 years ago

Ah, forgotten 'git add'. Fixed.

A

On 20 May 2016, at 17:10, Andrés Sicard-Ramírez notifications@github.com wrote:

In a fresh repo I got the following error (tested with GHC 7.10.3):

$ cd EHC $./configure $ make ... make[2]: *\ No rule to make target src/ehc/CHR/TySys/Types.chs', needed bybuild/101/lib-ehc/UHC/Compiler/CHR/TySys/Types.hs'. Stop.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

asr commented 8 years ago

Thanks!