Re: gnome-vfs build error
- From: Toralf Lund <toralf kscanners com>
- To: GNOME mailing list <gnome-list gnome org>
- Subject: Re: gnome-vfs build error
- Date: Wed, 24 Oct 2001 15:53:58 +0200
On 23/10 2001 17:06 Darin Adler wrote:
on 10/23/01 5:55 AM, Toralf Lund at toralf kscanners com wrote:
> When trying to build gnome-vfs release "GNOME_VFS_1_0_3", I get:
The best fix for this is to upgrade from xml-i18n-tool to intltool.
Yes, that did the trick. I've now successuffly built and installed
intltool-0.11 (current CVS failed to build because of missing "libxml"
include files) and gnome-vfs-1.0.3. Thanks.
Was it really that easy? Of course not. You did't really think it was?
I had to change both packages in order to generate RPMs; see attachments.
- Toralf
? intltool.patch
? intltool-0.11.1.tar.gz
? intltool-0.11.tar.gz
? doc-i18n-tool/Makefile.in
? doc-i18n-tool/Makefile
? doc-i18n-tool/.deps
Index: intltool.spec.in
===================================================================
RCS file: /cvs/gnome/intltool/intltool.spec.in,v
retrieving revision 1.12
diff -u -b -r1.12 intltool.spec.in
--- intltool.spec.in 2001/10/04 19:58:43 1.12
+++ intltool.spec.in 2001/10/24 13:22:41
@@ -63,7 +63,7 @@
%install
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{_prefix} sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install
+make prefix=$RPM_BUILD_ROOT%{_prefix} sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install mandir=$RPM_BUILD_ROOT%{_mandir}
for FILE in "$RPM_BUILD_ROOT/bin/*"; do
file "$FILE" | grep -q not\ stripped && strip $FILE
? gnome-vfs.patch
? gnome-vfs-1.0.3.tar.gz
? monikers/Makefile.in
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-vfs/Makefile.am,v
retrieving revision 1.25.2.1
diff -u -b -r1.25.2.1 Makefile.am
--- Makefile.am 2001/07/21 22:56:08 1.25.2.1
+++ Makefile.am 2001/10/24 13:41:48
@@ -13,7 +13,9 @@
man \
devel-docs \
$(SUBDIRS_GNOME) \
- po
+ po \
+ intl \
+ macros
EXTRA_DIST = \
Index: gnome-vfs.spec.in
===================================================================
RCS file: /cvs/gnome/gnome-vfs/gnome-vfs.spec.in,v
retrieving revision 1.34.2.1
diff -u -b -r1.34.2.1 gnome-vfs.spec.in
--- gnome-vfs.spec.in 2001/10/10 21:40:27 1.34.2.1
+++ gnome-vfs.spec.in 2001/10/24 13:41:48
@@ -96,8 +96,8 @@
%files devel
%defattr(-, root, root)
-%{prefix}/include/libgnomevfs/*.h
-%{prefix}/lib/vfs/include/*.h
+%{prefix}/include/gnome-vfs-*/libgnomevfs/*.h
+%{prefix}/lib/gnome-vfs-*/include/*.h
%{prefix}/lib/*.a
%{prefix}/lib/*.la
%{prefix}/bin/gnome-vfs-config
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]