Cannot compile gtk+-0.99.9



Hi, All,

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:

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

cc -DHAVE_CONFIG_H -I. -I. -I. -I.  -g -c testglib.c
"testglib.c", line 399: error(1008): missing closing quote
    print_compare ("Schloß", "Schlo");
                   ^

"testglib.c", line 399: error(1007): unrecognized token
    print_compare ("Schloß", "Schlo");
                          ^

"testglib.c", line 399: error(1162): too few arguments in function call
    print_compare ("Schloß", "Schlo");
                          ^

"testglib.c", line 399: error(1018): expected a ")"
    print_compare ("Schloß", "Schlo");
                          ^

"testglib.c", line 399: error(1008): missing closing quote
    print_compare ("Schloß", "Schlo");
                                    ^

"testglib.c", line 400: error(1008): missing closing quote
    print_compare ("Äffchen", "Öfchen");
                   ^

"testglib.c", line 400: error(1007): unrecognized token
    print_compare ("Äffchen", "Öfchen");
                     ^

"testglib.c", line 400: error(1007): unrecognized token
    print_compare ("Äffchen", "Öfchen");
                                 ^

"testglib.c", line 400: error(1008): missing closing quote
    print_compare ("Äffchen", "Öfchen");
                                       ^

"testglib.c", line 405: warning(1012): parsing restarts here after previous
          syntax error
    return 0;

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

I have commented out these 2 lines.

Regards


Joachim Backes

---

Joachim Backes <backes@rhrk.uni-kl.de>       | Univ. of Kaiserslautern
Computer Center, Supercomputing Division     | Phone: +49-631-205-2438 
D-67653 Kaiserslautern, PO Box 3049, Germany | Fax:   +49-631-205-3056 
---------------------------------------------+------------------------
WWW: http://sgi400.rhrk.uni-kl.de/home/mitarbeiter/backes.html  



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