-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
component: compilerConcerning the compilerConcerning the compilermeta: no-domain-knowledgeA good bug for who is new to language implementation but has other programming experience.A good bug for who is new to language implementation but has other programming experience.meta: triagedHas the issue been triaged yet?Has the issue been triaged yet?skill: mercurystatus: resolvedChanges merged (sometimes with edits and not always through the github UI).Changes merged (sometimes with edits and not always through the github UI).type: bug
Milestone
Description
When trying to compile with mmc I get:
asm.m:076: In clause for predicate `prepare_map'/5:
asm.m:076: error: undefined predicate `return_vertices_in_to_from_order'/2.
** Error making `Mercury/reg.gc/x86_64-pc-linux-gnu/Mercury/cs/asm.c'.
Makefile:199: recipe for target 'src/plzasm' failed
make: *** [src/plzasm] Error 1
This is on Ubuntu 18.04 LTS; I'm using the mmc from the mercury-recommended package provided by your ppa.
mmc --version gives:
Mercury Compiler, version 14.01.1-3, configured for x86_64-pc-linux-gnu
Copyright (C) 1993-2014 The University of Melbourne
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: compilerConcerning the compilerConcerning the compilermeta: no-domain-knowledgeA good bug for who is new to language implementation but has other programming experience.A good bug for who is new to language implementation but has other programming experience.meta: triagedHas the issue been triaged yet?Has the issue been triaged yet?skill: mercurystatus: resolvedChanges merged (sometimes with edits and not always through the github UI).Changes merged (sometimes with edits and not always through the github UI).type: bug