The problem is because you didn't install clutter in a non-standard prefix, but /opt/custom instead. It is easy to fix. You could do as it said, that is, set PKG_CONFIG_PATH environment variable pointing to the clutter-0.9 pkgconfig folder, which should be /opt/custom/lib/pkgconfig on your system. This will help pkg-config to find the clutter0.9 lib info in that directory.
Thanks, Dai,Han -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Steve Han Sent: 2009年4月27日 17:08 To: [email protected] Subject: [Moblin Dev] clutter-box2d cannot find clutter 0.9 I have installed clutter 0.9.3 OK with --prefix=/opt/custom: ---------------------------------------------------------------------------------------------------------------- Clutter 0.9.3 prefix: Flavour: glx/gl XInput: yes GL Headers: GL/gl.h Image backend: gdk-pixbuf Target library: libclutter-glx-0.9.la Debug level: yes Compiler flags: Build API Documentation: no Build Manual Documentation: no Build Introspection data: auto ... ... /usr/bin/install -c -m 644 'clutter-0.9.pc' '/opt/custom/lib/pkgconfig/clutter-0.9.pc' /usr/bin/install -c -m 644 'clutter-glx-0.9.pc' '/opt/custom/lib/pkgconfig/clutter-glx-0.9.pc' ----------------------------------------------------------------------------------------------------------------------- But when cd /opt/custom/clutter-box2d to do "./autogen.sh --prefix=$PREFIX" got the message as the following: 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 have no idea what wrong with it:missing packages or mistake prefix? --- Regards Steve _______________________________________________ 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 _______________________________________________ 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
