Will Fiveash wrote:

> 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?

Dependences for pkg-config files aren't automatically generated:

    15589 automatic dependency generation for pkg-config .pc files
    https://defect.opensolaris.org/bz/show_bug.cgi?id=15589

Danek
_______________________________________________
install-discuss mailing list
install-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/install-discuss

Reply via email to