errormsg.c:277: warning: implicit declaration of function `gettimeofday' and monitor.c:151: warning: implicit declaration of function `setlinebuf'
and if I remove -Werror form CFLAGS in the src/Makefile, I then get:
> Undefined first referenced > symbol in file > Set_max_fd errormsg.o > setlinebuf monitor.o
any ideas? - is there anything I can replace these functions with?
BTW - I had to remove various occurrences of '//' to get this far, and I also had to split lines like 'char *t = safestrchr(s,'='); into separate 'char *t;' (suitable placed) and 't = safestrchr(s,'='); lines
But the main problem seems to be those undefined symbols, so if I can't solve that I will need to have LPRng invoke foomatic direct, since I have both those components (and Ghostscript etc) working.
----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests or lprng-digest-requests) with the word 'help' in the body. For the impatient, to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED] with: | example: subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED] unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word LPRNGLIST in the SUBJECT line. -----------------------------------------------------------------------------
