evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.09k stars 39 forks source link

Compiling Kitten on Ubuntu /x86_64 with GHC 7.6.3 #135

Closed G4143 closed 9 years ago

G4143 commented 9 years ago

How do you accomplish this task? I've tried but fail many times. Here's the steps I follow

In a terminal I call

git clone https://github.com/evincarofautumn/kitten.git and then cd ./kitten and then make all and it fails here with this message which continues into many pages of source code.

1 of 1 test suites (1 of 1 test cases) passed. lib/Kitten/IdMap.hs:37:21: Parse error Error message: Parse error: Namespace Code: import Kitten.Id ...

evincarofautumn commented 9 years ago

Ah, thanks for pointing this out. This looks like an HLint failure (#103). The compiler built and the test suite passed, so you should be all set—the executable should be at dist/build/kitten/kitten or similar.

I guess all should not include lint, or we should not tell people to use all in the readme. I think we should also add a make help.

G4143 commented 9 years ago

Thanks for pointing that out. I just tried executing Kitten and it runs fine.