#830: Unable to compile
----------------------------------------------+-----------------------------
      Reporter:  [EMAIL PROTECTED]  |       Owner:       
          Type:  defect                       |      Status:  new  
      Priority:  major                        |   Milestone:       
     Component:  madwifi: other               |     Version:  trunk
    Resolution:                               |    Keywords:       
Patch_attached:  0                            |  
----------------------------------------------+-----------------------------
Changes (by mrenzmann):

  * version:  => trunk

Old description:

> When I attempt to compile the latest version from svn, I get the
> following errors
>
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
> 'proc_ieee80211_open':
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:380: error: implicit
> declaration of function 'PDE'
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:380: warning:
> initialization makes pointer from integer without a cast
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:381: error:
> dereferencing pointer to incomplete type
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
> 'ieee80211_sysctl_vattach':
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:643: error: 'proc_net'
> undeclared (first use in this function)
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:643: error: (Each
> undeclared identifier is reported only once
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:643: error: for each
> function it appears in.)
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:644: error: implicit
> declaration of function 'proc_mkdir'
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:644: warning: assignment
> makes pointer from integer without a cast
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:652: warning: assignment
> makes pointer from integer without a cast
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:663: error: implicit
> declaration of function 'create_proc_entry'
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:664: warning: assignment
> makes pointer from integer without a cast
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:665: error:
> dereferencing pointer to incomplete type
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:666: error:
> dereferencing pointer to incomplete type
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
> 'ieee80211_proc_vcreate':
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:735: warning: assignment
> makes pointer from integer without a cast
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:736: error:
> dereferencing pointer to incomplete type
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:737: error:
> dereferencing pointer to incomplete type
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
> 'ieee80211_sysctl_vdetach':
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:768: error: implicit
> declaration of function 'remove_proc_entry'
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:773: error:
> dereferencing pointer to incomplete type
> /home/paul/madwifi-ng/net80211/ieee80211_linux.c:775: error: 'proc_net'
> undeclared (first use in this function)
> make[3]: *** [/home/paul/madwifi-ng/net80211/ieee80211_linux.o]
>
> There are also a large number of warnings that the use of config.h has
> been depricated.
>
> I'm using Fedora Core 6 test 2, kernel 2.6.17-1.2566_fc6
>
> Some help would be appreciated here.

New description:

 When I attempt to compile the latest version from svn, I get the following
 errors
 {{{
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
 'proc_ieee80211_open':
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:380: error: implicit
 declaration of function 'PDE'
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:380: warning:
 initialization makes pointer from integer without a cast
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:381: error: dereferencing
 pointer to incomplete type
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
 'ieee80211_sysctl_vattach':
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:643: error: 'proc_net'
 undeclared (first use in this function)
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:643: error: (Each
 undeclared identifier is reported only once
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:643: error: for each
 function it appears in.)
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:644: error: implicit
 declaration of function 'proc_mkdir'
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:644: warning: assignment
 makes pointer from integer without a cast
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:652: warning: assignment
 makes pointer from integer without a cast
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:663: error: implicit
 declaration of function 'create_proc_entry'
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:664: warning: assignment
 makes pointer from integer without a cast
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:665: error: dereferencing
 pointer to incomplete type
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:666: error: dereferencing
 pointer to incomplete type
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
 'ieee80211_proc_vcreate':
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:735: warning: assignment
 makes pointer from integer without a cast
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:736: error: dereferencing
 pointer to incomplete type
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:737: error: dereferencing
 pointer to incomplete type
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c: In function
 'ieee80211_sysctl_vdetach':
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:768: error: implicit
 declaration of function 'remove_proc_entry'
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:773: error: dereferencing
 pointer to incomplete type
 /home/paul/madwifi-ng/net80211/ieee80211_linux.c:775: error: 'proc_net'
 undeclared (first use in this function)
 make[3]: *** [/home/paul/madwifi-ng/net80211/ieee80211_linux.o]
 }}}

 There are also a large number of warnings that the use of config.h has
 been depricated.

 I'm using Fedora Core 6 test 2, kernel 2.6.17-1.2566_fc6

 Some help would be appreciated here.

-- 
Ticket URL: <http://madwifi.org/ticket/830>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to