Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-15 Thread Paul
On Mon, Dec 15, 2014 at 2:02 PM, Rob wrote: > Ok but of course it is a playskool kit, not something designed for > serious use. We experimented a bit with it for our project but quickly > dumped it in favour of Debian Wheezy. I don't think Ubuntu "is a playskool kit". In my case pps-tools is

Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-15 Thread Rob
William Unruh wrote: > On 2014-12-15, Rob wrote: >> William Unruh wrote: >>> Mageia 3 capability.h is also in /usr/include/linux and timepps.h does >>> not exist. (not does a ppstools package) >> >> The package is named pps-tools not ppstools. > > It also does not have a pps-tools package. Ok b

Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-15 Thread William Unruh
On 2014-12-15, Rob wrote: > William Unruh wrote: >> Mageia 3 capability.h is also in /usr/include/linux and timepps.h does >> not exist. (not does a ppstools package) > > The package is named pps-tools not ppstools. It also does not have a pps-tools package.

Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-15 Thread Rob
William Unruh wrote: > Mageia 3 capability.h is also in /usr/include/linux and timepps.h does > not exist. (not does a ppstools package) The package is named pps-tools not ppstools. ___ questions mailing list questions@lists.ntp.org http://lists.ntp.or

Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-14 Thread Brent Gordon
Because I'm going to talk about three different files all with the same name (capability.h) I will identify them this way: cap_main is located in /usr/src/linux-headers-3.13.0-43/include/linux cap_uapi is located in /usr/src/linux-headers-3.13.0-43/include/uapi/linux cap_orig is located in /usr/i

Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-14 Thread William Unruh
On 2014-12-15, Harlan Stenn wrote: > Brent Gordon writes: ... > >> I had the same problem that David Taylor had with timepps.h being in >> /usr/include/sys instead of /usr/include. In addition, capability.h was >> in /usr/include/linux instead of /usr/include/sys. Both issues were >> fixed wi

Re: [ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-14 Thread Harlan Stenn
Brent Gordon writes: > If I try to compile the latest dev version of NTP using = > > --enable-linuxcaps I get the following error: > >CC ntpd.o > ntpd.c: In function =91ntpdmain=92: > ntpd.c:970:4: error: unknown type name =91cap_t=92 > cap_t caps; > ^ > >

[ntp:questions] Trying to compile ntp-dev-4.2.7p485-RC

2014-12-14 Thread Brent Gordon
If I try to compile the latest dev version of NTP using --enable-linuxcaps I get the following error: CC ntpd.o ntpd.c: In function ‘ntpdmain’: ntpd.c:970:4: error: unknown type name ‘cap_t’ cap_t caps; ^ This is at the make stage; I've already done the config