[mercury-users] MSIL backend : missing mercury.runtime ?

Tyson Dowd trd at cs.mu.OZ.AU
Sat Mar 31 08:22:02 AEST 2001


On 30-Mar-2001, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> On 29-Mar-2001, Pavel Zolnikov <pavelzolnikov at yahoo.com> wrote:
> > But for library you need to build  private_builtin__c_code.cpp which can be
> > built with MSVC only, right ?
> > I'm not sure - because all this configure stuff is like magic for me ;-)
> 
> The *.cpp files used for the .NET back-end can only be built with MSVC, yes.
> But it will compile those .cpp files with MSVC even if you configured
> to use gcc as the C compiler.  For compiling .cpp files (in IL grades),
> Mmake uses the $(MS_CL) variable, rather than the $(CC) variable.
> 
> $(MS_CL) defaults to `cl'.  You need to have `cl' in your PATH
> (I don't think this is mentioned in README.DotNet -- perhaps that
> was the problem?).

It's possible that some of the .NET make variables won't be
configured right if you install a bindist.  And they will never be
configured right if you installed anything before you installed the .NET
beta.  This might be the problem Pavel is experiencing.

> > And list__delete_all / 3 seems to delete the whole list, not only spaces.
> 
> Is that in IL grades or all grades?
> Do you have a test case?

The calculator sample definitley doesn't work, it's a bug that is on the
list to track down and fix, but it's coming after the bugs that don't
need any tracking down and just need to be fixed ;-)

-- 
       Tyson Dowd           # 
                            #  Surreal humour isn't everyone's cup of fur.
     trd at cs.mu.oz.au        # 
http://www.cs.mu.oz.au/~trd #
--------------------------------------------------------------------------
mercury-users mailing list
post:  mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the users mailing list