GTK 1.2.3 Makefile bug
- From: Barbara K Jensen <blk+ andrew cmu edu>
- To: gtk-list redhat com
- Cc: Barbara K Jensen <blk+ andrew cmu edu>
- Subject: GTK 1.2.3 Makefile bug
- Date: Wed, 26 May 1999 15:24:22 -0400 (EDT)
While installing the latest version of GTK onto a SunOS (sun4x_56) platform, 
I came across the following error in the Makefile for install:  In the file 
gtk+-1.2.3/po/Makefile.in.in, the DESTDIR variable was not correctly placed 
in front of a few variables where it was needed, thus breaking the install 
when I tried installing the files in a different directory from where it 
was built.  A diff of the changes which successfully installed follows:
% diff Makefile.in.in Makefile.in.in.old
156c156
<           $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
---
>           $(MKINSTALLDIRS) $(gettextsrcdir); \
158c158
<           $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
---
>           $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
161c161
<                         $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
---
>                         $(gettextsrcdir)/Makefile.in.in; \
Sincerely,
Barbara Jensen
blk@andrew.cmu.edu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Barbara King Jensen - blk@andrew.cmu.edu  | Voulez-vous danser avec moi?
http://www.contrib.andrew.cmu.edu/~blk/   |       (Ace of Base)
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]