Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. [G:\wcd\trunk\src]make -j 9 2>&1 |tee make.out
  2. make status
  3. make -C man/man1 ../de/man1/wcd.1
  4. make -C man/man1 ../nl/man1/wcd.1
  5. make[1]: Entering directory `G:/wcd/trunk/src/man/man1'
  6. # make target - create manual page from a *.pod page
  7. podchecker ../de/man1/wcd.pod
  8. make[1]: Entering directory `G:/wcd/trunk/src/man/man1'
  9. # make target - create manual page from a *.pod page
  10. podchecker ../nl/man1/wcd.pod
  11. ../de/man1/wcd.pod does not contain any pod commands.
  12. make[1]: *** [../de/man1/wcd.1] Error 2
  13. make[1]: Leaving directory `G:/wcd/trunk/src/man/man1'
  14. make: *** [man/de/man1/wcd.1] Error 2
  15. make: *** Waiting for unfinished jobs....
  16. ../nl/man1/wcd.pod does not contain any pod commands.
  17. make[1]: *** [../nl/man1/wcd.1] Error 2
  18. make[1]: Leaving directory `G:/wcd/trunk/src/man/man1'
  19. make: *** [man/nl/man1/wcd.1] Error 2
  20. make[1]: Entering directory `G:/wcd/trunk/src'
  21. -- wcd Makefile settings begin --
  22. OS = os/2
  23. prefix = /@unixroot/usr
  24. EXT = .exe
  25. UNINORM =
  26. STATIC =
  27. UCS = 1
  28. ENABLE_NLS = 1
  29. CURSES = ncursesw
  30. DEFS = -DWCD_USECURSES -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
  31. DEFS_CURSES = -DWCD_USECURSES
  32. EXTRA_DEFS = -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED
  33. LDFLAGS = -Zhigh-mem
  34. LDFLAGS_EXTRA = -Zhigh-mem
  35. LIBS = -lncursesw -ltinfo -lintl
  36. CFLAGS = -O2 -Wall -Wextra -Wno-unused-parameter -Wconversion
  37. CFLAGS_OS =
  38. EXTRA_CFLAGS = -Ic3po -DVERSION="5.3.3" -DVERSION_DATE="2016-10-15" -std=gnu99 -DWCD_UNICODE -DENABLE_NLS -DLOCALEDIR="/@unixroot/usr/share/locale" -DPA
  39. CKAGE="wcd" -DDEBUG=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  40. DEBUG = 0
  41. DEBUGMSG = 0
  42. -- wcd Makefile settings end --
  43. make[1]: Leaving directory `G:/wcd/trunk/src'
  44. gcc wcd.o match.o stack.o nameset.o intset.o Error.o Text.o WcdStack.o dirnode.o display.o dosdir.o wfixpath.o wcddir.o matchl.o querycp.o matchw.o wcwidth
  45. .o colors.o graphics.o -Zhigh-mem -lncursesw -ltinfo -lintl -o wcd.exe
  46. ld.exe: No such file or directory for ncursesw
  47. make: *** [wcd.exe] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement