I am trying to install nimbus theme solaris 10. After installing dependencies configure went nice. But during make it shows the following error.
# gmake /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT nimbus_style.lo -MD -MP -MF .deps/nimbus_style.Tpo -c -o nimbus_style.lo nimbus_style.c gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT nimbus_style.lo -MD -MP -MF .deps/nimbus_style.Tpo -c nimbus_style.c -fPIC -DPIC -o .libs/nimbus_style.o nimbus_style.c:1389: error: syntax error before "GtkSensitivityType" nimbus_style.c:1389: warning: no semicolon at end of struct or union nimbus_style.c:1390: warning: data definition has no type or storage class nimbus_style.c: In function `draw_box': nimbus_style.c:1611: error: dereferencing pointer to incomplete type nimbus_style.c:1614: error: dereferencing pointer to incomplete type nimbus_style.c:1631: error: dereferencing pointer to incomplete type nimbus_style.c:1634: error: dereferencing pointer to incomplete type nimbus_style.c:1654: error: dereferencing pointer to incomplete type nimbus_style.c:1657: error: dereferencing pointer to incomplete type nimbus_style.c:1673: error: dereferencing pointer to incomplete type nimbus_style.c:1676: error: dereferencing pointer to incomplete type make[3]: *** [nimbus_style.lo] Error 1 make[3]: Leaving directory `/export/ar/nimbus-0.1.1/gtk-engine' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/export/ar/nimbus-0.1.1/gtk-engine' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/export/ar/nimbus-0.1.1' make: *** [all] Error 2 -- This message posted from opensolaris.org
