For anyone curious, Ryan Thomas has successfully compiled netatalk on OS
X. Just a note, it replaces apple's implementation of AppleTalk on OS X
so you can't use netboot, but you can now share files on UFS drives via
atalk which you can't do with the Apple version of AppleTalk (it only
shares HFS volumes).
given that i did the port, i figure i also count as successfully
compiling netatalk on os x serve. it requires some header files from
darwin, but that's about all.
note: it does not replace apple's appletalk implementation. it
actually uses it for ddp connections. i also never bothered to
abstract the necessary bits to make atalkd run, so you need to use
apple's appletalk daemon for that.
-a