Re: Remove use of deprecated GLib symbols
Matthew Barnes <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2006-08-17 at 17:40 -0400, Matthew Barnes wrote: > I compiled evolution-2.7.91 with the G_DISABLE_DEPRECATED flag and > patched the errors. Please review the attachment. > > I also tried this with evolution-data-server-1.7.91 and > evolution-connector-2.7.91, but they compiled successfully. > > To reproduce: $ CFLAGS=G_DISABLE_DEPRECATED=1 ./configure; make Sorry, that should be: To reproduce: $ CFLAGS=-DG_DISABLE_DEPRECATED=1 ./configure; make Forgot the "-D".