Share

wxWebKit

Tracker: Patches

5 Added missing include file - ID: 2693524
Last Update: Settings changed ( kollivier )

Compilation could not complete without additional include file in
non-kerned-drawing.cpp - it includes wx/dcgraph.h which itself needs a
definition of wxDC but that is defined in wx/dc.h so it need to be included
too. The patch below adds the necessary #include <wx/dc.h> and enabled
completion of ./build-webkit --wx --wx-args=wxgc


Christoph Willing ( cwilling ) - 2009-03-19 05:00

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
missinginc_non-kerned-drawing_cpp.patch patch to add missing include file Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2009-03-23 17:24 kollivier
resolution_id None 2009-03-23 17:24 kollivier
allow_comments 1 2009-03-23 17:24 kollivier
close_date - 2009-03-23 17:24 kollivier
File Added 318488: missinginc_non-kerned-drawing_cpp.patch 2009-03-19 05:00 cwilling