Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Re: fixing the problem of the old gtk header files versus new gtk header files ...

>>>>> "Steve" == Steve Northover <Steve_Northover@xxxxxxxxxx> writes:

Steve> Is there any solution other than removing the offending
Steve> #define?  What do C projects do to get around this problem.
Steve> Perhaps they use the #define when developing but remove it
Steve> before they ship?

I suspect most other projects just do like SWT: target a specific set
of Gtk releases and require folks to tweak the build if they try to
build it against a newer version with new deprecations.

IMO this "problem" isn't a big deal.  The fix was pretty obvious and
it was also clear why things were set up the way they were.

Tom


Back to the top