Hi, I am trying to include inDOMUtils.h in my .c file. I have added ' -I$ (srcdir)/../../../layout/inspector/src \' in the INCLUDES of the Makefile.in.
I get this compile error: /home/scheung/firefox-3.0/mozilla/content/base/src/../../../layout/ inspector/src/inDOMUtils.h:41:25: error: inIDOMUtils.h: No such file or directory But it turns out that inDOMUtils.h needs a file called 'inIDOMUtils.h', but this .h file is generated from a idl file, so what can I do so that the compile can find thisi inIDOMUtils.h which is generated from idl file? Thank you. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

