Re: Yet another SGI compiler error...
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 30, Chris Sorenson wrote: > Hi, I've gotten 27 files to compile so far! But then this > happened: > > <pre> > -------------------------------------- > cc-1238 CC: ERROR File = table.cc, Line = 880 > The member "dw::core::Widget::extremes" is inaccessible. > > col,extremes->get(col).minWidth, > colExtremes->get(col).maxWidth); > ^ > > cc-1044 CC: ERROR File = table.cc, Line = 880 > The indicated expression must have pointer type. > > col,extremes->get(col).minWidth, > colExtremes->get(col).maxWidth) > -------------------------------------- > </pre> > > Thoughts? Try the latest commit. Sebastian