Re: gtk2-perl cvs build problem (fix included, questions asked)
- From: Guillaume Cottenceau <gc mandrakesoft com>
- To: muppet <scott asofyet org>
- Cc: gtk-perl-list gnome org
- Subject: Re: gtk2-perl cvs build problem (fix included, questions asked)
- Date: 04 Feb 2003 12:56:05 +0100
muppet <scott asofyet org> writes:
simple enough, change the line to:
#if GTK_MINOR_VERSION > 0
return
gtk_list_store_remove(SvGtkListStore(list_store),SvGtkTreeIter(iter));
#else
gtk_list_store_remove(SvGtkListStore(list_store),SvGtkTreeIter(iter));
return TRUE;
#endif
but this solution doesn't scale --- i don't think you'd want to do this
for fifty or a hundred functions. are there any plans to handle this
sort of problem with autogen scripts?
There are no known plans to me at least. Though, I don't think
it would concern fifty/hundreds of functions!?
Your proposal looks ok - and that's more or less what we're
already done in similar cases.
--
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]