Bug#422015: FTBFS: 'CLK_TCK' undeclared

2007-05-03 Thread Martin Kittel
Hi Martin,

Thanks for reporting. This is already fixed in the upload I am currently
preparing.

Best wishes,

Martin.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#422015: FTBFS: 'CLK_TCK' undeclared

2007-05-02 Thread Martin Michlmayr
Package: maxdb-7.5.00
Version: 7.5.00.34-7
Severity: serious

This package fails to build because CLK_TCK is no longer defined with
current glibc.  You have to use CLOCKS_PER_SEC instead.  According to
/usr/include/time.h, CLK_TCK is the "obsolete POSIX.1-1988 name"
for CLOCKS_PER_SEC.

> ven69-a.c: In function 'vcinit':
> ven69-a.c:71: error: 'CLK_TCK' undeclared (first use in this function)
> ven69-a.c:71: error: (Each undeclared identifier is reported only once
> ven69-a.c:71: error: for each function it appears in.)
> ven69-a.c: In function 'vccheck':
> ven69-a.c:87: error: 'CLK_TCK' undeclared (first use in this function)

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]