#1934: Cannot compile from SVN 3403
---------------------------------+------------------------------------------
      Reporter:  D               |       Owner:       
          Type:  defect          |      Status:  new  
      Priority:  major           |   Milestone:       
     Component:  madwifi: other  |     Version:  trunk
    Resolution:                  |    Keywords:       
Patch_attached:  0               |  
---------------------------------+------------------------------------------
Comment (by D):

 hm.. seems I was premature to say that. It does in fact compile but I have
 some kmalloc warnings


 {{{
 make[1]: Leaving directory `/usr/src/linux-2.6.25.3'
 make -C ./tools  all || exit 1
 make[1]: Entering directory `/INSTALL/EXPERIMENTAL/madwifi/tools'
 gcc -o athstats -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal -I../ath
 athstats.c
 gcc -o 80211stats -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal
 80211stats.c
 In file included from 80211stats.c:56:
 ../include/compat.h: In function `kzalloc':
 ../include/compat.h:68: warning: implicit declaration of function
 `kmalloc'
 ../include/compat.h:68: warning: initialization makes pointer from integer
 without a cast
 ../include/compat.h:69: warning: implicit declaration of function `likely'
 gcc -o athkey -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athkey.c
 In file included from athkey.c:55:
 ../include/compat.h: In function `kzalloc':
 ../include/compat.h:68: warning: implicit declaration of function
 `kmalloc'
 ../include/compat.h:68: warning: initialization makes pointer from integer
 without a cast
 ../include/compat.h:69: warning: implicit declaration of function `likely'
 gcc -o athchans -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athchans.c
 In file included from athchans.c:55:
 ../include/compat.h: In function `kzalloc':
 ../include/compat.h:68: warning: implicit declaration of function
 `kmalloc'
 ../include/compat.h:68: warning: initialization makes pointer from integer
 without a cast
 ../include/compat.h:69: warning: implicit declaration of function `likely'
 gcc -o athctrl -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athctrl.c
 gcc -o athdebug -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal  athdebug.c
 gcc -o 80211debug -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal
 80211debug.c
 gcc -o wlanconfig -g -O2 -Wall -I. -I../hal -I.. -I../ath_hal
 wlanconfig.c
 In file included from wlanconfig.c:58:
 ../include/compat.h: In function `kzalloc':
 ../include/compat.h:68: warning: implicit declaration of function
 `kmalloc'
 ../include/compat.h:68: warning: initialization makes pointer from integer
 without a cast
 ../include/compat.h:69: warning: implicit declaration of function `likely'
 make[1]: Leaving directory `/INSTALL/EXPERIMENTAL/madwifi/tools
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/1934#comment:5>
madwifi.org <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to