These packages failed to build: gtk2

sachin
hello everyone,
i have starting the cross compile opencv via LTIB but i m stuck for
following error ==>

checking for X... no
configure: error: X development libraries not found
error: Bad exit status from
/home/surekha/Documents/SACHIN/LTIB/L3.0.35_4.1.0_130816_source/yes/ltib/tmp/rpm
-tmp.98927

These packages failed to build:
gtk2 

can anyone know how to resolved this issue??

sachin
hello, gtk2 issue was solved by "sudo apt-get install libgtk2.0-dev" and
remove the package in ltib folder /ltib/rpm/BUILD/gtk

now i am facing new error ==>

./arm-fsl-linux-gnueabi/bin/ld: cannot find -lgssapi_krb5
/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro
-toolchain/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.6.2/../../../../arm-fsl-linux-
gnueabi/bin/ld:
cannot find -lkrb5
/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro
-toolchain/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.6.2/../../../../arm-fsl-linux-
gnueabi/bin/ld:
cannot find -lk5crypto
/opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro
-toolchain/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.6.2/../../../../arm-fsl-linux-
gnueabi/bin/ld:
cannot find -lcom_err
collect2: ld returned 1 exit status
make[2]: *** [libftp.la] Error 1



These packages failed to build:
gnome-vfs

sachin
solve this issue by sudo apt-get remove krb5-multidev package and run
./ltib again solved the problem and gnome-vfs build successfully now...