Re: IPDL headers not found
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
On 8/27/09 3:56 AM, Tibor Mezei wrote: > the ipc/glue directory is included where there is ProtocolUtils.h > but the PreferencesProtocol.h (automatic generated) try to include > mozilla/ipc/ProtocolUtils.h > and the compiler says File or directory doesn't exist How did you compile? That file should be exported to objdir/dist/include/mozilla/ipc as long as you let the export phase complete before you start compiling. --BDS