Re: make cannot find file

2016-07-07 Thread Danny
> Danny wrote: > > I found the slippery file ... ;) > > Thank you Thomas > > You owe my curiosity some details. What file was slippery in what way ? > How did you repair the situation ? > After installing EVERYTHING (lol) that has some resemblance to "asm/socket.h" (including the ones you

Re: make cannot find file

2016-07-06 Thread Thomas Schmitt
Hi, (i Cc: Danny because i don't know whether he already unsubscribed) Danny wrote: > I found the slippery file ... ;) > Thank you Thomas You owe my curiosity some details. What file was slippery in what way ? How did you repair the situation ? Have a nice day :) Thomas

Re: make cannot find file

2016-07-06 Thread Danny
I found the slippery file ... ;) > On my system it is > /usr/include/x86_64-linux-gnu/bits/socket.h > which includes > > Thomas Thank you Thomas Have a nice day Day

Re: make cannot find file

2016-07-05 Thread Dutch Ingraham
On Tue, Jul 05, 2016 at 09:33:44AM +0200, Danny wrote: > Hi guys, > > I am having trouble with make. It complains about a missing header file > "asm/socket.h". > > I did a search for each package that contains this file and installed them but > the error still persists. What is your full path

Re: make cannot find file

2016-07-05 Thread Thomas Schmitt
Hi, Danny wrote: > In file included from /usr/include/i386-linux-gnu/sys/socket.h:38:0, > from /root/git/svxlink/src/async/core/AsyncIpAddress.cpp:40: > /usr/include/i386-linux-gnu/bits/socket.h:345:24: fatal error: asm/socket.h: > No such file or directory Is there a file

Re: make cannot find file

2016-07-05 Thread Danny
++ On Jul 05 16, Alberto Luaces : > To: debian-user@lists.debian.org > Date: Tue, 05 Jul 2016 09:41:56 +0200 > From: Alberto Luaces <alua...@udc.es> > Subject: Re: make cannot find file > User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) > X-Lo

Re: make cannot find file

2016-07-05 Thread Alberto Luaces
Danny writes: > Hi guys, > > I am having trouble with make. It complains about a missing header file > "asm/socket.h". > > I did a search for each package that contains this file and installed them but > the error still persists. > >

make cannot find file

2016-07-05 Thread Danny
Hi guys, I am having trouble with make. It complains about a missing header file "asm/socket.h". I did a search for each package that contains this file and installed them but the error still persists. +++