http://bitbucket.org/snej/chatty
—Jens
> Thanks for the sample code integrating MYNetwork with Chatty. Trying
> to compile, though, I seem to be missing:
>
> initToBonjourService
>
> for a BLIPConnection. This is used in the RemoteRoom class, line 53:
Hm. That should compile; it's declared in TCPConnection, the
superclass of BLIPConnection:
http://bitbucket.org/snej/mynetwork/src/tip/TCP/TCPConnection.h
see line 52.
> IPAddress also seems to be using a class method
> (addressWithHostname:port:) that isn't in the head of MYNetwork. Is
> there a different fork I should be using?
That's there too:
http://bitbucket.org/snej/mynetwork/src/tip/IPAddress.h
line 32.
What URL are you pulling or downloading MYNetwork from?
—Jens
/MYNetwork/BLIP/BLIPDispatcher.m:93: error: 'for' loop initial declaration used outside C99 mode
Grabbing the hg root that you referenced seems to be better. I'm still getting some compile warnings:/MYNetwork/BLIP/BLIPDispatcher.m:93: error: 'for' loop initial declaration used outside C99 modewhen trying to compile MYNetwork separately from Chatty.