From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2009-06-09 05:13:59
|
If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=585215 gnome-perl | Glib | Ver: unspecified Summary: Perl Glib 64bit test failing in MinGW Product: gnome-perl Version: unspecified Platform: Other OS/Version: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: Glib AssignedTo: gtk...@li... ReportedBy: ari...@gm... QAContact: gtk...@li... GNOME version: Unspecified GNOME milestone: Unspecified Please describe the problem: MinGW may(*) use msvcrt.dll in which case the MS sscanf and printf are used, which means PORTABLE_LL_FORMAT can't contain the standard "l" and must contain "I64". That makes 64bit tests fail. If # ifdef __MSVCRT__ is used instead of # ifdef _MSC_VER when PORTABLE_LL_FORMAT and PORTABLE_ULL_FORMAT are defined in GType.xs, then the tests are passed. See similar problem I reported here: http://trac.osgeo.org/gdal/ticket/2649 Steps to reproduce: 1. Compile Glib in MinGW Perl which uses msvcrt.dll 2. Run tests 3. Actual results: 64bit tests fail Expected results: Does this happen every time? Other information: -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=585215. |