Re: Link cannot find NSNetServiceBrowser

Fred Kiefer <[email protected]> Mon, 11 Feb 2008 17:09:10 +0100
Newsgroups gmane.comp.lib.gnustep.user
Message-ID <[email protected]>
Malcolm Herring wrote:
> Trying to build a project ported over from xcode.
> 
> Terminates with a link error:
> "./obj/MainController.o:(.data.rel+0x8): undefined reference to '__objc_class_name_NSNetServiceBrowser'"
> 
> Help!

You stumble across a class that was added to Foundation at 10.2 and the
is currently missing in GNUstep. Best you can do is do your own Bonjour
implementation (there are free libraries for that out there) and donate
your code back to GNustep :-)