mailing list of musl libc
 help / color / mirror / code / Atom feed
* musl vs wireless-tools
@ 2012-04-20 15:33 Isaac Dunham
  2012-04-20 15:39 ` Rich Felker
  0 siblings, 1 reply; 8+ messages in thread
From: Isaac Dunham @ 2012-04-20 15:33 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 537 bytes --]

wireless-tools (version 30-pre9 from Ubuntu's repos tested) appears to
_hate_ musl...
I have yet to figure out exactly where the problem is.
Part of it seems to be __* macros; one of the headers

Note-Ignore the "missing" headers other than those under linux/ 
I just ran a script that tested whether all headers could be found in
the musl include  dir; the other headers (rfkill.h, etc) are included
in the sources.

It looks like some of it may be use of linux/ headers instead of sys/
headers, from checking the patches.

Isaac Dunham

[-- Attachment #2: make.errs --]
[-- Type: application/octet-stream, Size: 61740 bytes --]

musl-gcc -Os -W -Wall -Wstrict-prototypes -I. -DIW_USES_ITS_OWN_DOGFOOD -I/opt/musl/include -I/lib/modules/`uname -r`/build/include -D_GNU_SOURCE -MMD     -fPIC -c -o iwlib.so iwlib.c
In file included from iwlib.h:52,
                 from iwlib-private.h:19,
                 from iwlib.c:14:
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:4:23: warning: asm/types.h: No such file or directory
In file included from /lib/modules/2.6.32-40-generic/build/include/linux/types.h:14,
                 from iwlib.h:52,
                 from iwlib-private.h:19,
                 from iwlib.c:14:
/lib/modules/2.6.32-40-generic/build/include/linux/posix_types.h:47:29: warning: asm/posix_types.h: No such file or directory
In file included from iwlib.h:52,
                 from iwlib-private.h:19,
                 from iwlib.c:14:
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:168: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__le16’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:169: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__be16’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:170: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__le32’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:171: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__be32’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:172: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__le64’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:173: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__be64’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:175: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__sum16’
/lib/modules/2.6.32-40-generic/build/include/linux/types.h:176: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__wsum’
In file included from iwlib.h:59,
                 from iwlib-private.h:19,
                 from iwlib.c:14:
wireless.h:696: error: expected specifier-qualifier-list before ‘__s32’
wireless.h:709: error: expected specifier-qualifier-list before ‘__u16’
wireless.h:723: error: expected specifier-qualifier-list before ‘__s32’
wireless.h:734: error: expected specifier-qualifier-list before ‘__u8’
wireless.h:750: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:763: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:790: error: expected specifier-qualifier-list before ‘__u8’
wireless.h:852: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:866: error: expected specifier-qualifier-list before ‘__u16’
wireless.h:880: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:888: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:897: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:909: error: expected specifier-qualifier-list before ‘__u16’
wireless.h:947: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:991: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:1106: error: expected specifier-qualifier-list before ‘__u32’
wireless.h:1124: error: expected specifier-qualifier-list before ‘__u16’
In file included from iwlib-private.h:19,
                 from iwlib.c:14:
iwlib.h:314: error: expected declaration specifiers or ‘...’ before ‘__u16’
In file included from iwlib.c:14:
iwlib-private.h:93: error: expected specifier-qualifier-list before ‘__u16’
iwlib-private.h:100: error: expected specifier-qualifier-list before ‘__u16’
iwlib.c:35: error: expected specifier-qualifier-list before ‘__u32’
iwlib.c:98: error: expected specifier-qualifier-list before ‘__u16’
iwlib.c: In function ‘print_iface_version_info’:
iwlib.c:402: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:403: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:404: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:417: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:421: error: ‘struct iw_range’ has no member named ‘we_version_source’
iwlib.c:423: error: ‘struct iw_range’ has no member named ‘we_version_compiled’
iwlib.c: In function ‘iw_get_range_info’:
iwlib.c:489: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:490: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:491: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:500: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:503: error: ‘struct iw_range’ has no member named ‘we_version_compiled’
iwlib.c:507: error: ‘struct iw_range’ has no member named ‘we_version_compiled’
iwlib.c:521: error: ‘struct iw15_range’ has no member named ‘num_channels’
iwlib.c:523: error: ‘struct iw_range’ has no member named ‘num_channels’
iwlib.c:524: error: ‘struct iw15_range’ has no member named ‘num_channels’
iwlib.c:525: error: ‘struct iw15_range’ has no member named ‘sensitivity’
iwlib.c:525: error: ‘struct iw15_range’ has no member named ‘num_channels’
iwlib.c:527: error: ‘struct iw_range’ has no member named ‘sensitivity’
iwlib.c:528: error: ‘struct iw15_range’ has no member named ‘sensitivity’
iwlib.c:529: error: ‘struct iw15_range’ has no member named ‘num_bitrates’
iwlib.c:529: error: ‘struct iw15_range’ has no member named ‘sensitivity’
iwlib.c:531: error: ‘struct iw_range’ has no member named ‘num_bitrates’
iwlib.c:532: error: ‘struct iw15_range’ has no member named ‘num_bitrates’
iwlib.c:533: error: ‘struct iw15_range’ has no member named ‘min_rts’
iwlib.c:533: error: ‘struct iw15_range’ has no member named ‘num_bitrates’
iwlib.c:535: error: ‘struct iw_range’ has no member named ‘min_rts’
iwlib.c:536: error: ‘struct iw15_range’ has no member named ‘min_rts’
iwlib.c:537: error: ‘struct iw15_range’ has no member named ‘txpower_capa’
iwlib.c:537: error: ‘struct iw15_range’ has no member named ‘min_rts’
iwlib.c:539: error: ‘struct iw_range’ has no member named ‘txpower_capa’
iwlib.c:540: error: ‘struct iw15_range’ has no member named ‘txpower_capa’
iwlib.c:541: error: ‘struct iw15_range’ has no member named ‘txpower’
iwlib.c:541: error: ‘struct iw15_range’ has no member named ‘txpower_capa’
iwlib.c:543: error: ‘struct iw_range’ has no member named ‘txpower’
iwlib.c:544: error: ‘struct iw15_range’ has no member named ‘txpower’
iwlib.c:545: error: ‘struct iw15_range’ has no member named ‘avg_qual’
iwlib.c:545: error: ‘struct iw15_range’ has no member named ‘txpower’
iwlib.c:547: error: ‘struct iw_range’ has no member named ‘avg_qual’
iwlib.c:548: error: ‘struct iw15_range’ has no member named ‘avg_qual’
iwlib.c:558: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c:567: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c:569: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c:575: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c:576: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c:576: error: ‘iwrange’ has no member named ‘we_version_source’
iwlib.c:578: error: ‘iwrange’ has no member named ‘we_version_source’
iwlib.c:579: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c: In function ‘iw_get_priv_info’:
iwlib.c:629: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:630: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:631: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:637: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:649: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:650: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c: In function ‘iw_get_basic_config’:
iwlib.c:704: error: ‘struct iw_freq’ has no member named ‘flags’
iwlib.c:708: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:709: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:710: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:714: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:715: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:720: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c:721: error: ‘struct iw_point’ has no member named ‘flags’
iwlib.c:725: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:726: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c:734: error: ‘union iwreq_data’ has no member named ‘mode’
iwlib.c:735: error: ‘union iwreq_data’ has no member named ‘mode’
iwlib.c: In function ‘iw_set_basic_config’:
iwlib.c:770: error: ‘union iwreq_data’ has no member named ‘mode’
iwlib.c:800: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:801: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:802: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:816: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:817: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:818: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:822: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:836: error: ‘struct iw_param’ has no member named ‘fixed’
iwlib.c:856: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c:857: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:859: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c: In function ‘iw_float2freq’:
iwlib.c:1095: error: ‘iwfreq’ has no member named ‘e’
iwlib.c:1096: error: ‘iwfreq’ has no member named ‘e’
iwlib.c:1098: error: ‘iwfreq’ has no member named ‘m’
iwlib.c:1098: error: ‘iwfreq’ has no member named ‘e’
iwlib.c:1099: error: ‘iwfreq’ has no member named ‘e’
iwlib.c:1103: error: ‘iwfreq’ has no member named ‘m’
iwlib.c:1104: error: ‘iwfreq’ has no member named ‘e’
iwlib.c: In function ‘iw_freq2float’:
iwlib.c:1125: error: ‘iwfreq’ has no member named ‘m’
iwlib.c:1125: error: ‘iwfreq’ has no member named ‘e’
iwlib.c: In function ‘iw_freq_to_channel’:
iwlib.c:1215: error: ‘const struct iw_range’ has no member named ‘num_frequency’
iwlib.c:1217: error: ‘const struct iw_range’ has no member named ‘freq’
iwlib.c:1219: error: ‘const struct iw_range’ has no member named ‘freq’
iwlib.c: In function ‘iw_channel_to_freq’:
iwlib.c:1239: error: ‘const struct iw_range’ has no member named ‘num_frequency’
iwlib.c:1241: error: ‘const struct iw_range’ has no member named ‘freq’
iwlib.c:1241: error: ‘const struct iw_range’ has no member named ‘freq’
iwlib.c:1248: error: ‘const struct iw_range’ has no member named ‘num_frequency’
iwlib.c:1250: error: ‘const struct iw_range’ has no member named ‘freq’
iwlib.c:1252: error: ‘const struct iw_range’ has no member named ‘freq’
iwlib.c: In function ‘iw_print_txpower’:
iwlib.c:1366: error: ‘struct iw_param’ has no member named ‘disabled’
iwlib.c:1373: error: ‘struct iw_param’ has no member named ‘flags’
iwlib.c:1375: error: ‘struct iw_param’ has no member named ‘value’
iwlib.c:1380: error: ‘struct iw_param’ has no member named ‘flags’
iwlib.c:1381: error: ‘struct iw_param’ has no member named ‘value’
iwlib.c:1383: error: ‘struct iw_param’ has no member named ‘value’
iwlib.c: In function ‘iw_get_stats’:
iwlib.c:1406: error: ‘iwrange’ has no member named ‘we_version_compiled’
iwlib.c:1409: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:1410: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:1411: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:1443: error: ‘iwstats’ has no member named ‘status’
iwlib.c:1447: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:1449: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:1453: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:1455: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:1459: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:1461: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:1464: error: ‘iwstats’ has no member named ‘discard’
iwlib.c:1466: error: ‘iwstats’ has no member named ‘discard’
iwlib.c:1468: error: ‘iwstats’ has no member named ‘discard’
iwlib.c: In function ‘iw_print_stats’:
iwlib.c:1525: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1526: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1529: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1532: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1533: error: ‘iwqual’ has no member named ‘qual’
iwlib.c:1533: error: ‘iwrange’ has no member named ‘max_qual’
iwlib.c:1539: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1543: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1545: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1547: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1554: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1556: error: ‘iwqual’ has no member named ‘noise’
iwlib.c:1558: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1565: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1566: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1566: error: ‘iwrange’ has no member named ‘max_qual’
iwlib.c:1569: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1571: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1573: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1576: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1583: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1585: error: ‘iwqual’ has no member named ‘noise’
iwlib.c:1587: error: ‘iwqual’ has no member named ‘noise’
iwlib.c:1590: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1597: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1600: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1601: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1601: error: ‘iwrange’ has no member named ‘max_qual’
iwlib.c:1607: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1610: error: ‘iwqual’ has no member named ‘updated’
iwlib.c:1611: error: ‘iwqual’ has no member named ‘noise’
iwlib.c:1611: error: ‘iwrange’ has no member named ‘max_qual’
iwlib.c:1621: error: ‘iwqual’ has no member named ‘qual’
iwlib.c:1621: error: ‘iwqual’ has no member named ‘level’
iwlib.c:1621: error: ‘iwqual’ has no member named ‘noise’
iwlib.c: At top level:
iwlib.c:1798: error: expected declaration specifiers or ‘...’ before ‘__u16’
iwlib.c: In function ‘iw_in_key_full’:
iwlib.c:1828: error: ‘struct iw_range’ has no member named ‘we_version_compiled’
iwlib.c:1832: error: ‘flags’ undeclared (first use in this function)
iwlib.c:1832: error: (Each undeclared identifier is reported only once
iwlib.c:1832: error: for each function it appears in.)
iwlib.c:1832: error: ‘struct iw_range’ has no member named ‘encoding_login_index’
iwlib.c:1838: error: ‘struct iw_range’ has no member named ‘encoding_login_index’
iwlib.c:1840: error: ‘struct iw_range’ has no member named ‘encoding_login_index’
iwlib.c:1842: error: ‘struct iw_range’ has no member named ‘encoding_login_index’
iwlib.c: At top level:
iwlib.c:2407: error: ‘__u32’ undeclared here (not in a function)
iwlib.c:2466: error: expected specifier-qualifier-list before ‘__u8’
iwlib.c:2482: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2482: warning: excess elements in struct initializer
iwlib.c:2482: warning: (near initialization for ‘standard_ioctl_descr[0]’)
iwlib.c:2485: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2485: warning: excess elements in struct initializer
iwlib.c:2485: warning: (near initialization for ‘standard_ioctl_descr[1]’)
iwlib.c:2486: error: unknown field ‘flags’ specified in initializer
iwlib.c:2486: warning: excess elements in struct initializer
iwlib.c:2486: warning: (near initialization for ‘standard_ioctl_descr[1]’)
iwlib.c:2489: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2489: warning: excess elements in struct initializer
iwlib.c:2489: warning: (near initialization for ‘standard_ioctl_descr[2]’)
iwlib.c:2490: error: unknown field ‘flags’ specified in initializer
iwlib.c:2490: warning: excess elements in struct initializer
iwlib.c:2490: warning: (near initialization for ‘standard_ioctl_descr[2]’)
iwlib.c:2493: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2493: warning: excess elements in struct initializer
iwlib.c:2493: warning: (near initialization for ‘standard_ioctl_descr[3]’)
iwlib.c:2494: error: unknown field ‘flags’ specified in initializer
iwlib.c:2494: warning: excess elements in struct initializer
iwlib.c:2494: warning: (near initialization for ‘standard_ioctl_descr[3]’)
iwlib.c:2497: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2497: warning: excess elements in struct initializer
iwlib.c:2497: warning: (near initialization for ‘standard_ioctl_descr[4]’)
iwlib.c:2498: error: unknown field ‘flags’ specified in initializer
iwlib.c:2498: warning: excess elements in struct initializer
iwlib.c:2498: warning: (near initialization for ‘standard_ioctl_descr[4]’)
iwlib.c:2501: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2501: warning: excess elements in struct initializer
iwlib.c:2501: warning: (near initialization for ‘standard_ioctl_descr[5]’)
iwlib.c:2502: error: unknown field ‘flags’ specified in initializer
iwlib.c:2502: warning: excess elements in struct initializer
iwlib.c:2502: warning: (near initialization for ‘standard_ioctl_descr[5]’)
iwlib.c:2505: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2505: warning: excess elements in struct initializer
iwlib.c:2505: warning: (near initialization for ‘standard_ioctl_descr[6]’)
iwlib.c:2506: error: unknown field ‘flags’ specified in initializer
iwlib.c:2506: warning: excess elements in struct initializer
iwlib.c:2506: warning: (near initialization for ‘standard_ioctl_descr[6]’)
iwlib.c:2509: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2509: warning: excess elements in struct initializer
iwlib.c:2509: warning: (near initialization for ‘standard_ioctl_descr[7]’)
iwlib.c:2510: error: unknown field ‘flags’ specified in initializer
iwlib.c:2510: warning: excess elements in struct initializer
iwlib.c:2510: warning: (near initialization for ‘standard_ioctl_descr[7]’)
iwlib.c:2513: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2513: warning: excess elements in struct initializer
iwlib.c:2513: warning: (near initialization for ‘standard_ioctl_descr[8]’)
iwlib.c:2516: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2516: warning: excess elements in struct initializer
iwlib.c:2516: warning: (near initialization for ‘standard_ioctl_descr[9]’)
iwlib.c:2519: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2519: warning: excess elements in struct initializer
iwlib.c:2519: warning: (near initialization for ‘standard_ioctl_descr[10]’)
iwlib.c:2522: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2522: warning: excess elements in struct initializer
iwlib.c:2522: warning: (near initialization for ‘standard_ioctl_descr[11]’)
iwlib.c:2523: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2523: warning: excess elements in struct initializer
iwlib.c:2523: warning: (near initialization for ‘standard_ioctl_descr[11]’)
iwlib.c:2524: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2524: warning: excess elements in struct initializer
iwlib.c:2524: warning: (near initialization for ‘standard_ioctl_descr[11]’)
iwlib.c:2525: error: unknown field ‘flags’ specified in initializer
iwlib.c:2525: warning: excess elements in struct initializer
iwlib.c:2525: warning: (near initialization for ‘standard_ioctl_descr[11]’)
iwlib.c:2528: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2528: warning: excess elements in struct initializer
iwlib.c:2528: warning: (near initialization for ‘standard_ioctl_descr[12]’)
iwlib.c:2531: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2531: warning: excess elements in struct initializer
iwlib.c:2531: warning: (near initialization for ‘standard_ioctl_descr[13]’)
iwlib.c:2534: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2534: warning: excess elements in struct initializer
iwlib.c:2534: warning: (near initialization for ‘standard_ioctl_descr[14]’)
iwlib.c:2537: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2537: warning: excess elements in struct initializer
iwlib.c:2537: warning: (near initialization for ‘standard_ioctl_descr[15]’)
iwlib.c:2538: error: unknown field ‘flags’ specified in initializer
iwlib.c:2538: warning: excess elements in struct initializer
iwlib.c:2538: warning: (near initialization for ‘standard_ioctl_descr[15]’)
iwlib.c:2541: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2541: warning: excess elements in struct initializer
iwlib.c:2541: warning: (near initialization for ‘standard_ioctl_descr[16]’)
iwlib.c:2542: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2542: warning: excess elements in struct initializer
iwlib.c:2542: warning: (near initialization for ‘standard_ioctl_descr[16]’)
iwlib.c:2543: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2543: warning: excess elements in struct initializer
iwlib.c:2543: warning: (near initialization for ‘standard_ioctl_descr[16]’)
iwlib.c:2546: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2546: warning: excess elements in struct initializer
iwlib.c:2546: warning: (near initialization for ‘standard_ioctl_descr[17]’)
iwlib.c:2547: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2548: warning: excess elements in struct initializer
iwlib.c:2548: warning: (near initialization for ‘standard_ioctl_descr[17]’)
iwlib.c:2549: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2549: warning: excess elements in struct initializer
iwlib.c:2549: warning: (near initialization for ‘standard_ioctl_descr[17]’)
iwlib.c:2552: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2552: warning: excess elements in struct initializer
iwlib.c:2552: warning: (near initialization for ‘standard_ioctl_descr[18]’)
iwlib.c:2553: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2553: warning: excess elements in struct initializer
iwlib.c:2553: warning: (near initialization for ‘standard_ioctl_descr[18]’)
iwlib.c:2554: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2554: warning: excess elements in struct initializer
iwlib.c:2554: warning: (near initialization for ‘standard_ioctl_descr[18]’)
iwlib.c:2555: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2555: warning: excess elements in struct initializer
iwlib.c:2555: warning: (near initialization for ‘standard_ioctl_descr[18]’)
iwlib.c:2558: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2558: warning: excess elements in struct initializer
iwlib.c:2558: warning: (near initialization for ‘standard_ioctl_descr[19]’)
iwlib.c:2559: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2559: warning: excess elements in struct initializer
iwlib.c:2559: warning: (near initialization for ‘standard_ioctl_descr[19]’)
iwlib.c:2560: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2560: warning: excess elements in struct initializer
iwlib.c:2560: warning: (near initialization for ‘standard_ioctl_descr[19]’)
iwlib.c:2561: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2561: warning: excess elements in struct initializer
iwlib.c:2561: warning: (near initialization for ‘standard_ioctl_descr[19]’)
iwlib.c:2564: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2564: warning: excess elements in struct initializer
iwlib.c:2564: warning: (near initialization for ‘standard_ioctl_descr[20]’)
iwlib.c:2567: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2567: warning: excess elements in struct initializer
iwlib.c:2567: warning: (near initialization for ‘standard_ioctl_descr[21]’)
iwlib.c:2568: error: unknown field ‘flags’ specified in initializer
iwlib.c:2568: warning: excess elements in struct initializer
iwlib.c:2568: warning: (near initialization for ‘standard_ioctl_descr[21]’)
iwlib.c:2571: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2571: warning: excess elements in struct initializer
iwlib.c:2571: warning: (near initialization for ‘standard_ioctl_descr[22]’)
iwlib.c:2572: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2572: warning: excess elements in struct initializer
iwlib.c:2572: warning: (near initialization for ‘standard_ioctl_descr[22]’)
iwlib.c:2573: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2573: warning: excess elements in struct initializer
iwlib.c:2573: warning: (near initialization for ‘standard_ioctl_descr[22]’)
iwlib.c:2574: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2574: warning: excess elements in struct initializer
iwlib.c:2574: warning: (near initialization for ‘standard_ioctl_descr[22]’)
iwlib.c:2577: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2577: warning: excess elements in struct initializer
iwlib.c:2577: warning: (near initialization for ‘standard_ioctl_descr[23]’)
iwlib.c:2578: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2579: warning: excess elements in struct initializer
iwlib.c:2579: warning: (near initialization for ‘standard_ioctl_descr[23]’)
iwlib.c:2580: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2580: warning: excess elements in struct initializer
iwlib.c:2580: warning: (near initialization for ‘standard_ioctl_descr[23]’)
iwlib.c:2581: error: unknown field ‘flags’ specified in initializer
iwlib.c:2581: warning: excess elements in struct initializer
iwlib.c:2581: warning: (near initialization for ‘standard_ioctl_descr[23]’)
iwlib.c:2584: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2584: warning: excess elements in struct initializer
iwlib.c:2584: warning: (near initialization for ‘standard_ioctl_descr[24]’)
iwlib.c:2585: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2585: warning: excess elements in struct initializer
iwlib.c:2585: warning: (near initialization for ‘standard_ioctl_descr[24]’)
iwlib.c:2586: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2586: warning: excess elements in struct initializer
iwlib.c:2586: warning: (near initialization for ‘standard_ioctl_descr[24]’)
iwlib.c:2587: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2587: warning: excess elements in struct initializer
iwlib.c:2587: warning: (near initialization for ‘standard_ioctl_descr[24]’)
iwlib.c:2590: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2590: warning: excess elements in struct initializer
iwlib.c:2590: warning: (near initialization for ‘standard_ioctl_descr[25]’)
iwlib.c:2591: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2591: warning: excess elements in struct initializer
iwlib.c:2591: warning: (near initialization for ‘standard_ioctl_descr[25]’)
iwlib.c:2592: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2592: warning: excess elements in struct initializer
iwlib.c:2592: warning: (near initialization for ‘standard_ioctl_descr[25]’)
iwlib.c:2593: error: unknown field ‘flags’ specified in initializer
iwlib.c:2593: warning: excess elements in struct initializer
iwlib.c:2593: warning: (near initialization for ‘standard_ioctl_descr[25]’)
iwlib.c:2596: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2596: warning: excess elements in struct initializer
iwlib.c:2596: warning: (near initialization for ‘standard_ioctl_descr[26]’)
iwlib.c:2597: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2597: warning: excess elements in struct initializer
iwlib.c:2597: warning: (near initialization for ‘standard_ioctl_descr[26]’)
iwlib.c:2598: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2598: warning: excess elements in struct initializer
iwlib.c:2598: warning: (near initialization for ‘standard_ioctl_descr[26]’)
iwlib.c:2599: error: unknown field ‘flags’ specified in initializer
iwlib.c:2599: warning: excess elements in struct initializer
iwlib.c:2599: warning: (near initialization for ‘standard_ioctl_descr[26]’)
iwlib.c:2602: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2602: warning: excess elements in struct initializer
iwlib.c:2602: warning: (near initialization for ‘standard_ioctl_descr[27]’)
iwlib.c:2603: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2603: warning: excess elements in struct initializer
iwlib.c:2603: warning: (near initialization for ‘standard_ioctl_descr[27]’)
iwlib.c:2604: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2604: warning: excess elements in struct initializer
iwlib.c:2604: warning: (near initialization for ‘standard_ioctl_descr[27]’)
iwlib.c:2605: error: unknown field ‘flags’ specified in initializer
iwlib.c:2605: warning: excess elements in struct initializer
iwlib.c:2605: warning: (near initialization for ‘standard_ioctl_descr[27]’)
iwlib.c:2608: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2608: warning: excess elements in struct initializer
iwlib.c:2608: warning: (near initialization for ‘standard_ioctl_descr[28]’)
iwlib.c:2609: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2609: warning: excess elements in struct initializer
iwlib.c:2609: warning: (near initialization for ‘standard_ioctl_descr[28]’)
iwlib.c:2610: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2610: warning: excess elements in struct initializer
iwlib.c:2610: warning: (near initialization for ‘standard_ioctl_descr[28]’)
iwlib.c:2613: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2613: warning: excess elements in struct initializer
iwlib.c:2613: warning: (near initialization for ‘standard_ioctl_descr[29]’)
iwlib.c:2614: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2614: warning: excess elements in struct initializer
iwlib.c:2614: warning: (near initialization for ‘standard_ioctl_descr[29]’)
iwlib.c:2615: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2615: warning: excess elements in struct initializer
iwlib.c:2615: warning: (near initialization for ‘standard_ioctl_descr[29]’)
iwlib.c:2618: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2618: warning: excess elements in struct initializer
iwlib.c:2618: warning: (near initialization for ‘standard_ioctl_descr[32]’)
iwlib.c:2621: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2621: warning: excess elements in struct initializer
iwlib.c:2621: warning: (near initialization for ‘standard_ioctl_descr[33]’)
iwlib.c:2624: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2624: warning: excess elements in struct initializer
iwlib.c:2624: warning: (near initialization for ‘standard_ioctl_descr[34]’)
iwlib.c:2627: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2627: warning: excess elements in struct initializer
iwlib.c:2627: warning: (near initialization for ‘standard_ioctl_descr[35]’)
iwlib.c:2630: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2630: warning: excess elements in struct initializer
iwlib.c:2630: warning: (near initialization for ‘standard_ioctl_descr[36]’)
iwlib.c:2633: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2633: warning: excess elements in struct initializer
iwlib.c:2633: warning: (near initialization for ‘standard_ioctl_descr[37]’)
iwlib.c:2636: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2636: warning: excess elements in struct initializer
iwlib.c:2636: warning: (near initialization for ‘standard_ioctl_descr[38]’)
iwlib.c:2639: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2639: warning: excess elements in struct initializer
iwlib.c:2639: warning: (near initialization for ‘standard_ioctl_descr[39]’)
iwlib.c:2642: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2642: warning: excess elements in struct initializer
iwlib.c:2642: warning: (near initialization for ‘standard_ioctl_descr[40]’)
iwlib.c:2645: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2645: warning: excess elements in struct initializer
iwlib.c:2645: warning: (near initialization for ‘standard_ioctl_descr[41]’)
iwlib.c:2648: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2648: warning: excess elements in struct initializer
iwlib.c:2648: warning: (near initialization for ‘standard_ioctl_descr[42]’)
iwlib.c:2651: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2651: warning: excess elements in struct initializer
iwlib.c:2651: warning: (near initialization for ‘standard_ioctl_descr[42]’)
iwlib.c:2652: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2652: warning: excess elements in struct initializer
iwlib.c:2652: warning: (near initialization for ‘standard_ioctl_descr[42]’)
iwlib.c:2653: error: unknown field ‘flags’ specified in initializer
iwlib.c:2653: warning: excess elements in struct initializer
iwlib.c:2653: warning: (near initialization for ‘standard_ioctl_descr[42]’)
iwlib.c:2656: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2656: warning: excess elements in struct initializer
iwlib.c:2656: warning: (near initialization for ‘standard_ioctl_descr[43]’)
iwlib.c:2659: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2659: warning: excess elements in struct initializer
iwlib.c:2659: warning: (near initialization for ‘standard_ioctl_descr[43]’)
iwlib.c:2660: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2660: warning: excess elements in struct initializer
iwlib.c:2660: warning: (near initialization for ‘standard_ioctl_descr[43]’)
iwlib.c:2661: error: unknown field ‘flags’ specified in initializer
iwlib.c:2661: warning: excess elements in struct initializer
iwlib.c:2661: warning: (near initialization for ‘standard_ioctl_descr[43]’)
iwlib.c:2664: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2664: warning: excess elements in struct initializer
iwlib.c:2664: warning: (near initialization for ‘standard_ioctl_descr[44]’)
iwlib.c:2667: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2667: warning: excess elements in struct initializer
iwlib.c:2667: warning: (near initialization for ‘standard_ioctl_descr[45]’)
iwlib.c:2670: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2670: warning: excess elements in struct initializer
iwlib.c:2670: warning: (near initialization for ‘standard_ioctl_descr[46]’)
iwlib.c:2673: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2673: warning: excess elements in struct initializer
iwlib.c:2673: warning: (near initialization for ‘standard_ioctl_descr[47]’)
iwlib.c:2676: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2676: warning: excess elements in struct initializer
iwlib.c:2676: warning: (near initialization for ‘standard_ioctl_descr[48]’)
iwlib.c:2677: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2677: warning: excess elements in struct initializer
iwlib.c:2677: warning: (near initialization for ‘standard_ioctl_descr[48]’)
iwlib.c:2678: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2678: warning: excess elements in struct initializer
iwlib.c:2678: warning: (near initialization for ‘standard_ioctl_descr[48]’)
iwlib.c:2681: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2681: warning: excess elements in struct initializer
iwlib.c:2681: warning: (near initialization for ‘standard_ioctl_descr[49]’)
iwlib.c:2682: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2682: warning: excess elements in struct initializer
iwlib.c:2682: warning: (near initialization for ‘standard_ioctl_descr[49]’)
iwlib.c:2683: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2683: warning: excess elements in struct initializer
iwlib.c:2683: warning: (near initialization for ‘standard_ioctl_descr[49]’)
iwlib.c:2686: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2686: warning: excess elements in struct initializer
iwlib.c:2686: warning: (near initialization for ‘standard_ioctl_descr[50]’)
iwlib.c:2689: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2689: warning: excess elements in struct initializer
iwlib.c:2689: warning: (near initialization for ‘standard_ioctl_descr[51]’)
iwlib.c:2692: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2692: warning: excess elements in struct initializer
iwlib.c:2692: warning: (near initialization for ‘standard_ioctl_descr[52]’)
iwlib.c:2693: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2693: warning: excess elements in struct initializer
iwlib.c:2693: warning: (near initialization for ‘standard_ioctl_descr[52]’)
iwlib.c:2694: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2694: warning: excess elements in struct initializer
iwlib.c:2694: warning: (near initialization for ‘standard_ioctl_descr[52]’)
iwlib.c:2695: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2696: warning: excess elements in struct initializer
iwlib.c:2696: warning: (near initialization for ‘standard_ioctl_descr[52]’)
iwlib.c:2699: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2699: warning: excess elements in struct initializer
iwlib.c:2699: warning: (near initialization for ‘standard_ioctl_descr[53]’)
iwlib.c:2700: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2700: warning: excess elements in struct initializer
iwlib.c:2700: warning: (near initialization for ‘standard_ioctl_descr[53]’)
iwlib.c:2701: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2701: warning: excess elements in struct initializer
iwlib.c:2701: warning: (near initialization for ‘standard_ioctl_descr[53]’)
iwlib.c:2702: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2703: warning: excess elements in struct initializer
iwlib.c:2703: warning: (near initialization for ‘standard_ioctl_descr[53]’)
iwlib.c:2706: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2706: warning: excess elements in struct initializer
iwlib.c:2706: warning: (near initialization for ‘standard_ioctl_descr[54]’)
iwlib.c:2707: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2707: warning: excess elements in struct initializer
iwlib.c:2707: warning: (near initialization for ‘standard_ioctl_descr[54]’)
iwlib.c:2708: error: unknown field ‘min_tokens’ specified in initializer
iwlib.c:2708: warning: excess elements in struct initializer
iwlib.c:2708: warning: (near initialization for ‘standard_ioctl_descr[54]’)
iwlib.c:2709: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2709: warning: excess elements in struct initializer
iwlib.c:2709: warning: (near initialization for ‘standard_ioctl_descr[54]’)
iwlib.c:2712: warning: division by zero
iwlib.c:2713: error: initializer element is not constant
iwlib.c:2721: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2721: warning: excess elements in struct initializer
iwlib.c:2721: warning: (near initialization for ‘standard_event_descr[0]’)
iwlib.c:2724: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2724: warning: excess elements in struct initializer
iwlib.c:2724: warning: (near initialization for ‘standard_event_descr[1]’)
iwlib.c:2727: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2727: warning: excess elements in struct initializer
iwlib.c:2727: warning: (near initialization for ‘standard_event_descr[2]’)
iwlib.c:2728: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2728: warning: excess elements in struct initializer
iwlib.c:2728: warning: (near initialization for ‘standard_event_descr[2]’)
iwlib.c:2729: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2729: warning: excess elements in struct initializer
iwlib.c:2729: warning: (near initialization for ‘standard_event_descr[2]’)
iwlib.c:2732: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2732: warning: excess elements in struct initializer
iwlib.c:2732: warning: (near initialization for ‘standard_event_descr[3]’)
iwlib.c:2735: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2735: warning: excess elements in struct initializer
iwlib.c:2735: warning: (near initialization for ‘standard_event_descr[4]’)
iwlib.c:2738: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2738: warning: excess elements in struct initializer
iwlib.c:2738: warning: (near initialization for ‘standard_event_descr[5]’)
iwlib.c:2739: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2739: warning: excess elements in struct initializer
iwlib.c:2739: warning: (near initialization for ‘standard_event_descr[5]’)
iwlib.c:2740: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2740: warning: excess elements in struct initializer
iwlib.c:2740: warning: (near initialization for ‘standard_event_descr[5]’)
iwlib.c:2743: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2743: warning: excess elements in struct initializer
iwlib.c:2743: warning: (near initialization for ‘standard_event_descr[6]’)
iwlib.c:2744: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2744: warning: excess elements in struct initializer
iwlib.c:2744: warning: (near initialization for ‘standard_event_descr[6]’)
iwlib.c:2745: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2745: warning: excess elements in struct initializer
iwlib.c:2745: warning: (near initialization for ‘standard_event_descr[6]’)
iwlib.c:2748: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2748: warning: excess elements in struct initializer
iwlib.c:2748: warning: (near initialization for ‘standard_event_descr[7]’)
iwlib.c:2749: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2749: warning: excess elements in struct initializer
iwlib.c:2749: warning: (near initialization for ‘standard_event_descr[7]’)
iwlib.c:2750: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2750: warning: excess elements in struct initializer
iwlib.c:2750: warning: (near initialization for ‘standard_event_descr[7]’)
iwlib.c:2753: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2753: warning: excess elements in struct initializer
iwlib.c:2753: warning: (near initialization for ‘standard_event_descr[8]’)
iwlib.c:2754: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2754: warning: excess elements in struct initializer
iwlib.c:2754: warning: (near initialization for ‘standard_event_descr[8]’)
iwlib.c:2755: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2755: warning: excess elements in struct initializer
iwlib.c:2755: warning: (near initialization for ‘standard_event_descr[8]’)
iwlib.c:2758: error: unknown field ‘header_type’ specified in initializer
iwlib.c:2758: warning: excess elements in struct initializer
iwlib.c:2758: warning: (near initialization for ‘standard_event_descr[9]’)
iwlib.c:2759: error: unknown field ‘token_size’ specified in initializer
iwlib.c:2759: warning: excess elements in struct initializer
iwlib.c:2759: warning: (near initialization for ‘standard_event_descr[9]’)
iwlib.c:2760: error: unknown field ‘max_tokens’ specified in initializer
iwlib.c:2760: warning: excess elements in struct initializer
iwlib.c:2760: warning: (near initialization for ‘standard_event_descr[9]’)
iwlib.c:2763: warning: division by zero
iwlib.c:2764: error: initializer element is not constant
iwlib.c:2772: error: initializer element is not constant
iwlib.c:2772: error: (near initialization for ‘event_type_size[4]’)
iwlib.c: In function ‘iw_extract_event_stream’:
iwlib.c:2834: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2834: warning: comparison between pointer and integer
iwlib.c:2838: error: ‘struct iw_event’ has no member named ‘cmd’
iwlib.c:2838: warning: comparison between pointer and integer
iwlib.c:2840: error: ‘struct iw_event’ has no member named ‘cmd’
iwlib.c:2840: warning: assignment makes integer from pointer without a cast
iwlib.c:2846: error: ‘struct iw_event’ has no member named ‘cmd’
iwlib.c:2846: warning: assignment makes integer from pointer without a cast
iwlib.c:2851: error: ‘const struct iw_ioctl_description’ has no member named ‘header_type’
iwlib.c:2851: warning: assignment makes integer from pointer without a cast
iwlib.c:2856: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c:2862: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2862: error: invalid operands to binary + (have ‘char *’ and ‘const int *’)
iwlib.c:2862: warning: statement with no effect
iwlib.c:2882: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2882: error: invalid operands to binary + (have ‘char *’ and ‘const int *’)
iwlib.c:2882: warning: statement with no effect
iwlib.c:2888: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c:2900: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2900: warning: initialization makes integer from pointer without a cast
iwlib.c:2904: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2904: error: request for member ‘data’ in something not a structure or union
iwlib.c:2904: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2904: warning: statement with no effect
iwlib.c:2909: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2909: error: request for member ‘data’ in something not a structure or union
iwlib.c:2909: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2909: warning: statement with no effect
iwlib.c:2915: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2915: error: request for member ‘data’ in something not a structure or union
iwlib.c:2915: error: request for member ‘length’ in something not a structure or union
iwlib.c:2915: error: ‘const struct iw_ioctl_description’ has no member named ‘token_size’
iwlib.c:2915: error: invalid operands to binary * (have ‘const int *’ and ‘const int *’)
iwlib.c:2915: warning: initialization makes integer from pointer without a cast
iwlib.c:2928: error: ‘union iw_align_u16’ has no member named ‘byte’
iwlib.c:2928: error: assignment of read-only location ‘<erroneous-expression>[0]’
iwlib.c:2928: warning: statement with no effect
iwlib.c:2929: error: ‘union iw_align_u16’ has no member named ‘byte’
iwlib.c:2929: error: assignment of read-only location ‘<erroneous-expression>[1]’
iwlib.c:2929: warning: statement with no effect
iwlib.c:2930: error: ‘union iw_align_u16’ has no member named ‘value’
iwlib.c:2930: error: ‘const struct iw_ioctl_description’ has no member named ‘token_size’
iwlib.c:2930: error: invalid operands to binary * (have ‘const int *’ and ‘const int *’)
iwlib.c:2930: warning: assignment makes integer from pointer without a cast
iwlib.c:2942: error: ‘struct iw_point’ has no member named ‘length’
iwlib.c:2948: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2948: error: request for member ‘data’ in something not a structure or union
iwlib.c:2948: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2948: warning: statement with no effect
iwlib.c:2950: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2950: error: request for member ‘data’ in something not a structure or union
iwlib.c:2950: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2950: warning: statement with no effect
iwlib.c:2957: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2957: error: request for member ‘data’ in something not a structure or union
iwlib.c:2957: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2957: warning: statement with no effect
iwlib.c:2960: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2960: error: request for member ‘data’ in something not a structure or union
iwlib.c:2960: error: request for member ‘length’ in something not a structure or union
iwlib.c:2960: error: ‘const struct iw_ioctl_description’ has no member named ‘max_tokens’
iwlib.c:2961: error: ‘const struct iw_ioctl_description’ has no member named ‘flags’
iwlib.c:2961: error: invalid operands to binary & (have ‘const int *’ and ‘int’)
iwlib.c:2962: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2962: error: request for member ‘data’ in something not a structure or union
iwlib.c:2962: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2962: warning: statement with no effect
iwlib.c:2964: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2964: error: request for member ‘data’ in something not a structure or union
iwlib.c:2964: error: request for member ‘length’ in something not a structure or union
iwlib.c:2964: error: ‘const struct iw_ioctl_description’ has no member named ‘min_tokens’
iwlib.c:2965: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2965: error: request for member ‘data’ in something not a structure or union
iwlib.c:2965: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2965: warning: statement with no effect
iwlib.c:2974: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:2974: error: request for member ‘data’ in something not a structure or union
iwlib.c:2974: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:2974: warning: statement with no effect
iwlib.c:2977: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2977: error: invalid operands to binary + (have ‘char *’ and ‘const int *’)
iwlib.c:2977: warning: statement with no effect
iwlib.c:2986: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2986: error: invalid operands to binary % (have ‘const int *’ and ‘unsigned int’)
iwlib.c:2986: warning: comparison between pointer and integer
iwlib.c:2987: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:2987: warning: comparison between pointer and integer
iwlib.c:3001: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:3001: error: invalid operands to binary + (have ‘char *’ and ‘const int *’)
iwlib.c:3001: warning: comparison of distinct pointer types lacks a cast
iwlib.c:3008: error: ‘struct iw_event’ has no member named ‘len’
iwlib.c:3008: error: invalid operands to binary + (have ‘char *’ and ‘const int *’)
iwlib.c:3008: warning: statement with no effect
iwlib.c: In function ‘iw_process_scanning_token’:
iwlib.c:3055: error: ‘struct iw_event’ has no member named ‘cmd’
iwlib.c:3072: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3072: error: request for member ‘ap_addr’ in something not a structure or union
iwlib.c:3076: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3076: error: request for member ‘nwid’ in something not a structure or union
iwlib.c:3080: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3080: error: request for member ‘freq’ in something not a structure or union
iwlib.c:3080: warning: passing argument 1 of ‘iw_freq2float’ from incompatible pointer type
iwlib.c:1114: note: expected ‘const struct iwfreq *’ but argument is of type ‘const int (*)[1]’
iwlib.c:3081: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3081: error: request for member ‘freq’ in something not a structure or union
iwlib.c:3081: error: request for member ‘flags’ in something not a structure or union
iwlib.c:3081: warning: assignment makes integer from pointer without a cast
iwlib.c:3084: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3084: error: request for member ‘mode’ in something not a structure or union
iwlib.c:3084: warning: assignment makes integer from pointer without a cast
iwlib.c:3090: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3090: error: request for member ‘data’ in something not a structure or union
iwlib.c:3090: error: request for member ‘flags’ in something not a structure or union
iwlib.c:3090: warning: assignment makes integer from pointer without a cast
iwlib.c:3092: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3092: error: request for member ‘essid’ in something not a structure or union
iwlib.c:3092: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:3092: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3092: error: request for member ‘essid’ in something not a structure or union
iwlib.c:3092: error: request for member ‘length’ in something not a structure or union
iwlib.c:3093: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3093: error: request for member ‘essid’ in something not a structure or union
iwlib.c:3093: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:3093: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3093: error: request for member ‘essid’ in something not a structure or union
iwlib.c:3093: error: request for member ‘length’ in something not a structure or union
iwlib.c:3093: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast
/opt/musl/include/string.h:23: note: expected ‘size_t’ but argument is of type ‘const int *’
iwlib.c:3097: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3097: error: request for member ‘data’ in something not a structure or union
iwlib.c:3097: error: request for member ‘length’ in something not a structure or union
iwlib.c:3097: warning: assignment makes integer from pointer without a cast
iwlib.c:3098: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3098: error: request for member ‘data’ in something not a structure or union
iwlib.c:3098: error: request for member ‘flags’ in something not a structure or union
iwlib.c:3098: warning: assignment makes integer from pointer without a cast
iwlib.c:3099: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3099: error: request for member ‘data’ in something not a structure or union
iwlib.c:3099: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:3100: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3100: error: request for member ‘essid’ in something not a structure or union
iwlib.c:3100: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:3100: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3100: error: request for member ‘data’ in something not a structure or union
iwlib.c:3100: error: request for member ‘length’ in something not a structure or union
iwlib.c:3100: warning: passing argument 3 of ‘memcpy’ makes integer from pointer without a cast
/opt/musl/include/string.h:23: note: expected ‘size_t’ but argument is of type ‘const int *’
iwlib.c:3107: error: ‘iwstats’ has no member named ‘qual’
iwlib.c:3107: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3107: error: request for member ‘qual’ in something not a structure or union
iwlib.c:3113: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3113: error: request for member ‘bitrate’ in something not a structure or union
iwlib.c:3113: error: request for member ‘value’ in something not a structure or union
iwlib.c:3113: error: ‘iwparam’ has no member named ‘value’
iwlib.c:3116: error: ‘struct iw_event’ has no member named ‘u’
iwlib.c:3116: error: request for member ‘bitrate’ in something not a structure or union
iwlib.c: In function ‘iw_process_scan’:
iwlib.c:3159: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3159: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:3159: warning: statement with no effect
iwlib.c:3160: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3160: error: request for member ‘flags’ in something not a structure or union
iwlib.c:3160: warning: statement with no effect
iwlib.c:3161: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3161: error: request for member ‘length’ in something not a structure or union
iwlib.c:3161: warning: statement with no effect
iwlib.c:3184: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3184: error: request for member ‘pointer’ in something not a structure or union
iwlib.c:3184: warning: statement with no effect
iwlib.c:3185: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3185: error: request for member ‘flags’ in something not a structure or union
iwlib.c:3185: warning: statement with no effect
iwlib.c:3186: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3186: error: request for member ‘length’ in something not a structure or union
iwlib.c:3186: warning: statement with no effect
iwlib.c:3201: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3201: error: request for member ‘length’ in something not a structure or union
iwlib.c:3201: warning: comparison between pointer and integer
iwlib.c:3202: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3202: error: request for member ‘length’ in something not a structure or union
iwlib.c:3202: warning: assignment makes integer from pointer without a cast
iwlib.c:3228: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3228: error: request for member ‘length’ in something not a structure or union
iwlib.c:3244: error: ‘union iwreq_data’ has no member named ‘data’
iwlib.c:3244: error: request for member ‘length’ in something not a structure or union
iwlib.c:3244: warning: passing argument 3 of ‘iw_init_event_stream’ makes integer from pointer without a cast
iwlib.c:2787: note: expected ‘int’ but argument is of type ‘const int *’
make: *** [iwlib.so] Error 1

[-- Attachment #3: missing-musl-headers --]
[-- Type: application/octet-stream, Size: 1438 bytes --]

ls: cannot access /opt/musl/include/core.h: No such file or directory
ls: cannot access /opt/musl/include/iwlib.h: No such file or directory
ls: cannot access /opt/musl/include/iwlib-private.h: No such file or directory
ls: cannot access /opt/musl/include/linux/device.h: No such file or directory
ls: cannot access /opt/musl/include/linux/err.h: No such file or directory
ls: cannot access /opt/musl/include/linux/ethtool.h: No such file or directory
ls: cannot access /opt/musl/include/linux/if.h: No such file or directory
ls: cannot access /opt/musl/include/linux/kernel.h: No such file or directory
ls: cannot access /opt/musl/include/linux/leds.h: No such file or directory
ls: cannot access /opt/musl/include/linux/list.h: No such file or directory
ls: cannot access /opt/musl/include/linux/mutex.h: No such file or directory
ls: cannot access /opt/musl/include/linux/netlink.h: No such file or directory
ls: cannot access /opt/musl/include/linux/rtnetlink.h: No such file or directory
ls: cannot access /opt/musl/include/linux/socket.h: No such file or directory
ls: cannot access /opt/musl/include/linux/sockios.h: No such file or directory
ls: cannot access /opt/musl/include/linux/types.h: No such file or directory
ls: cannot access /opt/musl/include/o: No such file or directory
ls: cannot access /opt/musl/include/rfkill.h: No such file or directory
ls: cannot access /opt/musl/include/wireless.h: No such file or directory

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-04-22  5:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-20 15:33 musl vs wireless-tools Isaac Dunham
2012-04-20 15:39 ` Rich Felker
2012-04-20 16:23   ` Isaac Dunham
2012-04-20 16:41     ` Rich Felker
2012-04-20 17:00       ` Isaac Dunham
2012-04-20 19:05       ` Isaac Dunham
2012-04-21 22:56     ` Isaac Dunham
2012-04-22  5:40       ` Rich Felker

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).