atk build from cvs broken for win32 (mingw)
- From: Tor Lillqvist <tml iki fi>
- To: "Hans Breuer" <hans breuer org>
- Cc: gtk-devel-list gnome org
- Subject: atk build from cvs broken for win32 (mingw)
- Date: Fri, 8 Apr 2005 17:00:19 +0300
Hans Breuer writes:
> Following Owen's nice mingw build descriptions [1] everything went smooth
> until atk which gives:
> libtool: link: CURRENT `1000' is not a nonnegative integer
Find this in libtool:
# Check that each of the things are valid numbers.
case $current in
0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9]) ;;
Change to:
0 | [1-9] | [1-9][0-9] | [1-9][0-9][0-9] | [1-9][0-9][0-9][0-9]) ;;
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]