[Webkit-unassigned] [Bug 27230] soup/ResourceHandleSoup.cpp:533: error: 'g_mapped_file_free' was not declared in this scope

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 12:34:02 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27230





--- Comment #1 from David Ronis <David.Ronis at McGill.CA>  2009-07-13 12:34:02 PDT ---
Grepped the include  dir for the definition: Here's what I see in
glib-2.0/glib/gmappedfile.h:


#ifndef G_DISABLE_DEPRECATED
void         g_mapped_file_free         (GMappedFile  *file);
#endif

Looks like this is being phased out.  In any event, I manually added the
declaration to the webkit file and am resuming the compilation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list