Re: goo build fails on ubuntu 6.06
Eduardo Cavazos <[email protected]> Sun, 11 Mar 2007 05:03:20 -0600
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <[email protected]> |
On Sunday 11 March 2007 04:26, you wrote: > So the compile fails on the file 'c/g2c/goo/boot.c'. There are 6 offending > lines; 4 of them are the same and the other 2 are also the same: > > 989: // (P)YPdef_regs(); > 6764: // (P)YPdef_regs(); > 6964: // (P)YPset_regs(regs_); > 7064: // (P)YPset_regs(regs_); > 7137: // (P)YPset_regs(regs_); > 7205: // (P)YPset_regs(regs_); The YPdef_regs and YPset_regs macros are defined in c/grt.h: #define YPdef_regs() regs = REGSREF() #define YPset_regs(x) regs = (REGS)(x) I expanded the calls to those macros manually in the 6 lines mentioned above and goo built successfully. For example, instead of this on line 989: (P)YPdef_regs(); I just have: regs = REGSREF(); Ed _______________________________________________ Googoogaga mailing list [email protected] https://lists.csail.mit.edu/mailman/listinfo/googoogaga