Compiling Sawfish on Slackware 12.0 (was: Compiling rep-gtk on Slackware 12.0)



Michal Jaegermann <michal harddata com> writes:

> On Wed, Apr 30, 2008 at 09:05:12AM -0400, Joel J. Adamson wrote:
>> Michal Jaegermann <michal harddata com> writes:
>> > Here are corresponding
>> > lines from my spec file for rep-gtk:
>> >
>> > make %{?_smp_mflags} host_type=%{_target_platform} \
>> >     'rep_LIBTOOL = $(repcommonexecdir)/libtool --tag=CXX'
>> 
>> I can't locate this line in the Makefile.in or resulting Makefile.
>
> Of course not.  This is a make invocation which is using
> additional arguments.  Those "%{...}" are rpmbuild macros which
> expand to something reasonable.  Adjust to your circumstances and
> taste.

Okay, so now I've successfully compiled rep-gtk from svn, with the
following configure options:

,----
| aclocal; autoconf || exit
| CFLAGS="$SLKCFLAGS" \
|   ./configure \
|   --prefix=/usr \
|   --without-gnome \
|   --with-libglade=/usr/lib/libglade-2.0.so \
|   --sysconfdir=/etc \
|   --localstatedir=/var \
|   --with-perl=/usr/bin/perl \
|   --build=$ARCH-slackware-linux \
|   --host=$ARCH-slackware-linux 
`----

./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?"

Thanks for any help,
Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109
Public key: http://pgp.mit.edu
http://www.unc.edu/~adamsonj

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]