Re: ANNOUNCE: gnome-print 0.23



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. 

>Amicalement.
>Philippe.

Can you give a bit more detail for the ignorant? 
My depth of knowledge ends at the "./configure;make;make install" level
:-(

I found this in the script..............
**********************
echo $ac_n "checking for libunicode >= 0.4""... $ac_c" 1>&6
echo "configure:4909: checking for libunicode >= 0.4" >&5
vers=`gnome-config --modversion unicode | sed -e "s/unicode-//" | \
	awk 'BEGIN { FS = "."; } { printf "%d", $1 * 1000 + $2;}'`
if test "$vers" -ge 4; then
	echo "$ac_t""found" 1>&6
else
	{ echo "configure: error: not found" 1>&2; exit 1; }
fi
***************************
Where do the 2 part-lines go?

Thanks

Peter Bunney




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