Hi,
I'm doing an experiment: I'm trying to see if I can get the gEDA
tools
running under cygwin. I started with the instructions at
http://geda.seul.org/wiki/geda:cygwin.
I've never actually used the cygwin port, but...
[snip]
so it can't find guile, because it's apparently looking in:
/home/janneke/...
which makes no sense.
libgeda and friends use guile's guile-config to determine paths
for include and library files. Try:
guile-config compile
and
guile-config link
and
guile-config info
I'm guessing that is where the /home/janneke/... is coming from.