Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Arslan S. on December 12, 2010, 05:17:18 AM

Title: something is missing libxcb-dev dependency
Post by: Arslan S. on December 12, 2010, 05:17:18 AM
recently most of the i have to load libxcb-dev for configure scripts to find gtk2, digging in the problem i have found this

Code: [Select]
pkg-config --libs x11
Package xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb', required by 'X11', not found

i am trying to find which one really misses libxcb-dev, is it Xorg-7.5-dev ??
Title: Re: something is missing libxcb-dev dependency
Post by: Juanito on December 12, 2010, 05:40:52 AM
I've also noticed this recently, but Xorg-7.5-dev didn't change so I guess this is most likely coming from the recent update to gtk2 and friends?
Title: Re: something is missing libxcb-dev dependency
Post by: Arslan S. on December 12, 2010, 06:33:38 AM
but why does pkg-config complain about libxcb for x11

on a debian system libxcb-dev is dep of libx11-dev
http://packages.ubuntu.com/natty/libx11-dev (http://packages.ubuntu.com/natty/libx11-dev)