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

Build Failure: GCC15 #550

Open
limburgher opened this issue Feb 6, 2025 · 0 comments
Open

Build Failure: GCC15 #550

limburgher opened this issue Feb 6, 2025 · 0 comments

Comments

@limburgher
Copy link

On Fedora 42+:

In file included from libwifiuserspace/kernel/nl80211.h:36,
from libwifiuserspace/userspace/userspace.h:19,
from capture_hak5_coconut.c:55:
libwifiuserspace/kernel/types.h:26:18: error: conflicting types for ‘__u64’; have ‘uint64_t’ {aka ‘long unsigned int’}
26 | typedef uint64_t __u64;
| ^~~~~
In file included from /usr/include/asm-generic/types.h:7,
from /usr/include/asm/types.h:1,
from /usr/include/linux/types.h:5,
from /usr/include/linux/sched/types.h:5,
from /usr/include/bits/sched.h:63,
from /usr/include/sched.h:43,
from /usr/include/pthread.h:22,
from capture_hak5_coconut.c:35:
/usr/include/asm-generic/int-ll64.h:31:42: note: previous declaration of ‘__u64’ with type ‘__u64’ {aka ‘long long unsigned int’}
31 | extension typedef unsigned long long __u64;
| ^~~~~
libwifiuserspace/kernel/types.h:40:15: error: conflicting types for ‘__le64’; have ‘__u64’ {aka ‘long unsigned int’}
40 | typedef __u64 __le64;
| ^~~~~~
/usr/include/linux/types.h:35:25: note: previous declaration of ‘__le64’ with type ‘__le64’ {aka ‘long long unsigned int’}
35 | typedef __u64 __bitwise __le64;
| ^~~~~~
libwifiuserspace/kernel/types.h:44:15: error: conflicting types for ‘__be64’; have ‘__u64’ {aka ‘long unsigned int’}
44 | typedef __u64 __be64;
| ^~~~~~
/usr/include/linux/types.h:36:25: note: previous declaration of ‘__be64’ with type ‘__be64’ {aka ‘long long unsigned int’}
36 | typedef __u64 __bitwise __be64;
| ^~~~~~
In file included from libwifiuserspace/kernel/ieee80211.h:29,
from libwifiuserspace/kernel/cfg80211.h:22,
from wifi_coconut/wifi_coconut.h:27,
from capture_hak5_coconut.c:56:

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

1 participant