mikerob283
01-23-2004, 11:08 PM
ok this is a little irritating but i'm not gonna give up... best thing to do is ask you guys for a little help...
i under stand that you must point the paths in linux so that other programs can find the neccesary libs/pkgconfigs etc...
ok so i'm " ./configure --prefix=/opt/gtk " gtk+ and it says
checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
so what do i do? i type
PKG_CONFIG_PATH="/opt/glib/lib/pkgconfig"
export PKG_CONFIG_PATH
then i run " ./configure --prefix=/opt/gtk " again
then it says the same thing but for ATK
ugh
so i type
PKG_CONFIG_PATH="/opt/atk/lib/pkgconfig"
export PKG_CONFIG_PATH
and then run ./configure again and it goes back to missing GLIB ... jeeez wheres the PKG_CONFIG_PATH and LD_LIBRARY_PATH files so i can just add a line in there pointing to BOTH directories?
i under stand that you must point the paths in linux so that other programs can find the neccesary libs/pkgconfigs etc...
ok so i'm " ./configure --prefix=/opt/gtk " gtk+ and it says
checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found
so what do i do? i type
PKG_CONFIG_PATH="/opt/glib/lib/pkgconfig"
export PKG_CONFIG_PATH
then i run " ./configure --prefix=/opt/gtk " again
then it says the same thing but for ATK
ugh
so i type
PKG_CONFIG_PATH="/opt/atk/lib/pkgconfig"
export PKG_CONFIG_PATH
and then run ./configure again and it goes back to missing GLIB ... jeeez wheres the PKG_CONFIG_PATH and LD_LIBRARY_PATH files so i can just add a line in there pointing to BOTH directories?