diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl0-EtQjVUNysjom6sTlQxRUwkwD6uPx88 <Sobin@web> | 2011-09-06 18:27:08 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-09-06 18:27:08 +0000 |
commit | fcfd2776cb010f35557a6e617d30327f4274e0ff (patch) | |
tree | 55911fd21cf8d529553ffc196181b8ca028980ed /doc/bugs | |
parent | 14f75ced75aa73d4f8dbc45cdc697bac1535fb37 (diff) |
Diffstat (limited to 'doc/bugs')
-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 |