Re: Bug report: pango on solaris 7



On Thursday 09 May 2002 08:20, Chris Ralston wrote:
> Pango 1.0.1 won't compile using the factory compiler on Solaris 7
> (or "our installation of sol7", anyway) because of an "issue" in
> modules/basic/tables-big.i.  It chokes on the comment on line 166,
> "ENC_KSC_5601, // 106".  If the comment is removed it compiles and
> runs fine.  It really seems like this shouldn't be a problem, but
> what can we say about closed-source compilers! :) :)
>
> Hope this helps!

C++ style comment in a C include.  Were C++ style comments added to 
the newer standards for C?  Anyway, change the comment to 
/* 166 */
and it would be proper.  (pango policy for comments is?, just curious)

Thanks,
Shane Nay.
(Suns compiler is just being strict, not incorrect probably)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]