Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Hi all, I am trying to compile Crawl under Cygwin under Windows 7. However I get the following errors when trying to use make:
  2.  
  3. CXX libunix.o
  4. libunix.cc:24:18: warning: term.h: No such file or directory
  5. libunix.cc:43:22: warning: langinfo.h: No such file or directory
  6. libunix.cc:44:21: warning: termios.h: No such file or directory
  7. libunix.cc:61:24: warning: curses.h: No such file or directory
  8.  
  9. However, langinfo.h does exist here and here:
  10. C:\cygwin\usr\include
  11. C:\cygwin\usr\x86_64-pc-cygwin\sys-root\usr\include
  12.  
  13. How do I tell make to look here? Or what do I need to do/install/copy/move?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement