Created
August 13, 2012 21:10
-
-
Save anonymous/3344132 to your computer and use it in GitHub Desktop.
ImplicitCAD install error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hmeyer@microsporum:~/devel$ git clone https://github.com/colah/ImplicitCAD.git | |
Cloning into ImplicitCAD... | |
remote: Counting objects: 1774, done. | |
remote: Compressing objects: 100% (776/776), done. | |
remote: Total 1774 (delta 1165), reused 1600 (delta 993) | |
Receiving objects: 100% (1774/1774), 309.19 KiB | 136 KiB/s, done. | |
Resolving deltas: 100% (1165/1165), done. | |
hmeyer@microsporum:~/devel$ cd ImplicitCAD/ | |
hmeyer@microsporum:~/devel/ImplicitCAD$ cabal configure | |
Resolving dependencies... | |
Configuring implicit-0.0.1... | |
hmeyer@microsporum:~/devel/ImplicitCAD$ cabal install | |
Resolving dependencies... | |
Configuring implicit-0.0.1... | |
Preprocessing library implicit-0.0.1... | |
cabal: can't find source for Graphics/Implicit/Export/MarchingCubes in ., | |
dist/build/autogen | |
cabal: Error: some packages failed to install: | |
implicit-0.0.1 failed during the building phase. The exception was: | |
ExitFailure 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment