Re: Mac OS X and sn

Patrik Rådman <[email protected]>
Newsgroups gmane.network.sn
Message-ID <[email protected]>
Rafal Polonski <[email protected]> wrote:
> > > config.h:97: warning: comma at end of enumerator list
> > 
> > Just remove line 97 which it is complaining about. Does it compile then?
> I commented the line and I get then:
[snip]
> commands.c:95: `FALSE' undeclared (first use in this function)

OK. Try replacing line 97 in config.h with the following lines:

#undef FALSE
#undef TRUE
typedef enum { FALSE, TRUE } bool;

That should make it compile, unless whatever defines FALSE is #included
after config.h somewhere...

-- 
  Patrik Rådman  ·  patrik at iki dot fi  ·  http://www.iki.fi/patrik/
                "I know this because Tyler knows this."
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.