[Glade-users] Installation Problem



This is a multi-part message in MIME format.

------=_NextPart_000_0435_01C0E856.DCFD1960
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi everyone

I am having a problem trying to install Glade 0.5.11 when I run make I =
get the following errors there are quite a few:

gbclock.c:47: `GTK_CLOCK_INCREASING' undeclared here (not in a function)
gbclock.c:47: initializer element for `GbClockTypeValues[0]' is not =
constant
gbclock.c:48: `GTK_CLOCK_DECREASING' undeclared here (not in a function)
gbclock.c:48: initializer element for `GbClockTypeValues[1]' is not =
constant
gbclock.c:50: `GTK_CLOCK_REALTIME' undeclared here (not in a function)
gbclock.c:50: initializer element for `GbClockTypeValues[2]' is not =
constant
gbclock.c:66: parse error before `*'
gbclock.c: In function `gb_clock_new':
gbclock.c:87: warning: implicit declaration of function `gtk_clock_new'
gbclock.c:87: `GTK_CLOCK_REALTIME' undeclared (first use in this =
function)
gbclock.c:87: (Each undeclared identifier is reported only once
gbclock.c:87: for each function it appears in.)
gbclock.c:87: warning: assignment makes pointer from integer without a =
cast
gbclock.c:89: warning: implicit declaration of function `GTK_CLOCK'
gbclock.c:89: invalid type argument of `->'
gbclock.c: In function `gb_clock_on_start':
gbclock.c:143: warning: implicit declaration of function `GTK_IS_CLOCK'
gbclock.c:144: warning: implicit declaration of function =
`gtk_clock_start'
gbclock.c: In function `gb_clock_on_stop':
gbclock.c:160: warning: implicit declaration of function =
`gtk_clock_stop'
gbclock.c:165: invalid type argument of `->'
gbclock.c:165: `GTK_CLOCK_REALTIME' undeclared (first use in this =
function)
gbclock.c:167: warning: implicit declaration of function =
`gtk_clock_set_seconds'
gbclock.c: In function `gb_clock_get_properties':
gbclock.c:187: invalid type argument of `->'
gbclock.c:192: invalid type argument of `->'
gbclock.c:196: invalid type argument of `->'
gbclock.c:198: invalid type argument of `->'
gbclock.c:198: `GTK_CLOCK_REALTIME' undeclared (first use in this =
function)
gbclock.c:212: invalid type argument of `->'
gbclock.c: In function `gb_clock_set_properties':
gbclock.c:244: invalid type argument of `->'
gbclock.c:248: invalid type argument of `->'
gbclock.c:248: `GTK_CLOCK_REALTIME' undeclared (first use in this =
function)
gbclock.c:263: warning: implicit declaration of function =
`gtk_clock_set_format'
gbclock.c:278: warning: implicit declaration of function =
`gtk_clock_set_update_interval'
gbclock.c: At top level:
gbclock.c:287: parse error before `*'
gbclock.c: In function `gtk_clock_gen_str':
gbclock.c:292: request for member `type' in something not a structure or =
union
gbclock.c:293: `GTK_CLOCK_DECREASING' undeclared (first use in this =
function)
gbclock.c:294: request for member `seconds' in something not a structure =
or union
gbclock.c:296: `GTK_CLOCK_INCREASING' undeclared (first use in this =
function)
gbclock.c:297: request for member `seconds' in something not a structure =
or union
gbclock.c:299: `GTK_CLOCK_REALTIME' undeclared (first use in this =
function)
gbclock.c:295: warning: unreachable code at beginning of switch =
statement
gbclock.c:304: request for member `type' in something not a structure or =
union
gbclock.c:305: request for member `tm' in something not a structure or =
union
gbclock.c:307: request for member `tm' in something not a structure or =
union
gbclock.c:308: request for member `tm' in something not a structure or =
union
gbclock.c:309: request for member `tm' in something not a structure or =
union
gbclock.c:310: request for member `tm' in something not a structure or =
union
gbclock.c:310: request for member `tm' in something not a structure or =
union
gbclock.c:313: request for member `fmt' in something not a structure or =
union
gbclock.c:313: request for member `tm' in something not a structure or =
union
gbclock.c: In function `gb_clock_write_source':
gbclock.c:341: `GtkClockType' undeclared (first use in this function)
gbclock.c:341: parse error before `type'
gbclock.c:347: `type' undeclared (first use in this function)
gbclock.c:347: invalid type argument of `->'
gbclock.c:348: invalid type argument of `->'
gbclock.c:351: invalid type argument of `->'
gbclock.c:352: invalid type argument of `->'
gbclock.c:371: `GTK_CLOCK_REALTIME' undeclared (first use in this =
function)
gbclock.c:343: warning: `format' might be used uninitialized in this =
function
gbclock.c:344: warning: `seconds' might be used uninitialized in this =
function
gbclock.c:344: warning: `interval' might be used uninitialized in this =
function
gbclock.c: In function `gb_clock_destroy':
gbclock.c:405: invalid type argument of `->'
gbclock.c:407: invalid type argument of `->'
gbclock.c:408: invalid type argument of `->'
gbclock.c: In function `gb_clock_init':
gbclock.c:422: warning: implicit declaration of function =
`gtk_clock_get_type'

