I get the following error:<br>
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -march=i586 -mtune=i686
-fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC
-I/opt/gnome/include/pango-1.0 -I/opt/gnome/lib/gtk-2.0/include
-I/opt/gnome/include/bonobo-activation-2.0
-I/opt/gnome/include/orbit-2.0 -I/opt/gnome/lib/glib-2.0/include
-I/opt/gnome/include/glib-2.0 -I/opt/gnome/include/gtk-2.0
-I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/libbonobo-2.0
-I/opt/gnome/include/at-spi-1.0 -I/usr/include/libpng12
-I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/cairo
-I/home/shagan/LDTP/pyldtp -I/usr/include/python2.4 -c localization.c
-o build/temp.linux-i686-2.4/localization.o -g<br>
localization.c: In function 'init_catalog':<br>
localization.c:186: error: 'po_error_handler_t' undeclared (first use in this function)<br>
localization.c:186: error: (Each undeclared identifier is reported only once<br>
localization.c:186: error: for each function it appears in.)<br>
localization.c:186: error: syntax error before 'error_handle'<br>
localization.c:192: error: 'error_handle' undeclared (first use in this function)<br>
localization.c:192: error: syntax error before 'malloc'<br>
localization.c:193: error: too many arguments to function 'po_file_read'<br>
error: command 'gcc' failed with exit status 1<br>
<br clear="all">I have installed gettext libraries:<br>
/usr/lib/libgettextpo.la<br>
/usr/lib/libgettextsrc.la<br>
<br>
And my PATH variable is also set to that dir. <br>
<br>
wat could be reason ?<br>-- <br>thanx<br>Shagan<br>&lt;Shankar Ganesh&gt;