On Wed, Apr 30, 2008 at 01:39:39PM -0400, Joel J. Adamson wrote: > > ./configure'ing sawfish 1.3.3 with > > ,---- > | ./configure --prefix=/usr --without-gnome > --with-libglade=/usr/lib/libglade-2.0.so > `----
I may be mistaken but IIRC you have only --with-libglade and --without-libglade configuration options (or some variants of that like '--with-libglade=yes'). > > 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' > `---- I have no idea how Slackware is splitting its packages but usually things like 'libglade-xgettext' belong to a "devel" part together with headers and development libraries and you need those anyway if you want to use '--with-libglade'. A presence of some shared library is good enough to run things but not sufficient to compile. Most likely other warnings you have seen are caused by that. You need to install more of a develpment stuff. Michal
