Comment 2 for bug 253675

Revision history for this message
Stefan Lesicnik (stefanlsd) wrote :

diald 1.0 doesn't seem like its feasible without upstream fixes.

/diald-1.0-test$ make
gcc -g -O2 -DHAVE_CONFIG_H -I. -DDIALD_CONFIG_FILE=\"/usr/local/etc/diald.conf\" -DDIALD_DEFS_FILE=\"/usr/local/lib/diald/diald.defs\" -DRUN_PREFIX=\"/usr/local/var/run\" -c -o diald.o diald.c
diald.c: In function ‘main’:
diald.c:193: error: ‘CLK_TCK’ undeclared (first use in this function)
diald.c:193: error: (Each undeclared identifier is reported only once
diald.c:193: error: for each function it appears in.)
make: *** [diald.o] Error 1

--
CLK_TCK was depricated and no longer available. Adding #include <time.h> didnt seem to help.
Will work on the sync from debian and hope this project goes back under development.