At 9:57 AM +0200 7/21/10, Christian Thalinger wrote: >On Tue, 2010-07-20 at 12:13 -0400, Stephen Bannasch wrote: >> At 1:19 PM +0200 7/20/10, Christian Thalinger wrote: >> >On Mon, 2010-07-19 at 20:39 -0500, Michael Hall wrote: >> >> Making adlc >> >> g++-4.0 -m32 -march=i586 -mstackrealign -m32 -march=i586 - >> >> mstackrealign -o ../generated/adfiles/adlc ../generated/adfiles/ >> >> adlparse.o ../generated/adfiles/archDesc.o ../generated/adfiles/ >> > > arena.o ../generated/adfiles/dfa.o ../generated/adfiles/dict2.o ../ >> > >> >LoadC was renamed to LoadUS a long time ago. Are you sure your bsd-port >> >copy is updated? >> > > For example here's what hg log reports in my hotspot dir: > >Well, that means you have applied the mlvm patches. Can you do a:
Hi Christian, Michael Hall is the original poster. I was just giving him an example of how to use hg in one of the source directories to see a log of the most recent changes he had pulled. You're right I do have the mlvm patchset applied so my specific log of changes won't match his. >$ hg qpull -a > >to remove all patches and then: > >$ hg tip >$ hg id > >And to be sure do that in the hotspot/ subdirectory too. > >-- Christian