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 80439 - libIDL uses wrong 64-bit int format on BSD
libIDL uses wrong 64-bit int format on BSD
Status: RESOLVED FIXED
Product: libIDL
Classification: Deprecated
Component: general
0.7.x
Other Mac OS
: Normal normal
: ---
Assigned To: Mark McLoughlin
Mark McLoughlin
Depends on:
Blocks: 80435
 
 
Reported: 2002-05-01 05:37 UTC by jacob berkman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to build on bsd (2.25 KB, patch)
2002-05-01 05:37 UTC, jacob berkman
none Details | Review

Description jacob berkman 2002-05-01 05:37:12 UTC
BSD uses %q rather than %ll.

also, glib 2 requires a 64-bit type so we don't have to worry about that.

glib 2 also provides a G_INT64_FORMAT but it doesn't provide octal and
hexidecimal variants, so we need to cut-n-paste the check.
Comment 1 jacob berkman 2002-05-01 05:37:31 UTC
Created attachment 8087 [details] [review]
patch to build on bsd
Comment 2 jacob berkman 2002-05-01 05:38:10 UTC
btw mark: this is what was causing my orbit compilation problems, and
is probably the bug you were trying to fix before.
Comment 3 Michael Meeks 2002-06-06 15:33:10 UTC
Patch looks fine, please commit to HEAD linc, it might be worth adding
a single 'l' option to the foreach though.
Comment 4 jacob berkman 2002-06-06 16:26:42 UTC
thanks michael ; committed to libIDL HEAD