diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus <Jimmy@web> | 2012-10-29 08:25:33 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-10-29 08:25:33 +0000 |
commit | 6b70dec90de4e8a0a073daf47237ae065094026b (patch) | |
tree | fa5de18797189e34fef648ae63cda7ceeb812642 /doc | |
parent | 80083839c9e98c3d97e7659fc9a31159e2165e37 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/build_problem_on_OSX.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/build_problem_on_OSX.mdwn b/doc/bugs/build_problem_on_OSX.mdwn new file mode 100644 index 000000000..892daa594 --- /dev/null +++ b/doc/bugs/build_problem_on_OSX.mdwn @@ -0,0 +1,16 @@ +I just squelched a bunch of build issues (to do with dependancies) on my autobuilder for OSX, this is currently happening + +<pre> +install -d tmp +ghc -O2 -Wall -outputdir tmp -IUtility -DWITH_ASSISTANT -DWITH_S3 -DWITH_WEBAPP -DWITH_PAIRING -DWITH_XMPP -DWITH_DNS -DWITH_KQUEUE -threaded --make git-annex -o tmp/git-annex Utility/libdiskfree.o Utility/libmounts.o Utility/libkqueue.o + +Assistant/Threads/NetWatcher.hs:29:0: + warning: #warning Building without dbus support; will poll for network connection changes + +Assistant/Threads/MountWatcher.hs:36:0: + warning: #warning Building without dbus support; will use mtab polling +[ 29 of 259] Compiling Utility.OSX ( Utility/OSX.hs, tmp/Utility/OSX.o ) + +Utility/OSX.hs:22:17: Not in scope: `myHomeDir' +make: *** [git-annex] Error 1 +</pre> |