Project

General

Profile

Actions

Backport #7162

closed

Need PRI_LL_PREFIX in Ruby 1.9.3 P286

Added by raylinn@gmail.com (ray linn) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Assignee:
-
[ruby-core:47996]

Description

Here is my configuration using MinGW6 with MSYS

./configure --build=x86_64-w64-mingw32 CFLAGS="-O3 -finline-functions -I/usr/local/include -I/mingw/mingw/include -D__USE_MINGW_ANSI_STDIO" LDFLAGS="-L/usr/local/lib"

but found the #define PRI_LL_PREFIX "ll" exists in P194, but missing in P286. That cause several file compiled failed in P286.

add the define in the config.h , the compile can be continued

Updated by h.shirosaki (Hiroshi Shirosaki) over 11 years ago

-D__USE_MINGW_ANSI_STDIO would not be needed.

I have the following in config.h with mingw build.

#define PRI_LL_PREFIX "I64"

Backport #7011 changed that and the behavior is same as trunk.

Updated by usa (Usaku NAKAMURA) over 11 years ago

  • Status changed from Open to Closed

So, this is not a bug.

Actions

Also available in: Atom PDF

Like0
Like0Like0