Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] Re: Updating 4.1beta2
On 29 Feb, Steve Williams wrote:
> Hi All,
>
> I am curious about the state of the current CVS.
>
> I have been playing in my few spare minutes trying to get it to compile on
> AIX.
>
> I have tried with the following compilers ( all on the same system )
> under AIX 4.2.1.??
>
> gcc 2.7.2.3
> gcc 2.95.2
> xlC 3.1.4.10
>
> Both of the gcc's will compile emacs 20.5, so I am pretty confidant in the
> compiler compiling ( I boot strapped them both locally ).
>
> The all die compiling BoolArray.c++
>
> I have tried gmake 3.8.71 as well as the standard AIX make as well ( yes, it
> made a difference when I bootstrapped the compilers ).
>
> The errors from gcc 2.95.2 are:
>
> /usr/local/bin/g++ -I -D__ANSI_CPP__ -I. -I.. -I.././regex -I.././util -I.././util -I/usr/local/include -g -O -c BoolArray.c++
>
> In file included from BoolArray.c++:26:
> BoolArray.h:31: syntax error before `{'
> BoolArray.h:31: parse error before `public'
> BoolArray.h:31: parse error before `&'
> BoolArray.h: In function `class fxBoolArray Ptr(...)':
> BoolArray.h:31: `other' undeclared (first use this function)
> BoolArray.h:31: (Each undeclared identifier is reported only once
> BoolArray.h:31: for each function it appears in.)
> BoolArray.h: At top level:
> .. and it goes on for quite a way..
>
> How were the latest checkins to the CVS compiled?
>
> Am I the only one having problems, or are other people as well, but no-one
> ( like me ) is saying anything?
>
> Thanks,
hylafax-4.1beta2 from ftp.hylafax.org/hylafax/hylafax-4.1/source/
I remember getting that error once - but now I can't figure out how.
It works for me with:
- gcc-2.95.2 on solaris
- gcc-2.95.1 and egcs-2.91.66 on linux (slackware - glibc-2.1.2)
Man, just my luck...
Sorry - I can't figure it out tonight....