Advertisement
KroniK907

Libre office Build Error

Dec 10th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ****************************************************************************
  2. WARNING:
  3. Your make version is known to be horribly slow, and hard to debug
  4. problems with. To get a reasonably functional make please do:
  5.  
  6. to install a pre-compiled binary make for cygwin
  7.  
  8. mkdir -p /opt/lo/bin
  9. cd /opt/lo/bin
  10. wget http://dev-www.libreoffice.org/bin/cygwin/make
  11. chmod +x make
  12.  
  13. to install from source:
  14. place yourself in a working directory of you choice.
  15.  
  16. git clone git://anongit.freedesktop.org/libreoffice/contrib/dev-tools
  17. cd dev-tools/make-3.82-gbuild
  18. ./configure --prefix=/opt/lo
  19. make
  20. make install
  21.  
  22. Then re-run autogen.sh
  23.  
  24. Note: autogen.sh will try to use /opt/lo/bin/make if the environment variable GNUMAKE is not already defined.
  25. Alternatively, you can install the 'new' make where ever you want and make sure that /usr/bin/make finds it.
  26.  
  27. ****************************************************************************
  28.  
  29. To build, issue:
  30. /usr/bin/make
  31.  
  32. For details, run:
  33. /usr/bin/make help
  34.  
  35. *************************************
  36. * WARNING : If a build created with VS 2012 should run on Windows XP,
  37. * WARNING : use --with-windows-sdk=7.1A (requires VS 2012 Update 1 or newer)
  38.  
  39. Daniel@DKWindoze-PC /cygdrive/c/build2
  40. $ /usr/bin/make
  41. C:/sources/LibreOffice/Makefile.fetch:100: *** target pattern contains no '%'. Stop.
  42.  
  43. Daniel@DKWindoze-PC /cygdrive/c/build2
  44. $ /opt/lo/bin/make
  45. C:/sources/LibreOffice/Makefile.fetch:103: recipe for target 'C:/build2/workdir/download' failed
  46. process_begin: CreateProcess(NULL, mkdir -p /cygdrive/c/sources/lo-externalsrc/tmp, ...) failed.
  47. make (e=2): The system cannot find the file specified.
  48. make: [C:/build2/workdir/download] Error 2 (ignored)
  49. /usr/bin/sh: line 0: cd: /cygdrive/c/sources/lo-externalsrc/tmp: No such file or directory
  50. C:/sources/LibreOffice/Makefile.fetch:103: recipe for target 'C:/build2/workdir/download' failed
  51. make: *** [C:/build2/workdir/download] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement