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 :-)


_______________________________________________
Help-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnustep

Reply via email to