![]() |
> Kit, > > Looks like you need the "gcc" patch. It should be available under > "www.hylafax.org/patches", but I've attached it below. > > - Rick > > (See attached file: gcc-2.8.x.patch) Thanks to rick about the patch to gcc. There seems to be two other errors during compilation. They happened in the "util" and "faxd" subtree. Is there any further patch ? Thanks in advance ! KiT kpwong@psy.cuhk.edu.hk ^^^^^^^^^^^^^^^^^^^^^^ If you have any sort of help, please send me a copy direct to my email account. Many thanks! --- faxconfig --- /usr/freeware/bin/gcc -D__ANSI_CPP__ -I. -I.. -I.././util -I../. /util -I/usr/include -I.././regex -g -O -o faxconfig .././util/faxconfig.c -L /usr/local/lib ../util/libfaxutil.a -L/usr/lib32 -ltiff -L../zlib -lz -L../reg ex -lregex -lm -lmalloc --- faxmodem --- .././util/faxmodem.c: In function `vparseRange': .././util/faxmodem.c:139: parse error before `int' .././util/faxmodem.c:139: parse error before `int' .././util/faxmodem.c:139: parse error before `int' .././util/faxmodem.c:139: parse error before `int' .././util/faxmodem.c:139: parse error before `int' .././util/faxmodem.c:139: parse error before `)' *** Error code 1 ------------- /usr/freeware/bin/gcc -D__ANSI_CPP__ -I. -I.. -I.././faxd -I../. /util -I/usr/include -I.././regex -g -O -x c++ -c Class2Send.c++ --- ClassModem.o --- ClassModem.c++: In method `unsigned char ClassModem::vparseRange(const char *, i nt ...)': ClassModem.c++:1063: warning: implicit declaration of function `int __NO_CFOLD_W ARNING(...)' ClassModem.c++:1063: warning: implicit declaration of function `int __builtin_al ignof(...)' ClassModem.c++:1063: parse error before `*' ClassModem.c++:1063: parse error before `*' ClassModem.c++:1063: parse error before `*' ClassModem.c++:1063: parse error before `*' ClassModem.c++:1063: warning: implicit declaration of function `int __builtin_cl assof(...)' ClassModem.c++:1063: parse error before `*' ClassModem.c++:1063: parse error before `)'