! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Changing codegen directory path in pyxfce
Status:
RESOLVED: FIXED
Severity:
trivial

Comments

Description Daichi Kawahata 2005-06-04 13:24:27 CEST
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
Comment 1 Daichi Kawahata 2005-06-04 13:28:58 CEST
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.
Comment 2 Brian J. Tarricone (not reading bugmail) 2005-06-07 17:33:20 CEST
Sorry for the SPAM; mass move to new pyxfce product, reassigning to Danny.
Comment 3 dannym editbugs 2005-06-23 21:49:34 CEST
wow... nice 

I applied that to svn, thanks


Bug #986

Reported by:
Daichi Kawahata
Reported on: 2005-06-04
Last modified on: 2005-06-23

People

CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information