octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fail to compile mercurial code due to regex-match.cc error


From: Jordi Gutiérrez Hermoso
Subject: Re: fail to compile mercurial code due to regex-match.cc error
Date: Mon, 23 Jan 2012 17:45:59 -0500

2012/1/23 Qianqian Fang <address@hidden>:
> On 01/23/2012 04:50 PM, Jordi Gutiérrez Hermoso wrote:
>>
>> What hg revision are you at? "hg id" should say.
>
> the hg id output is dd3c5325039c+

This is an old revision from September last year. When you do "hg
pull", you only get new revisions, but you don't update your working
directory to them. Do hg update after "hg pull" to update your code to
the revision you just pulled, or do "hg pull -u" to do it in one step.

Also, the + indicates that you have modifications in your working
tree. If you try to update your working directory right now, you may
get conflicts between your changes and the tip revision on this branch
that you have just pulled. If you don't want to keep those changes,
you can do "hg up --clean", THIS WILL ERASE YOUR CHANGES, so be
careful. Use "hg status" and "hg diff" to inspect your changes.

So try to update your working directory. If that succeeds, try autogen, etc.

Note that you will need Mercurial at least 1.8 from now on. Here is a
PPA for Ubuntu that may help you get that version of Mercurial if you
don't already have it:

    https://launchpad.net/~mercurial-ppa/+archive/releases

HTH,
- Jordi G. H.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]