Skip to content

Instantly share code, notes, and snippets.

@kevinw
Created November 14, 2008 18:30
Show Gist options
  • Save kevinw/25039 to your computer and use it in GitHub Desktop.
Save kevinw/25039 to your computer and use it in GitHub Desktop.
cl /c /nologo /TP /Fovc_mswuhdll\coredll_graphicc.obj /MD /DWIN32 /Fd
..\..\lib\vc_dll\wxmsw28uh_core_vc.pdb /O2 /D__WXMSW__ /DwxNO_EXCEPTIONS
/D_UNICODE /DwxUSE_GRAPHICS_CONTEXT=1 /I..\..\lib\vc_dll\mswuh /I..\..\inclu
de /I..\..\external\cairo-dev\include\cairo /W4 /I..\..\src\tiff /I..\..\src\j
peg /I..\..\src\png /I..\..\src\zlib /I..\..\src\regex /I..\..\src\expat\lib /D
WXUSINGDLL /DWXMAKINGDLL_CORE /DwxUSE_BASE=0 /GR /Yu"wx/wxprec.h" /Fp"vc_mswu
hdll\wxprec_coredll.pch" /GS- /Zi /GL ..\..\src\generic\graphicc.cpp
graphicc.cpp
..\..\src\generic\graphicc.cpp(852) : warning C4100: 'fillStyle' : unreferenced
formal parameter
..\..\src\generic\graphicc.cpp(983) : warning C4100: 'dc' : unreferenced formal
parameter
..\..\src\generic\graphicc.cpp(1413) : error C2259: 'wxCairoRenderer' : cannot i
nstantiate abstract class
due to following members:
'wxGraphicsBitmap wxGraphicsRenderer::CreateBitmap(const wxBitmap &)' :
is abstract
C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(691) : see decla
ration of 'wxGraphicsRenderer::CreateBitmap'
..\..\src\generic\graphicc.cpp(1415) : error C2259: 'wxCairoRenderer' : cannot i
nstantiate abstract class
due to following members:
'wxGraphicsBitmap wxGraphicsRenderer::CreateBitmap(const wxBitmap &)' :
is abstract
C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(691) : see decla
ration of 'wxGraphicsRenderer::CreateBitmap'
..\..\src\generic\graphicc.cpp(1426) : error C2259: 'wxCairoContext' : cannot in
stantiate abstract class
due to following members:
'void wxGraphicsContext::DrawBitmap(const wxGraphicsBitmap &,wxDouble,wx
Double,wxDouble,wxDouble)' : is abstract
C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(549) : see decla
ration of 'wxGraphicsContext::DrawBitmap'
..\..\src\generic\graphicc.cpp(1439) : error C2259: 'wxCairoContext' : cannot in
stantiate abstract class
due to following members:
'void wxGraphicsContext::DrawBitmap(const wxGraphicsBitmap &,wxDouble,wx
Double,wxDouble,wxDouble)' : is abstract
C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(549) : see decla
ration of 'wxGraphicsContext::DrawBitmap'
..\..\src\generic\graphicc.cpp(1464) : error C2259: 'wxCairoContext' : cannot in
stantiate abstract class
due to following members:
'void wxGraphicsContext::DrawBitmap(const wxGraphicsBitmap &,wxDouble,wx
Double,wxDouble,wxDouble)' : is abstract
C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(549) : see decla
ration of 'wxGraphicsContext::DrawBitmap'
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\cl.EXE"' : return code '0x2'
Stop.
rebuild took 202.54700017 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment