blog for the day

This commit is contained in:
Joey Hess 2013-04-19 17:52:52 -04:00
parent 9f4017003f
commit 0d723e736e
2 changed files with 4 additions and 3 deletions

View file

@ -34,9 +34,6 @@ transfers when not on wifi. This may need to be configurable.
and a few places use it. and a few places use it.
* XMPP support. I got all haskell libraries installed, but it fails to find * XMPP support. I got all haskell libraries installed, but it fails to find
several C libraries at link time. several C libraries at link time.
* WebDAV. All haskell libraries are installed, but it fails at link
time due to some missing symbols that are not in the Android libc.
(DNS lookup stuff)
* Get local pairing to work. network-multicast and network-info don't * Get local pairing to work. network-multicast and network-info don't
currently install. currently install.
* Get test suite to pass. Current failure is because `git fetch` is somehow * Get test suite to pass. Current failure is because `git fetch` is somehow

View file

@ -0,0 +1,4 @@
Got WebDAV enabled in the Android build. Had to deal with some system calls
not available in Android's libc.
New poll: [[polls/Android_default_directory]]