[mercury-users] I am not able to compile Mercury 0.13.1

Eduardo Costa edu500ac at yahoo.com
Sat Aug 2 06:49:47 AEST 2008


I finally succeeded in compiling Mercury 0.13.1. There is another issue, however. I have written a GUI library for Mercury, and would like to receive suggestions on how to improve it. Where can I send it for posting?

--- On Thu, 7/31/08, Eduardo Costa <edu500ac at yahoo.com> wrote:
From: Eduardo Costa <edu500ac at yahoo.com>
Subject: Re: [mercury-users] I am not able to compile Mercury 0.13.1
To: mercury-users at csse.unimelb.edu.au
Date: Thursday, July 31, 2008, 10:55 PM

What I really did was:

/configure --prefix=c:/mercury  --disable-most-grades

Pay attention that  the installation prefix was specified as a full windows path with a drive letter (except use `/' instead of `\').  I also added the option --disable-most-grades, to save time. I am afraid that the option is causing the problem... 

--- On Thu, 7/31/08, Eduardo Costa <edu500ac at yahoo.com> wrote:
From: Eduardo Costa <edu500ac at yahoo.com>
Subject: [mercury-users] I am not able to compile Mercury 0.13.1
To: mercury-users at csse.unimelb.edu.au
Date: Thursday, July 31, 2008, 8:35 PM

I have been using Mercury for since 2003, and compiled it many times. In particular, I compiled version 0.13.1 for MinGW at least ten times. However, when I tried to repeat the operation today, compilation ended without noticeable events, but the compiler failed to work. It complained that it could not find the buildin.m library. The first thing that I noticed is that the compiler offered to perform the installation outside the directory containing the sources. Therefore, I configured it to install the binaries in drive C:

./configure --prefix=/c/mercury

which it did. I am using MinGW, as I said before. Then I tried to compile hello.m from MinGW:

mmc --make hello

The compiler could not find the libraries, or enven the include files with extension .h. Any
 hint?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/users/attachments/20080801/e2d13c0e/attachment.html>


More information about the users mailing list