 |
| Familiar Face |
Joined: Tue Dec 23, 2008 7:05 am Posts: 42
|
|
Hello
I want to rum a gtk program inside scratchbox that will compile ultimately for another target .there is a by default sample folder hello-world-gtk within which after issuing command ./autogen.sh I am facing some familiar error
met:
No package 'gtk+-2.0' found
No package 'glib-2.0' 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.
Even I set the pkg-config path as
export LD_LIBRARY_PATH=/scratchbox/tools/bin/pkg-config
But the problem is not solved .
Looking for the solution .Thanks in advance
|
|