I cannot compile SVN from SVN 3403 (which compiles fine) .. all new versions cannot compile. I have tried multiple kernels on multiple machines (p2, p3, p4, duron, athlon). Right now I'm using latest 2.6.25.3
root@nod5:/INSTALL/madwifi# make
Checking requirements... ok.
Checking kernel configuration... ok.
make -C /lib/modules/2.6.24/build SUBDIRS=/INSTALL/madwifi modules
make[1]: Entering directory `/usr/src/linux-2.6.24'
CC [M] /INSTALL/madwifi/ath/if_ath.o
/INSTALL/madwifi/ath/if_ath.c: In function `ath_intr_process_rx_descriptors':
/INSTALL/madwifi/ath/if_ath.c:168: sorry, unimplemented: inlining failed in call to 'ath_ds_link_swap': function body not available
/INSTALL/madwifi/ath/if_ath.c:2122: sorry, unimplemented: called from here
make[3]: *** [/INSTALL/madwifi/ath/if_ath.o] Error 1
make[2]: *** [/INSTALL/madwifi/ath] Error 2
make[1]: *** [_module_/INSTALL/madwifi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.24'
make: *** [modules] Error 2