Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: faxd/NSF.c++ (Was BINARY HUNT)
On Mon, 14 Aug 2000, Robert Colquhoun wrote:
> At 11:24 13/08/00 -0700, Tim Rice wrote:
> >On Fri, 11 Aug 2000, Darren Nickerson wrote:
> >
> >[snip]
> >---------------------------------------------------------------------------
> >/usr/ccs/bin/CC -D__ANSI_CPP__ -I. -I.. -I../src/regex
> >-I../src/faxd -I..
> >/src/util -I/usr/local/include -O -c ../src/faxd/NSF.c++
> >"../src/faxd/NSF.c++", line 42: error: data member initializer is not allowed
> > const int vendorIdSize = 3; // Country & provider code (T.35)
> > ^
> >
> >gmake[3]: *** [NSF.o] Error 1
>
>
> ...i moved the initialization outside outside the class header, try again.
No better.
BTW there is no version information ( $Id: NSF.c++,v .....)in faxd/NSF.c++
...
/usr/ccs/bin/CC -D__ANSI_CPP__ -I. -I.. -I../../hylafax-4.1beta2/hylafax/
regex -I../../hylafax-4.1beta2/hylafax/faxd -I../../hylafax-4.1beta2/hylafax/uti
l -I/usr/local/include -O -c ../../hylafax-4.1beta2/hylafax/faxd/NSF.c++
"../../hylafax-4.1beta2/hylafax/faxd/NSF.c++", line 50: error: this declaration
has no storage class or type specifier
NSFData::vendorIdSize = 3; // Country & provider code (T.35)
^
"../../hylafax-4.1beta2/hylafax/faxd/NSF.c++", line 50: error: declaration is in
compatible with "const int NSFData::vendorIdSize" (declared at line 42)
NSFData::vendorIdSize = 3; // Country & provider code (T.35)
^
gmake[3]: *** [NSF.o] Error 1
...
>
> >---------------------------------------------------------------------------
[snip]
>
--
Tim Rice Multitalents (707) 887-1469
tim@multitalents.net
tim@trr.metro.net
____________________ HylaFAX(tm) Developers Mailing List ____________________
To unsub: mail -s unsubscribe hylafax-devel-request@hylafax.org < /dev/null