Gentoo Archives: gentoo-dev

From: Karl Trygve Kalleberg <karltk@×××××××.no>
To: gentoo-dev@g.o
Subject: [gentoo-dev] xchat-1.8.2 anomalies
Date: Wed, 01 Aug 2001 13:53:22
Message-Id: 20010801215315.A14504@prosalg.no
1 The xchat-1.8.2 has a few 'issues' when compiled with python 2.0
2 support. The configure.in file should be patched along the lines:
3
4 307c307
5 < PY_LIBS="-lpython$PY_VERSION"
6 ---
7 > PY_LIBS="`python-config` -lm"
8
9 (Sorry for not -u'ing this diff).
10
11 Also, xchat-1.8.2 will not compile properly with --disable-perl. I'm still
12 investigating this.
13
14 I would very much guess this to be the xchat developers' fault, not the
15 ebuild maintainer (achim in this case).
16
17
18 Regards,
19
20 Karl T

Replies

Subject Author
Re: [gentoo-dev] xchat-1.8.2 anomalies Daniel Robbins <drobbins@g.o>