[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mozilla-os2
Subject:    Re: error building xpcom with icc3.6.5
From:       Henry Sobotka <sobotka () axess ! com>
Date:       2000-02-28 21:58:52
[Download RAW message or body]

Javier Pedemonte wrote:
> 
> Anyone have any ideas as to why this is happening?  nsCRT.h seems fine,
> so I don't think the problem is with that file.  Any help would be
> appreciated.  Thanks....

That's coming from strcasecmp -> strcmpi mapping. The simplest fix I
found was to knock it out in toolkit/h/stack16/utils.h with:

#ifndef XP_OS2_VACPP /* Mozilla */
#define strcasecmp(x,y) strcmpi((x),(y))
#define strncasecmp(x,y,z) strnicmp(x,y,z)
#endif

Henry

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic