Skip to main content

Thread: help compiling sources!!!


im having problems compiling sources file2air , airjack heres output when run make command file2air.. suggestions????=


cc -wall -ggdb -g3 -pipe file2air.c -o file2air utils.o crc.o -lorcon -lm
file2air.c:35:21: error: tx80211.h: no such file or directory
file2air.c:36:28: error: tx80211_packet.h: no such file or directory
in file included file2air.c:43:
file2air.h:89: warning: ‘struct tx80211’ declared inside parameter list
file2air.h:89: warning: scope definition or declaration, not want
file2air.c: in function ‘usage’:
file2air.c:51: warning: implicit declaration of function ‘tx80211_getcardlist’
file2air.c:51: warning: assignment makes pointer integer without cast
file2air.c:85: error: dereferencing pointer incomplete type
file2air.c:86: error: dereferencing pointer incomplete type
file2air.c: @ top level:
file2air.c:129: warning: ‘struct tx80211’ declared inside parameter list
file2air.c:128: error: conflicting types ‘sendpackets’
file2air.h:88: error: previous declaration of ‘sendpackets’ here
file2air.c: in function ‘sendpackets’:
file2air.c:133: error: storage size of ‘in_packet’ isn’t known
file2air.c:136: warning: implicit declaration of function ‘tx80211_initpacket’
file2air.c:196: warning: implicit declaration of function ‘tx80211_txpacket’
file2air.c:133: warning: unused variable ‘in_packet’
file2air.c: in function ‘main’:
file2air.c:271: error: storage size of ‘in_tx’ isn’t known
file2air.c:272: error: ‘inj_nodriver’ undeclared (first use in function)
file2air.c:272: error: (each undeclared identifier reported once
file2air.c:272: error: each function appears in.)
file2air.c:350: warning: implicit declaration of function ‘tx80211_resolvecard’
file2air.c:385: warning: implicit declaration of function ‘tx80211_init’
file2air.c:391: warning: implicit declaration of function ‘tx80211_open’
file2air.c:399: warning: implicit declaration of function ‘tx80211_setfunctionalmode’
file2air.c:399: error: ‘tx80211_funcmode_inject’ undeclared (first use in function)
file2air.c:407: warning: implicit declaration of function ‘tx80211_setchannel’
file2air.c:489: warning: implicit declaration of function ‘tx80211_getcapabilities’
file2air.c:489: error: ‘tx80211_cap_seq’ undeclared (first use in function)
file2air.c:512: error: ‘tx80211_cap_frag’ undeclared (first use in function)
file2air.c:563: warning: implicit declaration of function ‘tx80211_close’
file2air.c:271: warning: unused variable ‘in_tx’
make: *** [file2air] error 1
root@bunker:/home/bunker/desktop/file2air# make install
make: *** no rule make target `install'. stop.
root@bunker:/home/bunker/desktop/file2air# make
cc -wall -ggdb -g3 -pipe file2air.c -o file2air utils.o crc.o -lorcon -lm
file2air.c:35:21: error: tx80211.h: no such file or directory
file2air.c:36:28: error: tx80211_packet.h: no such file or directory
in file included file2air.c:43:
file2air.h:89: warning: ‘struct tx80211’ declared inside parameter list
file2air.h:89: warning: scope definition or declaration, not want
file2air.c: in function ‘usage’:
file2air.c:51: warning: implicit declaration of function ‘tx80211_getcardlist’
file2air.c:51: warning: assignment makes pointer integer without cast
file2air.c:85: error: dereferencing pointer incomplete type
file2air.c:86: error: dereferencing pointer incomplete type
file2air.c: @ top level:
file2air.c:129: warning: ‘struct tx80211’ declared inside parameter list
file2air.c:128: error: conflicting types ‘sendpackets’
file2air.h:88: error: previous declaration of ‘sendpackets’ here
file2air.c: in function ‘sendpackets’:
file2air.c:133: error: storage size of ‘in_packet’ isn’t known
file2air.c:136: warning: implicit declaration of function ‘tx80211_initpacket’
file2air.c:196: warning: implicit declaration of function ‘tx80211_txpacket’
file2air.c:133: warning: unused variable ‘in_packet’
file2air.c: in function ‘main’:
file2air.c:271: error: storage size of ‘in_tx’ isn’t known
file2air.c:272: error: ‘inj_nodriver’ undeclared (first use in function)
file2air.c:272: error: (each undeclared identifier reported once
file2air.c:272: error: each function appears in.)
file2air.c:350: warning: implicit declaration of function ‘tx80211_resolvecard’
file2air.c:385: warning: implicit declaration of function ‘tx80211_init’
file2air.c:391: warning: implicit declaration of function ‘tx80211_open’
file2air.c:399: warning: implicit declaration of function ‘tx80211_setfunctionalmode’
file2air.c:399: error: ‘tx80211_funcmode_inject’ undeclared (first use in function)
file2air.c:407: warning: implicit declaration of function ‘tx80211_setchannel’
file2air.c:489: warning: implicit declaration of function ‘tx80211_getcapabilities’
file2air.c:489: error: ‘tx80211_cap_seq’ undeclared (first use in function)
file2air.c:512: error: ‘tx80211_cap_frag’ undeclared (first use in function)
file2air.c:563: warning: implicit declaration of function ‘tx80211_close’
file2air.c:271: warning: unused variable ‘in_tx’
make: *** [file2air] error 1

did .configure? not sure, sounds didn't generated when started compile, , thats why there lots of missing vars.


nevermind there no ./configure. appears ned lorcon, site in link down... go figure.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] help compiling sources!!!


Ubuntu

Comments