Advertisement
KroniK907

more build error

Dec 10th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. /opt/lo/bin/make -j 6 -rs -f C:/sources/LibreOffice/Makefile.gbuild all
  2. [build C ] solenv/bin/concat-deps.c
  3. [build CXX] soltools/mkdepend/collectdircontent.cxx
  4. [build C ] soltools/mkdepend/cppsetup.c
  5. [build C ] soltools/mkdepend/ifparser.c
  6. [build C ] soltools/mkdepend/include.c
  7. [build C ] soltools/mkdepend/main.c
  8. [build C ] soltools/mkdepend/parse.c
  9. [build C ] soltools/mkdepend/pr.c
  10. [build LNK] Executable/concat-deps.exe
  11. LINK : warning LNK4001: no object files specified; libraries used
  12. LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
  13. LINK : error LNK2001: unresolved external symbol _mainCRTStartup
  14. C:/build2/workdir/LinkTarget/Executable/concat-deps.exe : fatal error LNK1120: 1 unresolved externals
  15.  
  16. mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "C:/build2/workdir/LinkTarget/Executable/concat-deps.exe". The system cannot find the file specified.
  17. [build DEP] LNK:Executable/makedepend.exe
  18. [build LNK] Executable/makedepend.exe
  19. /bin/sh: C:/build2/workdir/LinkTarget/Executable/concat-deps.exe: No such file or directory
  20. [build LNK] Executable/concat-deps.exe
  21. LINK : warning LNK4001: no object files specified; libraries used
  22. LINK : warning LNK4068: /MACHINE not specified; defaulting to X86
  23. LINK : error LNK2001: unresolved external symbol _mainCRTStartup
  24. C:/build2/workdir/LinkTarget/Executable/concat-deps.exe : fatal error LNK1120: 1 unresolved externals
  25. [build DEP] LNK:Executable/makedepend.exe
  26. [build LNK] Executable/makedepend.exe
  27.  
  28. mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file "C:/build2/workdir/LinkTarget/Executable/concat-deps.exe". The system cannot find the file specified.
  29. /bin/sh: C:/build2/workdir/LinkTarget/Executable/concat-deps.exe: No such file or directory
  30. [build RC ] sal_textenc/default
  31. [build RC ] sal/default
  32. [build RC ] uwinapi/default
  33. [build C ] sal/systools/win32/uwinapi/snprintf.c
  34. [build C ] sal/systools/win32/uwinapi/snwprintf.c
  35. [build C ] sal/systools/win32/uwinapi/legacy.c
  36. [build YAC] unoidl/source/sourceprovider-parser
  37. [build RC ] salhelper/default
  38. [build RC ] unoidl/default
  39. [build LEX] unoidl/source/sourceprovider-scanner
  40. [build RC ] reg/default
  41. [build RC ] store/default
  42. [build CAT] officecfg_qa_allheaders.hxx
  43. [build RC ] ctl/default
  44. [build RC ] comphelper/default
  45. [build RC ] cppu/default
  46. [build RC ] cppuhelper/default
  47. [build RC ] xmlreader/default
  48. [build C ] cppuhelper/source/findsofficepath.c
  49. [build RC ] ucbhelper/default
  50. [build RC ] i18nlangtag/default
  51. [build RC ] tl/default
  52. [build RC ] basegfx/default
  53. [build YAC] rsc/source/parser/rscyacc
  54. C:/sources/LibreOffice/rsc/source/parser/rscyacc.y: warning: 2 shift/reduce conflicts [-Wconflicts-sr]
  55. make[1]: *** No rule to make target `C:/build2/workdir/LinkTarget/Executable/makedepend.exe', needed by `C:/build2/workdir/SrsPartTarget/accessibility/source/helper/accessiblestrings.src'. Stop.
  56. make[1]: *** Waiting for unfinished jobs....
  57. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement