Hello,
On 9/4/11 9:59 PM, Henning Westerholt wrote:
Juha wrote:
this looks pretty serious to me:
CC (cc) [L libsrdb1.so.1.0] db_ut.o db_ut.c: In function ‘db_str2time’: db_ut.c:186: warning: implicit declaration of function ‘strptime’ db_ut.c:186: warning: comparison between pointer and integer
Hi Juha,
i saw this as well. It was caused from a recent commit:
commit 0a8e9ea74191e1231abf431f87212f7508b8cc92 Author: Daniel-Constantin Mierlamiconda@gmail.com Date: Sat Aug 20 13:37:27 2011 +0200
srdb1: fixed compilation on Mac OS X
Probably this needs to be reverted or improved.
Actually this commit broke compilation on mac os x, so just reverting will get back to broken stage:
commit ed78c0967b69abc6e8333924460641de08b73e8f Author: Alex Hermann alex@speakup.nl Date: Sat Aug 20 09:48:00 2011 +0200
lib/srdb1: introduce helper to convert db_val to pv_spec
Cheers, Daniel