After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156372 - gst-plugins fails to build on AMD64
gst-plugins fails to build on AMD64
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-25 09:35 UTC by James Henstridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-plugins-x86-64-fixes.patch (66.97 KB, patch)
2004-10-25 09:37 UTC, James Henstridge
none Details | Review

Description James Henstridge 2004-10-25 09:35:58 UTC
I got a number of errors when compiling gst-plugins on an Athlon64 system
related to printf() format strings and guint64.  I'll attach a patch to fix
these problems shortly.
Comment 1 James Henstridge 2004-10-25 09:37:57 UTC
Created attachment 33018 [details] [review]
gst-plugins-x86-64-fixes.patch

Use G_GUINT64_FORMAT as the format string for guint64 values instead of
directly using "llu", which breaks on systems where guint64 is a defined as a
long.
Comment 2 David Schleef 2004-10-26 05:15:17 UTC
Applied.