Hylafax Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
gcc 2.8.0
i looked through the archives, but 1/98 wasn't online yet and i don't
see anyone who's tried compiling with gcc 2.8.0 yet. i'm getting the
following errors:
/usr/gnu/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++:496: 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 &)
/usr/gnu/bin/gcc -I.././zlib -D__ANSI_CPP__ -I. -I.. -I.././util -I.././util -I/usr/local/include -I.././regex -g -O -x c++ -
c SendFaxClient.c++
SendFaxClient.c++: In method `unsigned char SendFaxClient::sendDocuments(class fxStr &)':
SendFaxClient.c++:460: no matching function for call to `SendFaxClient::sendData (int &, unsigned char (FaxClient::)(fxStr &, fxStr
&), fxStr &, fxStr &)'
FaxClient.h:271: candidates are: FaxClient::sendData(int, unsigned char (FaxClient::*)(fxStr &, fxStr &), fxStr &, fxStr &)
SendFaxClient.c++:464: 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 &)
and similar for OldProtocol.c++. it looks like a gcc bug, but the c++
part of my brain isn't good enough to tell for sure. has someone solved
this problem yet?