gtk_check_version oddness in HEAD
- From: Anders Carlsson <andersca gnu org>
- To: gtk-devel-list gnome org
- Subject: gtk_check_version oddness in HEAD
- Date: 15 May 2002 16:50:55 +0200
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?
Anders
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]