Re: [gtk-list] Cannot compile gtk+-0.99.9




Joachim Backes <backes@rhrk.uni-kl.de> wrote:

> I have problems to compile gtk+-0.99.9 under IRIX 6.4 with the standard
> C compiler (not gnuc!).
> 
> There are 2 lines in glib/testglib.c which cannot be compiled:
> 
>    399    print_compare ("Schlo\201ß", "Schlo");
>    400    print_compare ("\201Äffchen", "\201Öfchen");
> 
> It seems to be that "\201" is not valid for the C compiler:

Maybe you *should* be using gcc. Your cc would be correct in complaining about 
charracter \201
*outside* of a string, it's not in the C language,... but *inside* a string, 
it's quite valid, and means
the character octal 201 (decimal 129), which shouldn't worry it any. Like I 
said, look *hard* into
trying gcc ;-) Didn't know there are other K'towners on this list btw ;-)
Bye
   Deon Ramsey

-----------------------------------------------------------------------------

Deon Ramsey (general Librarygopher) may be reached as:
Work:                       Private:
dfkidok@dfki.uni-kl.de      ramsey@rhrk.uni-kl.de

WWW:
<A HREF="http://www.dfki.uni-kl.de/~ramsey/">Deon Ramsey</A>

Or via Snail-Mail:          Deon Ramsey
                            Koenigstr. 11
                            67655 Kaiserslautern
                            Germany

Program (Pro'-gram) n. A magic spell cast over a computer, causing it to
turn one's input into error messages.

There are many intelligent species in the Universe.
                                             They are all owned by cats.

Be discreet, be polite, but be yourself. -- Per Aspera




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