Re: ANNOUNCE: gnome-print 0.23
- From: Ole Aamot <ole gnu org>
- To: peter bunney <peter bunney freeserve co uk>
- Cc: gnome-list gnome org, Philippe Defert cern ch
- Subject: Re: ANNOUNCE: gnome-print 0.23
- Date: 24 Sep 2000 21:35:08 +0200
peter bunney <peter bunney freeserve co uk> writes:
> Philippe Defert cern ch writes:
> >
> >Edit the configure script and (if you really have libunicode 0.4)
>
> >s/`gnome-config --modversion unicode`/`echo unicode-0.4`/;
> >s/(".* `gnome-config --libs .*) unicode`"/"$1` -lunicode -lz"/;
>
> >The fact is that there is no unicodeConf.sh in the libunicode 0.4
> >distrib.
1) Get libunicode-0.4.gnome.tar.gz or (the patch) from your local
mirror of ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libunicode/
2) Put the following lines into a file (gnome-print-0.23/fix.pl)
--snip--
#!/usr/bin/perl -pi.bak
s/`gnome-config --modversion unicode`/`echo unicode-0.4`/g;
s/(".* `gnome-config --libs .*) unicode`"/$1` -lunicode -lz"/g;
--snip--
3) chmod a+x fix.pl
4) ./fix.pl configure.in
5) autoreconf
6) ./configure
.. and follow the usual procedure
> Can you give a bit more detail for the ignorant?
[ ... ]
> Where do the 2 part-lines go?
"configure" is generated from configure.in by GNU autoconf, so they
should go in configure.in
-- Ole
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]