Re: pseudo-random things compiling gtk+-2.2.1 under HP-UX 11.11



> That being said, as long as warnings:
> 
>  - Don't indicate real bugs in GTK+
>  - Aren't encountered with the compilers that GTK+ contributors
>    use.
> 
> Fixing them probably won't be a very high priority for us.

Understandable.

> Regards,
>                                               Owen
> > from line 567:
> >
> > GType
> > gdk_pixbuf_non_anim_get_type (void)
> > {
> >         static GType object_type = 0;
> >
> > but above it it is forward decl'd as:
> >
> > static GType gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST;
> >
> > and the other is the same:
> >
> >
> > static GType gdk_pixbuf_non_anim_iter_get_type (void) G_GNUC_CONST;
> > ...
> >
> > GType
> > gdk_pixbuf_non_anim_iter_get_type (void)
> 
> These would be good to have in bugzilla.

Account created and bug submitted.  The report is in there (108614)
although at time of submittal, there was nothing emitted to the browswer
beyond the "please wait" and 2K of data that didn't get displayed.  I'm
suspecting an incompatability between the length of time to generate the
complete reply and either my bwoser (netscape 4.79) or the company proxy
servers

> > cc: "gdk-pixdata.c", line 200: warning 604: Pointers are not
> > assignment-compatible.^M
> > cc: "gdk-pixdata.c", line 200: warning 563: Argument #2 is not the
> > correct type.
> >
> >
> > which seems to be this code:
> >
> >   stream = get_uint32 (stream, &pixdata->magic);
> >   stream = get_uint32 (stream, &pixdata->length);
> >   if (pixdata->magic != GDK_PIXBUF_MAGIC_NUMBER || pixdata->length <
> > GDK_PIXDATA
> >
> > get_uint32 wants guint* as parm 2:
> > static inline const guint8 *
> > get_uint32 (const guint8 *stream, guint *result)
> > {
> >
> > and pixdata->length is gint:
> 
> This one also probably should be fixed. (unsigned char * vs. char *
> warnings almost never indicate real bugs, but it's nice to get
> int out parameters like this right.)

also posted - this one came through the web interface quite quickly
(108615)

> > \-I/opt/libpng/include -g -c io-jpeg.c  +Z -DPIC -o io-jpeg.lo^M
> > cpp: "/usr/local/include/jconfig.h", line 12: warning 2001: Redefinition
> > of macro HAVE_STDLIB_H.^M
> > cpp: "/usr/include/sys/param.h", line 379: warning 2001: Redefinition of
> > macro MIN.^M
> > cpp: "/usr/include/sys/param.h", line 380: warning 2001: Redefinition of
> > macro MAX.^M
> > cpp: "../config.h", line 144: warning 2001: Redefinition of macro
> > HAVE_STDLIB_H.^M
> > cc: "io-jpeg.c", line 453: warning 562: Redeclaration of
> > "gdk_pixbuf__jpeg_image_begin_load" with a different storage class
> > specifier: "gdk_pixbuf__jpeg_image_begin_load" will have internal
> > linkage.^M
> 
> Again, this should be reported.

109617

thanks for being reasonably kind to the newbie :)

rick jones
-- 
Wisdom Teeth are impacted, people are affected by the effects of events.
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to raj in cup.hp.com  but NOT BOTH...



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