Re: IPDL headers not found
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 8/28/09 2:50 AM, Tibor Mezei wrote: > After "make -f client.mk export" the file is exist in that directory, > but at the beginning of "make -f client.mk build" the dist/include directory > is removed. Tibor, please continue replying to mozilla.dev.tech.dom > Then I checked the build process and the compiler doesn't enter > the ipc directory before the modules/libpref directory and hence > there is no IPCMessageUtils.h, etc. in the dist/include directory. > > Can I somehow tell the compiler to enter the ipc directory before > the modules/libpref ? Ah! It turns out that libpref is part of "tier_necko" which is built before any of the IPC stuff. I know bent and jduell both have patches which tried to fix this, although bent's latest patch was backed out for some kind of build bustage. I expect bent will probably try to reland his bits today which build the IPC stuff much earlier in the build (during tier_xpcom). --BDS