[pygtk] Trouble while cross compiling PyGTK to ARM Processors

2009-02-11 Thread Harish Vishwanath
Hello All, I am trying to cross-compile PyGTK 2.4.1 to ARM 9 processor. I have all the required dependencies already compiled for ARM 9 (Python, GTK, Cairo, Pango, PangoCairo pkgconfig etc.,). I have the following setup : Host : Suse Enterprise Linux 10, Intel X86 Target : ARM 9 I have LxNETES-3

Re: [pygtk] Trouble while cross compiling PyGTK to ARM Processors

2009-02-12 Thread Nalli Dinesh
Harish, Weclome to pygtk group of geeks. If configure is trying to run python and pkgconfig, why can't you provide ARM version of these libraries? Just checking!!! Secondly you are running configure script to generate appropriate Makefile to run Make to cross compile pygtk package for arm. I thi

Re: [pygtk] Trouble while cross compiling PyGTK to ARM Processors

2009-02-12 Thread Harish Vishwanath
Hello Dinesh, Thanks for the reply. If I provide Python and PkgConfig for ARM, it tries to execute them , and fails with "Cannot run executable", coz its trying to run an ARM version of binary on Intel Host. I dont have a Makefile which would get PyGTK compiled for ARM (or generic Makefile)., I a