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
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