Menu

#2 does not compile with gcc4?

open
nobody
None
5
2014-08-19
2006-02-17
d3acon
No

uname -a
2.6.13-15.7-default

gcc --version
gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

[14:33]
root@ucl00607:/home/gartler/installies/ieee80211-1.1.12#
make
Checking in /lib/modules/2.6.13-15.7-default for
ieee80211 components...
make -C /lib/modules/2.6.13-15.7-default/build
M=/home/gartler/installies/ieee80211-1.1.12
MODVERDIR=/home/gartler/installies/ieee80211-1.1.12 modules
make[1]: Entering directory
`/usr/src/linux-2.6.13-15.7-obj/i386/default'
make -C ../../../linux-2.6.13-15.7
O=../linux-2.6.13-15.7-obj/i386/default modules
CC [M]
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.o
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:60:
error: syntax error before ‘IEEE80211_VERSION’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:
In function ‘ieee80211_network_reset’:
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:90:
error: ‘struct ieee80211_network’ has no member named
‘ibss_dfs’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:91:
error: ‘struct ieee80211_network’ has no member named
‘ibss_dfs’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:92:
error: ‘struct ieee80211_network’ has no member named
‘ibss_dfs’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:
In function ‘ieee80211_networks_free’:
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:104:
error: ‘struct ieee80211_network’ has no member named
‘ibss_dfs’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:105:
error: ‘struct ieee80211_network’ has no member named
‘ibss_dfs’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:
In function ‘alloc_ieee80211’:
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:149:
error: ‘struct ieee80211_device’ has no member named ‘rts’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:156:
error: ‘struct ieee80211_device’ has no member named
‘host_mc_decrypt’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:163:
error: ‘struct ieee80211_device’ has no member named
‘host_open_frag’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:169:
error: ‘ieee80211_crypt_deinit_handler’ undeclared
(first use in this function)
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:169:
error: (Each undeclared identifier is reported only once
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:169:
error: for each function it appears in.)
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:170:
error: ‘struct ieee80211_device’ has no member named
‘crypt_quiesced’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:
In function ‘free_ieee80211’:
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:192:
error: implicit declaration of function
‘ieee80211_crypt_quiescing’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:194:
error: implicit declaration of function
‘ieee80211_crypt_deinit_entries’
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:199:
error: dereferencing pointer to incomplete type
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:200:
error: dereferencing pointer to incomplete type
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:200:
error: dereferencing pointer to incomplete type
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:201:
error: dereferencing pointer to incomplete type
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:
In function ‘ieee80211_init’:
/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.c:268:
error: syntax error before ‘IEEE80211_VERSION’
make[4]: ***
[/home/gartler/installies/ieee80211-1.1.12/ieee80211_module.o]
Error 1
make[3]: ***
[_module_/home/gartler/installies/ieee80211-1.1.12] Error 2
make[2]: *** [modules] Error 2
make[1]: *** [modules] Error 2
make[1]: Leaving directory
`/usr/src/linux-2.6.13-15.7-obj/i386/default'
make: *** [modules] Error 2

Discussion


Log in to post a comment.