![]() |
I'm having a series of error messages when compiling HylaFAX-v4.0p12. This is for a linux 2.0.36, i586 system. The error starts as follows: make[3]: Entering directory `/home/morgoth/hylafax-v4.0pl2/util' /usr/bin/gcc -I.././zlib -D__ANSI_CPP__ -I. -I.. -I.././util -I.././util -I/usr/local/include -I.././regex -g -O -x c++ -c SendFaxJob.c++ SendFaxJob.c++: In method `unsigned char SendFaxJob::createJob(class SendFaxClient &, class fxStr &)': SendFaxJob.c++:499: no matching function for call to `SendFaxClient::sendZData (int &, unsigned char (FaxClient::)(fxStr &, fxStr &), fxStr &, fxStr &)' FaxClient.h:273: candidates are: FaxClient::sendZData(int, unsigned char (FaxClient::*)(fxStr &, fxStr &), fxStr &, fxStr &) make[3]: *** [SendFaxJob.o] Error 1 I'm not very experienced in programming. I'd appreciate if anyone can tell me how to past this.