[oe-issues] [Bug 2095] gpe-conf 0.3.5 fails to build with errors in linux/wireless.h include
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Mon Apr 30 18:52:25 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2095
polyonymous at klever.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |polyonymous at klever.net
------- Comment #5 from polyonymous at klever.net 2007-04-30 11:52 -------
I can confirm the problem.
| In file included from modules/sysinfo.c:31:
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:646:
error: expected specifier-qualifier-list before '__s32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:659:
error: expected specifier-qualifier-list before '__u16'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:673:
error: expected specifier-qualifier-list before '__s32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:684:
error: expected specifier-qualifier-list before '__u8'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:700:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:713:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:740:
error: expected specifier-qualifier-list before '__u8'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:802:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:816:
error: expected specifier-qualifier-list before '__u16'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:830:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:838:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:847:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:859:
error: expected specifier-qualifier-list before '__u16'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:882:
error: 'IFNAMSIZ' undeclared here (not in a function)
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:897:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:941:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:1042:
error: expected specifier-qualifier-list before '__u32'
|
/home/hacker/OE/angstrom/tmp/staging/arm-angstrom-linux-gnueabi/include/linux/wireless.h:1060:
error: expected specifier-qualifier-list before '__u16'
| In file included from modules/sysinfo.c:42:
| ./tools/interface.h:41: error: field 'map' has incomplete type
| modules/sysinfo.c: In function 'device_is_wlan':
| modules/sysinfo.c:303: error: 'struct iwreq' has no member named 'ifr_name'
| modules/sysinfo.c: In function 'network_create_widgets':
| modules/sysinfo.c:388: error: 'IFF_UP' undeclared (first use in this
function)
| modules/sysinfo.c:388: error: (Each undeclared identifier is reported only
once
| modules/sysinfo.c:388: error: for each function it appears in.)
| modules/sysinfo.c:388: error: 'IFF_LOOPBACK' undeclared (first use in this
function)
| make[1]: *** [sysinfo.o] Error 1
On the other hand, yesterday I didn't have this problem. And the only
perceptible difference between builds is, basically, bb switch from 1.6 to 1.8.
I am yet to try the patch.
To be continued...
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list