Re: gtk_check_version oddness in HEAD
- From: Owen Taylor <otaylor redhat com>
- To: Anders Carlsson <andersca gnu org>
- Cc: gtk-devel-list gnome org
- Subject: Re: gtk_check_version oddness in HEAD
- Date: Wed, 15 May 2002 11:27:12 -0400 (EDT)
Anders Carlsson <andersca gnu org> writes:
> Hello,
>
> one of the checks in gtk_check_version, looks like this:
>
> if (required_micro < GTK_MICRO_VERSION - GTK_BINARY_AGE)
> return "Gtk+ version too new (micro mismatch)";
>
> The only problem is that these are defined in HEAD as:
>
> #define GTK_MICRO_VERSION (0)
> #define GTK_BINARY_AGE (100)
>
>
> So the required_micro has to be lower than -100 for it to work :)
>
> What's the correct way to fix this?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]