Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: Updating 4.1beta2
At 09:53 PM 2/29/00 -0800, Tim Rice wrote:
>I've just now found some time to look at 4.1beta2 again and I'm
>having similar problems on UnixWare 7.1.0 with the SCO UDK.
>I pulled from CVS on the 26th.
>..
>/usr/ccs/bin/CC -I -D__ANSI_CPP__ -I. -I..
>-I../src/regex
> -I../src/util -I../src/util -I/usr/local/include -O -c
> ../src/util/BoolArray.c
>++
>"../src/util/BoolArray.h", line 31: error: expected a ";"
> fxDECLARE_PrimArray(fxBoolArray, bool)
> ^
The above statement triggers a cascade of defines, maybe the above could be
manually run through the preprocessor to find the problem.
Quickly scanning through the sourcecode the Ptr.h seems to be missing a
trailing semi colon on the end of the class definition.
I don't have CVS access at the moment so i cant check/fix it, sorry.
- Robert