On Tue, May 05, 2009 at 01:38:23AM +0800, jack craig wrote: > I build/install clutter and it works fine, installing under /opt/custom > I move to /opt/custom/clutter-box26 and do the ./autogen.sh --prefix=$PREFIX > > the response is, ... > > checking for strcasecmp... yes > checking for strdup... yes > checking for pkg-config... /usr/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for DEPS... configure: error: Package requirements (clutter-0.9 > >= 0.9.0) were not met: > > No package 'clutter-0.9' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables DEPS_CFLAGS > and DEPS_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > > i added, ... > > export PKG_CONFIG_PATH=/opt/custom
Please try: export PKG_CONFIG_PATH=/opt/custom/usr/lib/pkgconfig/ -- Best regards, Li, Yan Moblin Team, Opensource Technology Center, SSG, Intel Office tel.: +86-10-82171695 (inet: 8-758-1695) OpenPGP key: ED6192E5 IRC: yanli on network irc.freenode.net _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
