Guest User

Untitled

a guest
Feb 20th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. cl /c /nologo /TP /Fovc_mswuhdll\coredll_graphicc.obj /MD /DWIN32 /Fd
  2. ..\..\lib\vc_dll\wxmsw28uh_core_vc.pdb /O2 /D__WXMSW__ /DwxNO_EXCEPTIONS
  3. /D_UNICODE /DwxUSE_GRAPHICS_CONTEXT=1 /I..\..\lib\vc_dll\mswuh /I..\..\inclu
  4. de /I..\..\external\cairo-dev\include\cairo /W4 /I..\..\src\tiff /I..\..\src\j
  5. peg /I..\..\src\png /I..\..\src\zlib /I..\..\src\regex /I..\..\src\expat\lib /D
  6. WXUSINGDLL /DWXMAKINGDLL_CORE /DwxUSE_BASE=0 /GR /Yu"wx/wxprec.h" /Fp"vc_mswu
  7. hdll\wxprec_coredll.pch" /GS- /Zi /GL ..\..\src\generic\graphicc.cpp
  8. graphicc.cpp
  9. ..\..\src\generic\graphicc.cpp(852) : warning C4100: 'fillStyle' : unreferenced
  10. formal parameter
  11. ..\..\src\generic\graphicc.cpp(983) : warning C4100: 'dc' : unreferenced formal
  12. parameter
  13. ..\..\src\generic\graphicc.cpp(1413) : error C2259: 'wxCairoRenderer' : cannot i
  14. nstantiate abstract class
  15. due to following members:
  16. 'wxGraphicsBitmap wxGraphicsRenderer::CreateBitmap(const wxBitmap &)' :
  17. is abstract
  18. C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(691) : see decla
  19. ration of 'wxGraphicsRenderer::CreateBitmap'
  20. ..\..\src\generic\graphicc.cpp(1415) : error C2259: 'wxCairoRenderer' : cannot i
  21. nstantiate abstract class
  22. due to following members:
  23. 'wxGraphicsBitmap wxGraphicsRenderer::CreateBitmap(const wxBitmap &)' :
  24. is abstract
  25. C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(691) : see decla
  26. ration of 'wxGraphicsRenderer::CreateBitmap'
  27. ..\..\src\generic\graphicc.cpp(1426) : error C2259: 'wxCairoContext' : cannot in
  28. stantiate abstract class
  29. due to following members:
  30. 'void wxGraphicsContext::DrawBitmap(const wxGraphicsBitmap &,wxDouble,wx
  31. Double,wxDouble,wxDouble)' : is abstract
  32. C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(549) : see decla
  33. ration of 'wxGraphicsContext::DrawBitmap'
  34. ..\..\src\generic\graphicc.cpp(1439) : error C2259: 'wxCairoContext' : cannot in
  35. stantiate abstract class
  36. due to following members:
  37. 'void wxGraphicsContext::DrawBitmap(const wxGraphicsBitmap &,wxDouble,wx
  38. Double,wxDouble,wxDouble)' : is abstract
  39. C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(549) : see decla
  40. ration of 'wxGraphicsContext::DrawBitmap'
  41. ..\..\src\generic\graphicc.cpp(1464) : error C2259: 'wxCairoContext' : cannot in
  42. stantiate abstract class
  43. due to following members:
  44. 'void wxGraphicsContext::DrawBitmap(const wxGraphicsBitmap &,wxDouble,wx
  45. Double,wxDouble,wxDouble)' : is abstract
  46. C:\dev\digsby\build\msw\wxWidgets\include\wx/graphics.h(549) : see decla
  47. ration of 'wxGraphicsContext::DrawBitmap'
  48. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
  49. \cl.EXE"' : return code '0x2'
  50. Stop.
  51. rebuild took 202.54700017 secs
Add Comment
Please, Sign In to add comment