radium closes connection after rebooting argus sensors
Peter Van Epp
vanepp at sfu.ca
Tue May 22 12:32:19 EDT 2007
It looks like this patch is needed to get the latest clients to compile
(mostly in the case of Mac OS 10 :-)) on Mac OS and the BSDs. It looks like
defined needs something defined in the preprocessor and a function doesn't
appear to count:
*** common/scanner.l.orig 2007-05-22 09:16:29.000000000 -0700
--- common/scanner.l 2007-05-22 09:17:16.000000000 -0700
***************
*** 67,73 ****
#if !defined(HAVE_STRTOF) && !defined(CYGWIN)
float strtof (char *, char **);
#else
! #if !defined(strtof)
float strtof (char *, char **);
#endif
#endif
--- 67,73 ----
#if !defined(HAVE_STRTOF) && !defined(CYGWIN)
float strtof (char *, char **);
#else
! #if !defined(HAVE_STRTOF)
float strtof (char *, char **);
#endif
#endif
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
More information about the argus
mailing list