Guest User

Untitled

a guest
Mar 4th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1>------ Build started: Project: pdftohtml, Configuration: Release Win32 ------
  2. 1>Build started 3/11/2011 2:37:50 AM.
  3. 1>InitializeBuildStatus:
  4. 1>  Touching "Release\pdftohtml.unsuccessfulbuild".
  5. 1>ClCompile:
  6. 1>  pdftohtml.cc
  7. 1>C:\usr\src\poppler\poppler\GfxState.h(103): warning C4244: 'return' : conversion from 'double' to 'Guchar', possible loss of data
  8. 1>src\pdftohtml\pdftohtml.cc(355): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
  9. 1>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(188) : see declaration of 'strncpy'
  10. 1>src\pdftohtml\pdftohtml.cc(445): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  11. 1>src\pdftohtml\pdftohtml.cc(445): warning C4244: 'argument' : conversion from 'double' to 'int', possible loss of data
  12. 1>src\pdftohtml\pdftohtml.cc(497): warning C4996: 'unlink': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _unlink. See online help for details.
  13. 1>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(299) : see declaration of 'unlink'
  14. 1>pdftohtml.obj : error LNK2001: unresolved external symbol "public: void __thiscall AnalyseOutput::XML(void)" (?XML@AnalyseOutput@@QAEXXZ)
  15. 1>pdftohtml.obj : error LNK2001: unresolved external symbol "public: __thiscall AnalyseOutput::AnalyseOutput(char *,char *)" (??0AnalyseOutput@@QAE@PAD0@Z)
  16. 1>pdftohtml.obj : error LNK2001: unresolved external symbol _parseArgs
  17. 1>pdftohtml.obj : error LNK2001: unresolved external symbol "public: bool __thiscall HtmlOutputDev::dumpDocOutline(class Catalog *)" (?dumpDocOutline@HtmlOutputDev@@QAE_NPAVCatalog@@@Z)
  18. 1>pdftohtml.obj : error LNK2001: unresolved external symbol "public: __thiscall HtmlOutputDev::HtmlOutputDev(char *,char *,char *,char *,char *,char *,char *,bool,int,bool)" (??0HtmlOutputDev@@QAE@PAD000000_NH1@Z)
  19. 1>pdftohtml.obj : error LNK2001: unresolved external symbol _printUsage
  20. 1>pdftohtml.obj : error LNK2001: unresolved external symbol "public: static class GooString * __cdecl HtmlFont::HtmlFilter(unsigned int *,int)" (?HtmlFilter@HtmlFont@@SAPAVGooString@@PAIH@Z)
  21. 1>pdftohtml.obj : error LNK2001: unresolved external symbol "public: static void __cdecl HtmlFont::clear(void)" (?clear@HtmlFont@@SAXXZ)
  22. 1>C:\new_arch\\win32\bin\pdftohtml.exe : fatal error LNK1120: 8 unresolved externals
  23. 1>
  24. 1>Build FAILED.
  25. 1>
  26. 1>Time Elapsed 00:00:01.86
  27. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment