Re: gnome-libs requires gtk 1.1?
- From: Tom Tromey <tromey cygnus com>
- To: Andrew Clausen <clausen alphalink com au>
- Cc: gnome-list gnome org
- Subject: Re: gnome-libs requires gtk 1.1?
- Date: 27 Jul 1998 14:38:12 -0600
Andrew> I posted a message about gnome-libs failing to compile
Andrew> (GtkEnumValue wasn't in any header files). I had gtk 1.0.4,
Andrew> and I just got gtk 1.1, and it works. Should the autoconf
Andrew> script should check for gtk 1.1 now?
I thought it did check. Maybe the result of the check isn't being
used somewhere? I'm afraid I don't remember your original bug report,
sorry.
Andrew> I would do it myself, but I'm having problems learning m4.
Andrew> Could someone explain this: in the m4 info pages, it says you
Andrew> can define macros with:
Andrew> define('macro_name', 'argument one is $1')
Andrew> macro_name('first argument')
Andrew> but I've only found it to work without the quotes on the
Andrew> macro_name.
Writing autoconf code isn't exactly like writing m4 macros. Autoconf
disables a lot of the m4 builtins, and it changes the default quote
characters to [ and ].
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]