[ntp:bugs] [Bug 366] refclock_parse/refclock_atom problems in
latest dev
bugzilla at ntp.org
bugzilla at ntp.org
Fri Dec 10 04:28:02 PST 2004
http://bugzilla.ntp.org/show_bug.cgi?id=366
------- Additional Comments From martin.burnicki at meinberg.de 2004-12-10 12:27 -------
OK, I'd just copied the repo from my Linux box.
Now I've installed BK under Solaris and cloned a new repo from
bk://www.ntp.org/home/bk/ntp-dev
and ran the commands
bk -r edit
autoreconf -f -i
./configure
config.h now defines HAVE_PPSAPI correctly.
However, running make I get the following errors:
refclock_atom.c:96: parse error before `pps_params_t'
refclock_atom.c:96: warning: no semicolon at end of struct or union
refclock_atom.c:97: warning: type defaults to `int' in declaration of pps_info'
[...]
refclock_atom.c does not yet include the new header ppsapi_timepps.h.
If I remove the old #ifdef construct and include the new header then
refclock_atom.c compiles fine, however, compilation stops again in
refclock_mx4200.c, with similar messages.
So I think most of the refclock files have to include the new header.
Martin
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the bugs
mailing list