I’m trying to build a version of glib and gtk to match
a gtkmm version on a different system. The target system is using the Mips-pro
version 7.4.4m. When I run ./configure on glib-2.12.12 and or glib-2.12.13 I
get the following error when it tries to build gparamspecs.c: make[3]: Entering directory
`/vobs/local/src/irix_build/glib-2.12.12/gobject' source='gparamspecs.c' object='gparamspecs.lo' libtool=yes \ depfile='.deps/gparamspecs.Plo'
tmpdepfile='.deps/gparamspecs.TPlo' \ depmode=sgi /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. - cc -DHAVE_CONFIG_H -I. - cc-1028 cc: ERROR File = gparamspecs.c, Line = 1478 The _expression_ used must have a constant value. value_type, /* value_type */ ^ 1 error detected in the compilation of
"gparamspecs.c". I also tried to compile glib-2.12.0 and got a bunch of
errors in different files. Any suggestions? Thanks Jim |