[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Link cannot find NSNetServiceBrowser
From: |
Malcolm Herring |
Subject: |
Re: Link cannot find NSNetServiceBrowser |
Date: |
Mon, 11 Feb 2008 18:05:30 +0000 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
Fedora uses Avahi - should I swap this out with mDNSResponder?
Fred Kiefer wrote:
> Chris B. Vetter wrote:
>> On Feb 11, 2008 11:56 AM, Malcolm Herring <spam@trash.can> 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!
>> Your system probably doesn't have mDNSResponder installed.
>> If it isn't, GNUstep will not include the NSNetService classes.
>>
>> Check if mDNSResponder is installed on your machine.
>> You can get the sources from Apple's website at
>> http://developer.apple.com/networking/bonjour/download/
>>
>> Install it, then re-install GNUstep (Base).
>>
>
> Oops, I didn't know we have that. Sorry for my wrong mail.
>
>