Re: epiphany won't build



On Tue, Sep 09, 2003 at 10:40:46PM +0200, Christian Beermann wrote:
> Am Die, 2003-09-09 um 22.33 schrieb Jerry Talkington:
> > On Tue, Sep 09, 2003 at 10:02:19PM +0200, Christian Beermann wrote:
> > > Hi, 
> > > Im working with garnome for the first time now with 0.26.2 and I'm
> > > surprised how good it works ! Thank You great work !
> > > 
> > > But I can't build epiphany :-( 
> > > 
> > > Configure works fine. But when it start to make I get this error:
> > [snip]
> > > EphyAutomation-common.c:11: warning: `ORBit_zero_int' defined but not
> > > used
> > > make[5]: *** [EphyAutomation-common.o] Fehler 1
> > 
> > Hmm.  What version of gcc are you using?
> 
> Hi Thanks for your answer,
> 
> my gcc version:
> 
> chbeer kim:~> gcc --version
> gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux)

Ok, looking at the manual more closely, this shouldn't be generating an
error (also, there is no -Wno-unused, I have no idea where that came
from.)

According to the manual:
-Wunused-variable
    Warn whenever a local variable or non-constant static variable is
    unused aside from its declaration

ORBit_zero_int is declared static const, so it should not generate an
error.

You might want to try updating gcc to the 3.3 release, but I won't
guarantee that this will fix it ;)

-- 
GPG public key:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x9D5B8762



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]