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

My first Hack!! :)



I was having trouble compliing gettext so i could build the latest
GTK+.In stdio.h it was redefining some things gettext was defining and
thus the error. I fixed by editing stdio.h and commenting these lines
starting at line 203.

#ifdef __USE_GNU
  /*
extern _IO_ssize_t getdelim __P ((char **, size_t *, int, FILE*));
extern _IO_ssize_t getline __P ((char **, size_t *, FILE *));
extern _IO_ssize_t __getline __P ((char **, size_t *, FILE *));
 
*/                                                                         

Gettext went on to compile and install perfectly :).
This was with egcs 1.1.1. Now what should I do with this answer?

Peter Petrakis

-- 
STCC DEC Alpha Resource Page
http://math.stcc.mass.edu/petrakis
PeterPan@wn.net  AlphaGuy =)
"BLAM! Who the hell are you!? Name's Ash <click clock> Housewares..."



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