blog for the day
This commit is contained in:
parent
9f4017003f
commit
0d723e736e
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
4
doc/design/assistant/blog/day_242__more_porting.mdwn
Normal file
4
doc/design/assistant/blog/day_242__more_porting.mdwn
Normal 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]]
|
Loading…
Reference in a new issue