unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-1.8/mingw bootstrap problem
@ 2008-04-28  7:47 Maciek Godek
  2008-04-28  8:37 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Maciek Godek @ 2008-04-28  7:47 UTC (permalink / raw
  To: guile-user

Hi,
recently I've compiled guile on mingw32, but I can't
get it running. When I try to do so, I get the following error:

ERROR: In procedure primitive-load-path:
ERROR: Unable to find file "ice-9/boot-9.scm" in load path

and the program exits

boot-9.scm is located in
/usr/share/guile/1.8/ice-9

Could someone help me?

Best regards
Maciek Godek




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: guile-1.8/mingw bootstrap problem
  2008-04-28  7:47 guile-1.8/mingw bootstrap problem Maciek Godek
@ 2008-04-28  8:37 ` Ludovic Courtès
  2008-05-01 19:02   ` Cesar Strauss
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2008-04-28  8:37 UTC (permalink / raw
  To: guile-user

Hi,

"Maciek Godek" <pstrychuj@gmail.com> writes:

> recently I've compiled guile on mingw32, but I can't
> get it running. When I try to do so, I get the following error:
>
> ERROR: In procedure primitive-load-path:
> ERROR: Unable to find file "ice-9/boot-9.scm" in load path
>
> and the program exits
>
> boot-9.scm is located in
> /usr/share/guile/1.8/ice-9

You can help Guile by setting the `GUILE_LOAD_PATH' environment variable
to `/usr/share/guile/1.8/'.  Then you can start Guile and look at the
value of the `%load-path' variable so see what paths it contains in
addition to this one.

Thanks,
Ludovic.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: guile-1.8/mingw bootstrap problem
  2008-04-28  8:37 ` Ludovic Courtès
@ 2008-05-01 19:02   ` Cesar Strauss
  0 siblings, 0 replies; 3+ messages in thread
From: Cesar Strauss @ 2008-05-01 19:02 UTC (permalink / raw
  To: guile-user; +Cc: Ludovic Courtès

Ludovic Courtès wrote:
> Hi,
> 
> "Maciek Godek" <pstrychuj@gmail.com> writes:
> 
>> recently I've compiled guile on mingw32, but I can't
>> get it running. When I try to do so, I get the following error:
>>
>> ERROR: In procedure primitive-load-path:
>> ERROR: Unable to find file "ice-9/boot-9.scm" in load path
>>
>> and the program exits
>>
>> boot-9.scm is located in
>> /usr/share/guile/1.8/ice-9
> 
> You can help Guile by setting the `GUILE_LOAD_PATH' environment variable
> to `/usr/share/guile/1.8/'.  Then you can start Guile and look at the
> value of the `%load-path' variable so see what paths it contains in
> addition to this one.
> 

Alternatively, when configuring, give the prefix in Windows format, i.e.
./configure --prefix=c:/msys/1.0

or equivalently
./configure --prefix=`cd /usr && pwd -W`

While the MSYS build environment provides a POSIX emulation layer useful 
for running configure scripts and makefiles, the mingw version of guile 
is a native Windows application that has no notion of MSYS-specific 
paths like /usr.

Regards,
Cesar




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-01 19:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28  7:47 guile-1.8/mingw bootstrap problem Maciek Godek
2008-04-28  8:37 ` Ludovic Courtès
2008-05-01 19:02   ` Cesar Strauss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).