Advertisement
Guest User

error in svn 1.6.17

a guest
Jun 7th, 2011
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. 13>------ Build started: Project: libsvn_subr_dll, Configuration: Release x64 ------
  2. 13>libsvn_subr_dll : warning PRJ0009 : Build log could not be opened for writing.
  3. 13>Make sure that the file is not open by another process and is not write-protected.
  4. 13>Performing Custom Build Step
  5. 12>lock.c
  6. 13>Compiling...
  7. 13>empty.c
  8. 13>Compiling resources...
  9. 12>get_locks.c
  10. 13>Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
  11. 13>Copyright (C) Microsoft Corporation. All rights reserved.
  12. 13>Linking...
  13. 13>libsvn_subr.def(96) : warning LNK4087: CONSTANT keyword is obsolete; use DATA
  14. 13> Creating library ..\..\..\Release\subversion\libsvn_subr\libsvn_subr-1.lib and object ..\..\..\Release\subversion\libsvn_subr\libsvn_subr-1.exp
  15. 13>zlibstat.lib(inflate.obj) : error LNK2019: unresolved external symbol inflate_fast referenced in function inflate
  16. 13>zlibstat.lib(deflate.obj) : error LNK2019: unresolved external symbol match_init referenced in function lm_init
  17. 13>zlibstat.lib(deflate.obj) : error LNK2019: unresolved external symbol longest_match referenced in function deflate_fast
  18. 13>..\..\..\Release\subversion\libsvn_subr\libsvn_subr-1.dll : fatal error LNK1120: 3 unresolved externals
  19. 13>Build log was saved at "file://c:\build\subversion-1.6.17-x64\Release\subversion\libsvn_subr\BuildLog.htm"
  20. 13>libsvn_subr_dll - 4 error(s), 2 warning(s)
  21. 14>------ Build started: Project: libsvn_delta_dll, Configuration: Release x64 ------
  22. 14>Performing Custom Build Step
  23. 14>Compiling...
  24. 12>get_location_segments.c
  25. 14>empty.c
  26. 14>Compiling resources...
  27. 14>Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
  28. 14>Copyright (C) Microsoft Corporation. All rights reserved.
  29. 14>Linking...
  30. 14> Creating library ..\..\..\Release\subversion\libsvn_delta\libsvn_delta-1.lib and object ..\..\..\Release\subversion\libsvn_delta\libsvn_delta-1.exp
  31. 14>zlibstat.lib(deflate.obj) : error LNK2019: unresolved external symbol match_init referenced in function lm_init
  32. 14>zlibstat.lib(deflate.obj) : error LNK2019: unresolved external symbol longest_match referenced in function deflate_fast
  33. 14>zlibstat.lib(inflate.obj) : error LNK2019: unresolved external symbol inflate_fast referenced in function inflate
  34. 14>..\..\..\Release\subversion\libsvn_delta\libsvn_delta-1.dll : fatal error LNK1120: 3 unresolved externals
  35. 12>get_deleted_rev.c
  36. 14>Build log was saved at "file://c:\build\subversion-1.6.17-x64\Release\subversion\libsvn_delta\BuildLog.htm"
  37. 14>libsvn_delta_dll - 4 error(s), 0 warning(s)
  38. 21>------ Build started: Project: libsvn_ra_dll, Configuration: Release x64 ------
  39. 21>Performing Custom Build Step
  40. 21>Compiling...
  41. 20>update_editor.c
  42. 21>empty.c
  43. 21>Compiling resources...
  44. 21>Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
  45. 21>Copyright (C) Microsoft Corporation. All rights reserved.
  46. 21>Linking...
  47. 21> Creating library ..\..\..\Release\subversion\libsvn_ra\libsvn_ra-1.lib and object ..\..\..\Release\subversion\libsvn_ra\libsvn_ra-1.exp
  48. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_GetCurrentLineNumber referenced in function ne_xml_currentline
  49. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_ErrorString referenced in function ne_xml_parse
  50. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_GetErrorCode referenced in function ne_xml_parse
  51. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_Parse referenced in function ne_xml_parse
  52. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_ParserFree referenced in function ne_xml_destroy
  53. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_SetDefaultHandler referenced in function ne_xml_create
  54. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_SetXmlDeclHandler referenced in function ne_xml_create
  55. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_SetUserData referenced in function ne_xml_create
  56. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_SetCharacterDataHandler referenced in function ne_xml_create
  57. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_SetElementHandler referenced in function ne_xml_create
  58. 21>libneon.lib(ne_xml.obj) : error LNK2019: unresolved external symbol __imp_XML_ParserCreate referenced in function ne_xml_create
  59. 21>..\..\..\Release\subversion\libsvn_ra\libsvn_ra-1.dll : fatal error LNK1120: 11 unresolved externals
  60. 20>tree_conflicts.c
  61. 21>Build log was saved at "file://c:\build\subversion-1.6.17-x64\Release\subversion\libsvn_ra\BuildLog.htm"
  62. 21>libsvn_ra_dll - 12 error(s), 0 warning(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement