timm / crusty

Automatically exported from code.google.com/p/crusty
0 stars 0 forks source link

cannot install on csee shell #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout crusty from subversion
2. run make install

for me it fails to compile snownews
see error code bellow:

main.c:27:21: error: ncurses.h: No such file or directory
main.c: In function ‘MainQuit’:
main.c:79: warning: implicit declaration of function ‘clear’
main.c:80: warning: implicit declaration of function ‘refresh’
main.c:81: warning: implicit declaration of function ‘endwin’
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/robertl/tmp/snownews/snownews-1.5.7'
make: *** [snownews] Error 2

Original issue reported on code.google.com by BobDange...@gmail.com on 29 Jan 2007 at 10:29

GoogleCodeExporter commented 9 years ago
Strangely enough, snownews does compile for me, but make fails in a different 
place:
tree -L 1 /home/christey/opt
make: tree: Command not found
make: *** [showapps] Error 127

This should probably be a separate bug.

Original comment by damian.c...@gmail.com on 29 Jan 2007 at 10:34

GoogleCodeExporter commented 9 years ago
Plan "A":
The "tree" command is not on all platforms. Anyone want to take a crack at 
writing a
portable clone?

Plan "B":
Remove the call to "tree" in Makefile. It is only there for a pretty print at 
the end.

Original comment by menzies....@gmail.com on 4 Feb 2007 at 4:39