This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Guile misbehavior


I firstly encountered this problem with guile-config. Guile works in
my home directory (I should add that my home directory in
C:\cygwin\home is a symbolic link to /cygdrive/d), but not in the /tmp
directory:


$ cd /tmp


$ guile --version
ERROR: In procedure make-struct-layout:
ERROR: Wrong type argument in position 1 (expecting STRINGP): pw

$ cd ~

$ guile --version
Guile 1.6.7
Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004 Free Software Foundation
Guile may be distributed under the terms of the GNU General Public Licence;
certain other uses are permitted as well. For details, see the file
`COPYING', which is included in the Guile distribution.
There is no warranty, to the extent permitted by law.


$ cd /cygdrive/c

$ guile --version
ERROR: In procedure make-struct-layout:
ERROR: Wrong type argument in position 1 (expecting STRINGP): pw

$ cd /cygdrive/d

$ guile --version
Guile 1.6.7
Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004 Free Software Foundation
Guile may be distributed under the terms of the GNU General Public Licence;
certain other uses are permitted as well. For details, see the file
`COPYING', which is included in the Guile distribution.
There is no warranty, to the extent permitted by law.



Guile is up-to-date:


guile                   1.6.7-4
guile-devel             1.6.7-4
guile-doc               1.6.7-4
libguile12              1.6.7-4
libguile12abi13         1.6.4-3
libguile16              1.7.1.20041006-1


Any ideas what causes this?


Best Regards

Andreas
--
http://www.fmi.uni-passau.de/~seidl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]