Re: one more not found header
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 8/31/09 4:04 PM, Tibor Mezei wrote: > I compiled my code again. Most of the not found > header files error disappeared except one. > > That is TabTypes.h in the dom/ipc directory. > > Is this needs some patch like the others? What code are you compiling, and why does it need TabTypes.h? Is it including it using "mozilla/TabTypes.h"? mozilla/TabTypes.h is exported from dom/ipc as part of the gecko export phase and probably won't be available to pref code (which is in tier-necko) until we combine the two tiers. --BDS