thank you very much,
this is what i did
--------------------------------
(snippet
;; use lncurses instead of lcurses
'(begin
(substitute* "src/makefile"
(("-lcurses")
"-lncurses"))
#t))))
---------------------------------
Now it works.
i got to polish it and try to send a patch.Guy
