[Live-devel] live.com build fix for gcc 3.3x

Goetz Waschk waschk at informatik.uni-rostock.de
Fri Feb 20 14:04:09 PST 2004


Am Fr 20 Feb 2004 04:40:06 GMT schrieb Ross Finlayson:
> I don't follow this.  The code is:
> #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC_ == 3 && __GNUC_MINOR__ > 
> 0)

I've found it, you're missing a _:
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > > 0)

-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
    Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"



More information about the live-devel mailing list