Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: CVS brokenness
At 12:23 AM 3/2/00 -0500, Aidan Van Dyk wrote:
> > ----------------------------------------------------------------------
> > class fxBoolArray Ptr {
>
>[SNIP]
>
>Hm, seeing that, it's easy...
>
>It should be:
>
>class fxBoolArrayPtr {
.should be but isn't, for some reason the gcc preprocessor is putting
spaces in everywhere:
$ cpp BoolArray.c++ | grep Ptr
outputs a bunch of spaces around the fxBoolArray define....this also
happens in the 4.0pl2, 4.1beta1 and 4.1beta2 release.
Possible solutions:
1) fix compiler
2) manually expand the #defines and remove the excess spaces
3) remove fxBoolArray class it is only used in 3 places.
- Robert