Re: NM's upstream build error!
- From: "Charles Li" <libin charles gmail com>
- To: networkmanager-list gnome org
- Subject: Re: NM's upstream build error!
- Date: Fri, 21 Mar 2008 18:38:40 +0800
On Thu, Mar 20, 2008 at 11:22 PM, Dan Williams <dcbw redhat com> wrote:
> On Thu, 2008-03-20 at 10:50 +0800, Charles Li wrote:
> > hi,
> >
> > parser.c: In function 'read_wpa_eap_settings':
> > parser.c:443: error: 'NMSettingWirelessSecurity' has no member named 'eap'
> > parser.c:452: error: 'NMSettingWirelessSecurity' has no member named 'identity'
> > parser.c:460: error: 'NMSettingWirelessSecurity' has no member named
> > 'anonymous_identity'
> > make[4]: *** [libnm_settings_plugin_ifcfg_suse_la-parser.lo] Error 1
> > make[4]: Leaving directory
> > `/media/source/NetworkManager-upstream/NetworkManager/system-settings/plugins/ifcfg-suse'
>
> Tambet said he was going to try to fix this, but since he's on vacation
> for a bit...
>
> If you'd like to give it a try, this is a result of the
> wireless-security -> 802.1x split. For old-school LEAP (ie, the 802.11
> auth mode is 'leap' and 802.1x isn't used), the LEAP username goes in
> wsec->leap_username, and the password goes in wsec->leap_password.
>
> To fix the specific errors above, you'll want to create an
> NMSetting8021x object and fill that with the values above.
I just added the members that missed in NMSettingWirelessSecurity structure.
GSList *eap;
char *identity;
char *anonymous_identity;
Thanks!
> Dan
>
>
--
Sincerely Yours,
Charles Li
http://cn.opensuse.org
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]