In my system, pygtk 2.0 is installed in the /usr/local, while configure script expects it in /usr, that requires re-modifying variable CODEGEN_PATH on my side. An attached patch fixes it. Reproducible: Always Steps to Reproduce: 1. ./autogen.sh 2. ./configure Actual Results: CODEGEN_PATH = /usr/share/pygtk/2.0/codegen Expected Results: For me. CODEGEN_PATH = /usr/local/share/pygtk/2.0/codegen
Created attachment 248 this patch fixes problem by using pkg-config This patch fixes a minor problem I reported, it requires the following CODEGEN_PATH="`pkg-config --variable=codegendir pygtk-2.0`" AC_SUBST([CODEGEN_PATH]) lines actually.
Sorry for the SPAM; mass move to new pyxfce product, reassigning to Danny.
wow... nice I applied that to svn, thanks