HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: another bug ?
Thanks to Rick and all other nice guys who have given
me help. Likely I am too stupid to fix the problem.
I am getting sick in struggling with the source.
I downloaded the binary and it works (fortunately).
Perhaps the SGI "native" compiler is better than gcc !??
Many thanks, once again !
KiT
>
> KiT,
>
> I checked the files. It looks like your configuration isn't properly
> including information for the "varargs" package (VARiable ARGument handling
> functions) in "/usr/include/varargs.h". See the man page for "varargs".
>
> This include file is normally included by "/usr/include/stdarg.h" and should
> be included by the hylafax code in "port.h" (which is generated by the
> configure script).
>
> I don't know of a patch, it looks like a configuration issue.
>
> - Rick
>
> Kit-pui Wong <kpwong@psy.cuhk.edu.hk> on 05/06/99 07:03:30 AM
>
> To: flexfax@sgi.com
> cc: Rick Puckett/CORPHQ/NYTIMES, kpwong@harp.psy.cuhk.edu.hk (Kit-pui
> Wong)
> Subject: another bug ?
>
>
>
>
> > 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 `)'
>
>
>