On 23/12/09 04:47, Christopher Roy Bratusek wrote:
Hi folks!
In the name of the sawfish coreteam, I'm pleased to announce the
immediate availabilty of:
Sawfish 1.6.0 "Sound Of Thunder"
Mmm. I get a configure error:
(Fedora 11, 64bit)
> ./configure
...
checking for PANGOX... yes
checking for PANGOXFT... yes
checking for LIBREP... no
configure: error: cannot locate librep
rep-gtk configure found it just fine, and
> pkg-config --short-errors --print-errors "librep >= 0.99"
Requested 'librep >= 0.99' but version of librep is 0.90.1
The relevant portion from confiigure as generated by autogen.sh:
if test $_pkg_short_errors_supported = yes; then
LIBREP_PKG_ERRORS=`$PKG_CONFIG --short-errors
--print-errors "librep >= ${REP_MIN_VER}
" 2>&1`
else
LIBREP_PKG_ERRORS=`$PKG_CONFIG --print-errors "librep
>= ${REP_MIN_VER}
" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBREP_PKG_ERRORS" >&5
{ $as_echo "$as_me:$LINENO: result: no" >&5
$as_echo "no" >&6; }
{ { $as_echo "$as_me:$LINENO: error: cannot locate
librep" >&5
$as_echo "$as_me: error: cannot locate librep" >&2;}
{ (exit 1); exit 1; }; }
elif test $pkg_failed = untried; then
{ { $as_echo "$as_me:$LINENO: error: cannot locate librep" >&5
$as_echo "$as_me: error: cannot locate librep" >&2;}
Nothing obvious _I_ can pick here as the cause.