On Wed, Apr 30, 2008 at 7:39 PM, Joel J. Adamson <[EMAIL PROTECTED]> wrote:
[...] > ./configure'ing sawfish 1.3.3 with > > ,---- > | ./configure --prefix=/usr --without-gnome > --with-libglade=/usr/lib/libglade-2.0.so > `---- > > I get this error during running configure: > > ,---- > | checking for rep-gtk libglade wrapper... no > | configure: WARNING: Can't load rep's libglade wrapper, not building themer > `---- > > Then when I use the same make invocation: > > ,---- > | make "rep_LIBTOOL = /usr/libexec/rep/i486-slackware-linux-gnu/libtool > --tag=CC" || exit > `---- > > I get a long way, but it dies with the following error: > > ,---- > | ... > | /usr/bin/msgfmt -o zh_TW.mo zh_TW.po > | ./make-pot > | ./make-pot: line 42: libglade-xgettext: command not found > | make[1]: Leaving directory `/home/joel/tmp/sawfish-1.3.3/po' > `---- > > Did I use the wrong value for "--with-libglade?" Sawfish themer is based on GTK+ 1.2 and was never ported to GTK+ 2.0 or higher. If you want to build it (or attempt to build it ^__^) you probably need to install GTK+ 1.2 and an old version of libglade, on Debian libglade-xgettext is inside libglade0-dev 1:0.17-9 (version should be 0.17). >From the outside, the build system looks like a mess, I'm wondering if all the warnings that are thrown out are really harmless?. I know nothing about autoconf, but seems the time to look at documentation has come... -- Andrea
