hi; i want to build pdf viewer for arm.so i have downloaded evince_0.4.0.orig.tar.gz from http://packages.debian.org/etch/arm this site. so for that i followed these steps: 1>. CC=arm-none-linux-gnueabi-gcc ./configure PREFIX=/home/biswajit/project/EBOOK/EVINCE/ --host=arm there it is giving error like checking for LIB... checking for BACKEND... checking for FRONTEND_CORE... configure: error: Package requirements (gtk+-2.0 >= 2.6.0 libgnomeui-2.0 >= 2.6.0 libglade-2.0 poppler-glib >= 0.4.1) were not met.
2>since these pakages are not there Ist i downloaded gtk+2.0_2.8.20.orig.tar.gz i have configured it like this CC=arm-none-linux-gnueabi-gcc ./configure --host=arm --prefix=/home/biswajit/project/EBOOK/EVINCE/ --without-libtiff --without-libjpeg --with-gdktarget=linux-fb while executng this it is also looking for pango library 3>so i downloaded pango library from the same site so it some how got configured properly i have configured like CC=arm-none-linux-gnueabi-gcc ./configure --prefix=/home/biswajit/project/EBOOK/PANGO/ --host=arm GLIB_CFLAGS=/home/biswajit/wajit/project/EBOOK/GLIB GLIB_LIBS=/home/biswajit/project/EBOOK/GLIB/lib/ but while compiling it is looking for glib.h that s why it gave error like glib.h no such file or directory foun. so can you please tell me ho to add glib include directory while configuring pango sa that it will compiled properly. Is this is the procedure to build this for arm architecture or something else. If something else procedure is there please help me out thank and Regards Biswajit _______________________________________________ Evince-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evince-list
