Re: libcroco troubles.



you are using  gcc 2.95.xx to compile it. Problem here is that this
version of compiler will not allow variable declarations that are not at
the beginning of a compound block.
You have two options 1) go into the source and move the declarations to
the beginning of the compound block or 2) install gcc 3.2 or 3.3

Ron




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