I've installed the following so far with no problems: atk-1.6.0 fontconfig-2.2.2 glib-2.4.0 pango-1.4.0 render-0.8 xcursor-1.0.2 xft-2.1.2 xrender-0.8.3 on Solaris 8. But while building gtk+-2.4.0 I get the following error: > gmake gmake all-recursive gmake[1]: Entering directory `/data/compilers2/cad/kde/3.2/gtk+-2.4.0' Making all in po gmake[2]: Entering directory `/data/compilers2/cad/kde/3.2/gtk+-2.4.0/po' /bin/msgfmt -o af.mo af.po Error, No space after directive at line number 159. Exiting... gmake[2]: *** [af.mo] Error 2 gmake[2]: Leaving directory `/data/compilers2/cad/kde/3.2/gtk+-2.4.0/po' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/data/compilers2/cad/kde/3.2/gtk+-2.4.0' gmake: *** [all] Error 2 I'm using gcc 3.3.3 Any ideas what the problem is? |