some question about cross compile glib2.28.2



Dear all:
I try to build glib for programs running on mips.
I use below config setting
./configure --prefix=/media/sdb1/software/glib/glib-2.28.2.mips/build
--host=mipsel-linux-gnu CC=mipsel-linux-gnu-gcc
--cache-file=mips-linux.cache

and mips-linux.cache content is
ac_cv_type_long_long=yes
glib_cv_stack_grows=no
glib_cv_uscore=no
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_posix_getgrgid_r=yes

I got the following error:
checking for glib-compile-schemas... no
configure: error: Could not find a glib-compile-schemas in your PATH

I found the same error in below:
http://www.spinics.net/lists/gtk/msg17208.html

Does that mean the patch for previous version doesn't check it the source code?
BTW, i try to path 2.28.2 by above instructions.
But it seems screw up the original configure structure.
Should I add any additional configs?

Thank You.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]