Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS 6 make fail #23

Open
xqjcool1 opened this issue May 17, 2016 · 1 comment
Open

CentOS 6 make fail #23

xqjcool1 opened this issue May 17, 2016 · 1 comment

Comments

@xqjcool1
Copy link

[root@localhost openCAPWAP]# uname -a
Linux localhost 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost openCAPWAP]# pwd
/root/.ssh/openCAPWAP
[root@localhost openCAPWAP]# make AC
gcc -DCW_NO_DTLS -DCW_NO_DTLSCWParseConfigurationUpdateRequest -DCW_DEBUGGING -DOPENSSL_NO_KRB5 -I/usr/include/libnl3 -I./HostapdHeaders/utils/ -c -o CWTunnel.o CWTunnel.c
CWTunnel.c: In function ‘CWConvertDataFrame_8023_to_80211’:
CWTunnel.c:70: error: ‘ETH_P_802_3_MIN’ undeclared (first use in this function)
CWTunnel.c:70: error: (Each undeclared identifier is reported only once
CWTunnel.c:70: error: for each function it appears in.)
make: *** [CWTunnel.o] Error 1

Please help

@deepankar933
Copy link

Facing same issue, tried to add "#define ETH_P_802_3_MIN 0x600" in cfg80211.h, didn't work for me, I guess we need to find actual file where this change needs to be done. Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants