Advertisement
Guest User

Untitled

a guest
May 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Now please check the pathnames in the Makefile and in the user
  2. configuration section in config.h.
  3. Then type 'make' to make screen. Good luck.
  4.  
  5. ~/build-farm/screen-2f565ea.srcpkg/src # make
  6. CPP="powerpc-gnu-linux-uclibc-gcc -E -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
  7. AWK=awk CC="powerpc-gnu-linux-uclibc-gcc -g -O2" srcdir=. sh ./comm.sh
  8. AWK=awk srcdir=. sh ./term.sh
  9. powerpc-gnu-linux-uclibc-gcc -c -I. -I. -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
  10. -g -O2 screen.c
  11. In file included from screen.h:46:0,
  12. from screen.c:89:
  13. sched.h:30:8: error: redefinition of 'struct event'
  14. ./sched.h:30:8: note: originally defined here
  15. make: *** [screen.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement