Advertisement
Guest User

Poppler 0.20.0 with GDAL 1.9.1

a guest
May 25th, 2012
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.37 KB | None | 0 0
  1. Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
  2. Copyright (C) Microsoft Corporation.  All rights reserved.
  3.  
  4.         cl  /nologo /MD /EHsc /Ox /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /
  5. DNDEBUG /W4 /wd4127 /wd4251 /wd4275 /wd4786 /wd4100 /wd4245 /wd4206 /wd4018 /wd4389 -I..\.
  6. .\port -I..\..\ogr -I..\..\gcore  -I..\..\alg -I..\..\ogr\ogrsf_frmts -I"D:\build\mapserve
  7. r-buildkit-2008\gdal-1.9.1"\..\poppler-0.20.0 -I"D:\build\mapserver-buildkit-2008\gdal-1.9
  8. .1"\..\poppler-0.20.0/poppler -DPOPPLER_HAS_OPTCONTENT -DPOPPLER_BASE_STREAM_HAS_TWO_ARGS
  9. -DUSE_POPPLER -DOGR_ENABLED  /c pdfdataset.cpp
  10. pdfdataset.cpp
  11. d:\build\mapserver-buildkit-2008\poppler-0.20.0\poppler\Stream.h(119) : warning C4244: '='
  12.  : conversion from 'const int' to 'Guchar', possible loss of data
  13. d:\build\mapserver-buildkit-2008\poppler-0.20.0\poppler\GfxState.h(103) : warning C4244: '
  14. return' : conversion from 'double' to 'Guchar', possible loss of data
  15. pdfdataset.cpp(329) : error C2664: 'SplashOutputDev::startDoc' : cannot convert parameter
  16. 1 from 'XRef *' to 'PDFDoc *'
  17.         Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast
  18.  or function-style cast
  19. pdfdataset.cpp(569) : error C3861: 'setErrorFunction': identifier not found
  20. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.EXE"'
  21. : return code '0x2'
  22. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement