HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
compiling hylafax4.0pl2 on solaris 2.6 and gcc 2.8.1
hi
i am trying to compile hylafax4.0pl2 on a solaris 2.6 SPARC classic vith
:
gcc (c, C++) 2.8.1
libstdc++ 2.8.1
sed 3.0
gmake 3.74
ghostscript 4.03
tiff 3.4
gawk 3.02
i am still having troubles
the problem comes from a C++ error :
in the file SendFaxJob, line 496, there is a call to :
SendFaxClient::sendZData (int, unsigned char (FaxClient::)(fxStr &,
fxStr &), fxStr &, fxStr &)
but sendZData is designed in FaxClient.h, line 272, as :
FaxClient::sendZData (int, unsigned char (FaxClient:: *)(fxStr &, fxStr
&), fxStr &, fxStr &)
what can i do ?
is there a real problem or is my gcc not compatible ?
after that a lot of errors come up, perhaps due to this one.
thanks for help,
SitSth