has anyone else experienced this and know what the solution is?

Thanks in advance

Ian Frawley
Software Engineer
Opal Telecom
Tel: 0161 222 2122
E-Mail: ifrawley opaltelecom co uk


------=_NextPart_000_0435_01C0E856.DCFD1960
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi everyone</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I am having a problem trying to install =
Glade=20
0.5.11 when I run make I get the following errors there are quite a=20
few:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>gbclock.c:47: `GTK_CLOCK_INCREASING' =
undeclared=20
here (not in a function)<BR>gbclock.c:47: initializer element for=20
`GbClockTypeValues[0]' is not constant<BR>gbclock.c:48: =
`GTK_CLOCK_DECREASING'=20
undeclared here (not in a function)<BR>gbclock.c:48: initializer element =
for=20
`GbClockTypeValues[1]' is not constant<BR>gbclock.c:50: =
`GTK_CLOCK_REALTIME'=20
undeclared here (not in a function)<BR>gbclock.c:50: initializer element =
for=20
`GbClockTypeValues[2]' is not constant<BR>gbclock.c:66: parse error =
before=20
`*'<BR>gbclock.c: In function `gb_clock_new':<BR>gbclock.c:87: warning: =
implicit=20
declaration of function `gtk_clock_new'<BR>gbclock.c:87: =
`GTK_CLOCK_REALTIME'=20
undeclared (first use in this function)<BR>gbclock.c:87: (Each =
undeclared=20
identifier is reported only once<BR>gbclock.c:87: for each function it =
appears=20
in.)<BR>gbclock.c:87: warning: assignment makes pointer from integer =
without a=20
cast<BR>gbclock.c:89: warning: implicit declaration of function=20
`GTK_CLOCK'<BR>gbclock.c:89: invalid type argument of =
`-&gt;'<BR>gbclock.c: In=20
function `gb_clock_on_start':<BR>gbclock.c:143: warning: implicit =
declaration of=20
function `GTK_IS_CLOCK'<BR>gbclock.c:144: warning: implicit declaration =
of=20
function `gtk_clock_start'<BR>gbclock.c: In function=20
`gb_clock_on_stop':<BR>gbclock.c:160: warning: implicit declaration of =
function=20
`gtk_clock_stop'<BR>gbclock.c:165: invalid type argument of=20
`-&gt;'<BR>gbclock.c:165: `GTK_CLOCK_REALTIME' undeclared (first use in =
this=20
function)<BR>gbclock.c:167: warning: implicit declaration of function=20
`gtk_clock_set_seconds'<BR>gbclock.c: In function=20
`gb_clock_get_properties':<BR>gbclock.c:187: invalid type argument of=20
`-&gt;'<BR>gbclock.c:192: invalid type argument of =
`-&gt;'<BR>gbclock.c:196:=20
invalid type argument of `-&gt;'<BR>gbclock.c:198: invalid type argument =
of=20
`-&gt;'<BR>gbclock.c:198: `GTK_CLOCK_REALTIME' undeclared (first use in =
this=20
function)<BR>gbclock.c:212: invalid type argument of =
`-&gt;'<BR>gbclock.c: In=20
function `gb_clock_set_properties':<BR>gbclock.c:244: invalid type =
argument of=20
`-&gt;'<BR>gbclock.c:248: invalid type argument of =
`-&gt;'<BR>gbclock.c:248:=20
`GTK_CLOCK_REALTIME' undeclared (first use in this =
function)<BR>gbclock.c:263:=20
warning: implicit declaration of function=20
`gtk_clock_set_format'<BR>gbclock.c:278: warning: implicit declaration =
of=20
function `gtk_clock_set_update_interval'<BR>gbclock.c: At top=20
level:<BR>gbclock.c:287: parse error before `*'<BR>gbclock.c: In =
function=20
`gtk_clock_gen_str':<BR>gbclock.c:292: request for member `type' in =
something=20
not a structure or union<BR>gbclock.c:293: `GTK_CLOCK_DECREASING' =
undeclared=20
(first use in this function)<BR>gbclock.c:294: request for member =
`seconds' in=20
something not a structure or union<BR>gbclock.c:296: =
`GTK_CLOCK_INCREASING'=20
undeclared (first use in this function)<BR>gbclock.c:297: request for =
member=20
`seconds' in something not a structure or union<BR>gbclock.c:299:=20
`GTK_CLOCK_REALTIME' undeclared (first use in this =
function)<BR>gbclock.c:295:=20
warning: unreachable code at beginning of switch =
statement<BR>gbclock.c:304:=20
request for member `type' in something not a structure or=20
union<BR>gbclock.c:305: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c:307: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c:308: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c:309: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c:310: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c:310: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c:313: request for member `fmt' in something not a =
structure or=20
union<BR>gbclock.c:313: request for member `tm' in something not a =
structure or=20
union<BR>gbclock.c: In function =
`gb_clock_write_source':<BR>gbclock.c:341:=20
`GtkClockType' undeclared (first use in this function)<BR>gbclock.c:341: =
parse=20
error before `type'<BR>gbclock.c:347: `type' undeclared (first use in =
this=20
function)<BR>gbclock.c:347: invalid type argument of =
`-&gt;'<BR>gbclock.c:348:=20
invalid type argument of `-&gt;'<BR>gbclock.c:351: invalid type argument =
of=20
`-&gt;'<BR>gbclock.c:352: invalid type argument of =
`-&gt;'<BR>gbclock.c:371:=20
`GTK_CLOCK_REALTIME' undeclared (first use in this =
function)<BR>gbclock.c:343:=20
warning: `format' might be used uninitialized in this =
function<BR>gbclock.c:344:=20
warning: `seconds' might be used uninitialized in this=20
function<BR>gbclock.c:344: warning: `interval' might be used =
uninitialized in=20
this function<BR>gbclock.c: In function =
`gb_clock_destroy':<BR>gbclock.c:405:=20
invalid type argument of `-&gt;'<BR>gbclock.c:407: invalid type argument =
of=20
`-&gt;'<BR>gbclock.c:408: invalid type argument of `-&gt;'<BR>gbclock.c: =
In=20
function `gb_clock_init':<BR>gbclock.c:422: warning: implicit =
declaration of=20
function `gtk_clock_get_type'<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>has anyone else experienced this and =
know what the=20
solution is?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Thanks in advance</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Ian Frawley<BR>Software =
Engineer<BR>Opal=20
Telecom<BR>Tel: 0161 222 2122<BR>E-Mail: <A=20
href=3D"mailto:ifrawley opaltelecom co uk">ifrawley opaltelecom co uk</A>=
<BR></FONT></DIV></BODY></HTML>

------=_NextPart_000_0435_01C0E856.DCFD1960--






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