on 9/14/02 2:04 PM, Emiliano at [EMAIL PROTECTED] wrote:
> Eh, shite? From the Mozilla Portability guide: > >> # #include statements should include only simple filenames. >> >> Non-portable example: >> >> #include "directory/filename.h" >> >> Mac compilers handle #include path names in a different manner to >> other systems. Consequently #include statements should contain just >> simple file names. Change the directories that the compiler searches >> to get the result you need, but if you follow the Mozilla module and >> directory scheme, this should not be required. >> >> Portable example: >> >> #include "filename.h" > > You could easily test this by altering configure for a moment. Where/what in the configure would I modify to try this out? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
