When trying to build the vim editor on a snv_161 level of Solaris I noticed that the configure script indicated it could not find GTK 2.0 support which was incorrect. The configure script was basically running:
$ /usr/bin/pkg-config --libs gtk+-2.0 Package pthread-stubs was not found in the pkg-config search path. Perhaps you should add the directory containing `pthread-stubs.pc' to the PKG_CONFIG_PATH environment variable Package 'pthread-stubs', required by 'XCB', not found I determined that pthread-stubs.pc was in pkg:/x11/library/libpthread-stubs but this wasn't installed on my system however pkg:/developer/gnome/gettext was installed which contains /usr/bin/pkg-config. Once I installed pkg:/x11/library/libpthread-stubs, pkg-config worked as expected. Is this a missing package dependency issue? -- Will Fiveash Oracle Austin, TX, USA _______________________________________________ install-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/install-discuss
