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 = emptyIRBB(); + ** Set up BB + */ + bb = emptyIRSB(); the later was a very optimistic guess to replace the missing with what sounds similar. it still does not build and I know next to nothing of VG internals. Thanks for looking into this! Stefan Quoting Rich Coe <[EMAIL PROTECTED]>: > On Wed, 17 Oct 2007 12:52:51 +0200 > Julian Seward <[EMAIL PROTECTED]> wrote: >> On Friday 12 October 2007 22:02, Rich Coe wrote: >> >> As a first step, maybe you could prepare a version of Omega which compiles >> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
