HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: [hylafax-users] Compiling 4.1beta3 on Tru64 Unix
rob.leadbeater@lynx.co.uk wrote:
> Hi,
>
> I'm trying to get 4.1beta3 to compile on Compaq Tru64 Unix 4.0E, also known as dec-osf 4.0e, using GNU C++ 2.95.2.
>
> I've had to tweak a few things to get the configure to work, however I'm now stuck with an error when compiling faxd.
>
> Below is the output from make. Could anyone give me any pointers ?
>
> Regards,
>
> Rob
>
> £ make
> = port
> = regex
> = util
> = faxalter
> = faxcover
> = faxd
> /usr/local/bin/g++ -D__ANSI_CPP__ -I. -I.. -I.././regex -I.././faxd -I..
> /./util -I/usr/local/include -g -O -c Class1Send.c++
> Class1Send.c++: In method `bool Class1Modem::sendPage(TIFF *, const Class2Params
> &, unsigned int, fxStr &)':
> Class1Send.c++:756: no matching function for call to `Class1Modem::correctPhaseC
> Data (u_char *&, uint32 *, uint16 &, const Class2Params &)'
> FaxModem.h:148: candidates are: void FaxModem::correctPhaseCData(u_char *, u_lon
> g *, unsigned int, const Class2Params &)
> *** Exit 1
> Stop.
> *** Exit 1
> Stop.
Try in Class1Send.c++ replace
uint32 totdata = 0;
to
u_long totdata = 0;
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null