> From [EMAIL PROTECTED] Tue Jul 27 10:11:04 2004 > Date: Tue, 27 Jul 2004 13:07:27 -0400 (EDT) > From: Ryan Novosielski <[EMAIL PROTECTED]> > Subject: Re: LPRng: ifhp-3.5.16 / HP-UX 11i compile error > To: LPRng Mailing List <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > > I have gotten a little farther with this one. > > To get it to compile, I changed (in monitor.c): > > setlinebuf(stdout); > > to: > > setvbuf(stdout, (char *)NULL, _IOLBF, 0); > > ...only problem is, it doesn't work when built. Sits at the "starting > transfer" stage and doesn't move any farther along. I really need to > update my ifhp and I'd appreciate any help anyone could provide. The issue > here is that HP-UX does not have setlinebuf, and has setvbuf instead. > > Thanks!
I thought that there were some 'compatibility' definitions that you could enable by setting some compile time flags. Patrick Powell ----------------------------------------------------------------------------- YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRng MAILING LIST The address you post from or your Reply-To address 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. 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, call Patrick Powell or one of the friendly staff at Astart Technologies for help. Astart also does support for LPRng. Also, check the Web Page at: http://www.lprng.com for any announcements. Astart Technologies (LPRng - Print Spooler http://www.lprng.com) 6741 Convoy Court San Diego, CA 92111 858-874-6543 FAX 858-751-2435 -----------------------------------------------------------------------------
