Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: problem to submit a fax request
Hi,
Unless HylaFAX has done something REALLY strange,
the O_RDWD should be
O_RDWR
that stands for ReaD WRite...
Check that out...
>
>
> Actually,
>
> int fd = Sys::open(filename, O_CREAT|O_RDWD,0600);
>
> leads to:
>
> HylaFAXServer.c++: In method `u_int HylaFAXServer::getSequenceNumber(const
> char *, u_int, class fxStr &)':
> HylaFAXServer.c++:515: `O_RDWD' undeclared (first use this function)
> HylaFAXServer.c++:515: (Each undeclared identifier is reported only once
> HylaFAXServer.c++:515: for each function it appears in.)
> make[3]: *** [HylaFAXServer.o] Error 1
> make[3]: Leaving directory `/usr/src/redhat/BUILD/hylafax-4.1beta3/hfaxd'
> make[2]: *** [default] Error 2
>
> (I was using an old hfaxd binary in my last message, since it did not build it
> did not get overwritten).
>
> I'll stop banging on this and illustrating my ignorance ;-) Anyone propose a
> fix for the seqf problem using current CVS?
>
> -Darren
>
>
--
Steve Williams, Calgary, Alberta, Canada
Genie Computer Systems Inc.
steve@genie96.com
"A man doesn't begin to attain wisdom until he recognizes that he is
no longer indispensable."
- Admiral Richard E. Byrd ( 1888-1957 )