0x90 / banjax

Automatically exported from code.google.com/p/banjax
3 stars 3 forks source link

Missing includes for "Initial fork of madwifi_wnic from linux_wnic." checkin. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout latest code 
2. Compile

Probably missing
net/madwifi_wnic.hpp
net/madwifi_wnic.cpp

net/wnic_factory.cpp:22:32: error: net/madwifi_wnic.hpp: No such file or 
directory
net/wnic_factory.cpp: In function ‘net::wnic* new_wnic(const 
std::string&)’:
net/wnic_factory.cpp:69: error: expected type-specifier before 
‘madwifi_wnic’
net/wnic_factory.cpp:69: error: cannot convert ‘int*’ to ‘net::wnic*’ 
in 
assignment
net/wnic_factory.cpp:69: error: expected ‘;’ before ‘madwifi_wnic’
make[1]: *** [net/wnic_factory.lo] Error 1
make[1]: Leaving directory `/home/nicta/banjax/lib'

Original issue reported on code.google.com by konsta...@gmail.com on 26 Nov 2009 at 1:17

GoogleCodeExporter commented 9 years ago

Original comment by konsta...@gmail.com on 26 Nov 2009 at 1:43