Advertisement
pppregin

LO error in build xml2cmp

May 30th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. =============
  2. Building module xml2cmp
  3. =============
  4. Entering /cygdrive/c/LO3402s/xml2cmp/source/xcd
  5.  
  6. mkout -- version: 1.8
  7. Making: all_x2c_xcd.dpobj
  8. Compiling: xml2cmp/source/xcd/main.cxx
  9. Compiling: xml2cmp/source/xcd/cr_html.cxx
  10. Compiling: xml2cmp/source/xcd/cr_index.cxx
  11. Compiling: xml2cmp/source/xcd/cr_metho.cxx
  12. Compiling: xml2cmp/source/xcd/filebuff.cxx
  13. Compiling: xml2cmp/source/xcd/parse.cxx
  14. Compiling: xml2cmp/source/xcd/xmlelem.cxx
  15. Compiling: xml2cmp/source/xcd/xmltree.cxx
  16. Making: x2c_xcd.lib
  17.  
  18. Making: x2c_xcdl.lib
  19.  
  20. Making: all_x2c_xcd.dpobj
  21. Entering /cygdrive/c/LO3402s/xml2cmp/source/support
  22.  
  23. Making: all_x2c_support.dpobj
  24. Compiling: xml2cmp/source/support/cmdline.cxx
  25. Compiling: xml2cmp/source/support/heap.cxx
  26. Compiling: xml2cmp/source/support/sistr.cxx
  27. Compiling: xml2cmp/source/support/syshelp.cxx
  28. Compiling: xml2cmp/source/support/badcast.cxx
  29. Making: x2c_support.lib
  30. Making: all_x2c_support.dpobj
  31. Entering /cygdrive/c/LO3402s/xml2cmp/source/finder
  32.  
  33. Making: all_srvdepy.dpobj
  34. Compiling: xml2cmp/source/finder/dependy.cxx
  35. Compiling: xml2cmp/source/finder/dep_main.cxx
  36. Making: srvdepy.lib
  37. Making: srvdepy.exe
  38. Microsoft (R) Incremental Linker Version 9.00.30729.01
  39. Copyright (C) Microsoft Corporation. All rights reserved.
  40.  
  41. -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -DEBUG /SUBSYSTEM:CONSOLE /BASE:0x1b000000 /STACK:1000000 -out:../../wntmsci12/bin/srvdepy.exe -map:../../wntmsci12/misc/srvdepy.map ../../wntmsci12/lib/srvdepy.lib ../../wntmsci12/lib/x2c_xcdl.lib ../../wntmsci12/lib/x2c_support.lib msvcrtd.lib msvcprtd.lib kernel32.lib user32.lib oldnames.lib
  42. LINK : warning LNK4001: no object files specified; libraries used
  43. srvdepy.lib(dep_main.obj) : error LNK2019: unresolved external symbol __imp___invalid_parameter_noinfo referenced in function "public: class Simstr & __thiscall std::vector<class Simstr,class std::allocator<class Simstr> >::operator[](unsigned int)" (??A?$vector@VSimstr@@V?$allocator@VSimstr@@@std@@@std@@QAEAAVSimstr@@I@Z)
  44. srvdepy.lib(dependy.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo
  45. ../../wntmsci12/bin/srvdepy.exe : fatal error LNK1120: 1 unresolved externals
  46. dmake: Error code 96, while making '../../wntmsci12/bin/srvdepy.exe'
  47. Retrying /cygdrive/c/LO3402s/xml2cmp/source/finder
  48.  
  49. Making: srvdepy.exe
  50. Microsoft (R) Incremental Linker Version 9.00.30729.01
  51. Copyright (C) Microsoft Corporation. All rights reserved.
  52.  
  53. -safeseh -nxcompat -dynamicbase -NODEFAULTLIB -DEBUG /SUBSYSTEM:CONSOLE /BASE:0x1b000000 /STACK:1000000 -out:../../wntmsci12/bin/srvdepy.exe -map:../../wntmsci12/misc/srvdepy.map ../../wntmsci12/lib/srvdepy.lib ../../wntmsci12/lib/x2c_xcdl.lib ../../wntmsci12/lib/x2c_support.lib msvcrtd.lib msvcprtd.lib kernel32.lib user32.lib oldnames.lib
  54. LINK : warning LNK4001: no object files specified; libraries used
  55. srvdepy.lib(dep_main.obj) : error LNK2019: unresolved external symbol __imp___invalid_parameter_noinfo referenced in function "public: class Simstr & __thiscall std::vector<class Simstr,class std::allocator<class Simstr> >::operator[](unsigned int)" (??A?$vector@VSimstr@@V?$allocator@VSimstr@@@std@@@std@@QAEAAVSimstr@@I@Z)
  56. srvdepy.lib(dependy.obj) : error LNK2001: unresolved external symbol __imp___invalid_parameter_noinfo
  57. ../../wntmsci12/bin/srvdepy.exe : fatal error LNK1120: 1 unresolved externals
  58. dmake: Error code 96, while making '../../wntmsci12/bin/srvdepy.exe'
  59.  
  60. -----------------------------------------------------------------------
  61. Oh dear - something failed during the build - sorry !
  62. For more help with debugging build errors, please see the section in:
  63. http://wiki.documentfoundation.org/Development
  64.  
  65. internal build errors:
  66.  
  67. ERROR: error 65280 occurred while making /cygdrive/c/LO3402s/xml2cmp/source/finder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement