|
From: Stefan K. <en...@ho...> - 2007-10-18 19:12:06
|
hi, I tried this localy too. One change I had to make was in omega/Makefile.am: -if VGP_X86_LINUX +if VG_X86_LINUX and so on and in o_main.c - ** Set up BB - */ - bb =3D emptyIRBB(); + ** Set up BB + */ + bb =3D emptyIRSB(); the later was a very optimistic guess to replace the missing with what =20 sounds similar. it still does not build and I know next to nothing of =20 VG internals. Thanks for looking into this! Stefan Quoting Rich Coe <Ric...@me...>: > On Wed, 17 Oct 2007 12:52:51 +0200 > Julian Seward <js...@ac...> wrote: >> On Friday 12 October 2007 22:02, Rich Coe wrote: >> >> As a first step, maybe you could prepare a version of Omega which compile= s >> against the current svn trunk? >> > > Sounds great. I'll start on it right away. > > R. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |