[gstreamer-bugs] [Bug 168885] New: AMD64 build failure in gst/librfb/rfbdecoder.c

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Mar 1 07:40:30 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=168885
 GStreamer | gst-plugins | Ver: HEAD CVS

           Summary: AMD64 build failure in gst/librfb/rfbdecoder.c
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: james at jamesh.id.au
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Distribution/Version: Ubuntu AMD64

gst-plugins build fails with the following errors on AMD64 Linux:
  rfbdecoder.c: In function `rfb_socket_get_buffer':
  rfbdecoder.c:24: warning: cast from pointer to integer of different size
  rfbdecoder.c: In function `rfb_socket_send_buffer':
  rfbdecoder.c:48: warning: cast from pointer to integer of different size
  rfbdecoder.c: In function `rfb_decoder_use_file_descriptor':
  rfbdecoder.c:82: warning: cast to pointer from integer of different size
  rfbdecoder.c:85: warning: cast to pointer from integer of different size

This is due to the size difference between pointers and integers, and the fact
that -Werror is being used.

A patch will be attached shortly.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list