unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Cesar Strauss <cestrauss@gmail.com>
To: guile-user@gnu.org
Cc: "Ludovic Courtès" <ludo@gnu.org>
Subject: Re: guile-1.8/mingw bootstrap problem
Date: Thu, 01 May 2008 16:02:16 -0300	[thread overview]
Message-ID: <481A13B8.5030303@gmail.com> (raw)
In-Reply-To: <87hcdmjrxm.fsf@gnu.org>

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




      reply	other threads:[~2008-05-01 19:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=481A13B8.5030303@gmail.com \
    --to=cestrauss@gmail.com \
    --cc=guile-user@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).