Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 5792  / 2 Years ago, fri, november 4, 2022, 11:31:56

I'm trying to compile a source code and I'm getting many errors indicating that header files are missing from my system



checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for net/pfvar.h... no
checking for linux/wireless.h... no
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no


So, I'm starting to think I'm missing some important packages



Can you list them for me?



I have Ubuntu 12.04 LTS, 2.6.28-17 kernel and gcc version 4.6.3 and I'm trying to compile this package http://nrg.cs.ucl.ac.uk/mptcp/mptcp_userland_0.1.tar.gz



Thanks in advance


More From » compiling

 Answers
6

I used find / -iname 'wireless.h' for example, and found that most of the header files are there but the compiler didn't find them



So, I copied them to /usr/include/ directory and it worked fine


[#26560] Saturday, November 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oneeme

Total Points: 340
Total Questions: 110
Total Answers: 133

Location: Ghana
Member since Fri, Oct 21, 2022
2 Years ago
oneeme questions
Wed, Jul 6, 22, 17:32, 2 Years ago
Tue, Mar 15, 22, 05:29, 2 Years ago
Tue, May 10, 22, 17:15, 2 Years ago
Mon, Sep 27, 21, 15:42, 3 Years ago
;