diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-06 14:35:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-06 14:35:55 -0400 |
commit | 92f490383a5e4b3b08b09a607f1cee1e353c23b8 (patch) | |
tree | 0bc65776775054331d5cbb8b30d696356d5bec98 | |
parent | 07125dca53ece4896a83fad00b7f43101855ce9c (diff) | |
parent | fcfd2776cb010f35557a6e617d30327f4274e0ff (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r-- | doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn b/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn new file mode 100644 index 000000000..61c87b56a --- /dev/null +++ b/doc/bugs/Build_error_on_Mac_OSX_10.6.mdwn @@ -0,0 +1,9 @@ +While following the instructions given at the OSX build page , I get this error: + +$ make +ghc -O2 -Wall -ignore-package monads-fd -fspec-constr-count=5 --make git-annex + +Utility/JSONStream.hs:14:8: + Could not find module `Text.JSON': + Use -v to see a list of the files searched for. +make: *** [git-annex] Error 1 |