Backport #5489
closedBuild failure on HP-UX 11.00/PA, 11.11/PA, 11.23/PA
Description
On HP-UX/PA:
$ bzip2 -dc ruby-1.9.2-p290.tar.bz2 | tar xf -
$ cd ruby-1.9.2-p290
$ ./configure
...
$ gmake
...
cc -g -I. -I.ext/include/hppa2.0w-hpux11.23 -I./include -I. -DRUBY_EXPORT -o transcode.o -c transcode.c
cc: "transcode.c", line 1547: error 1588: "SIZE_MAX" undefined.
cc: "transcode.c", line 1547: error 1563: Expression in if must be scalar.
gmake: *** [transcode.o] Error 1
Files
Updated by twwlogin (The Written Word Inc) about 13 years ago
Updated by naruse (Yui NARUSE) about 13 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r33532.
The Written Word, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
patched by The Written Word Inc. [ruby-core:40422] [Bug #5489]
Updated by naruse (Yui NARUSE) about 13 years ago
- Tracker changed from Bug to Backport
- Project changed from Ruby master to Backport193
- Category deleted (
build) - Status changed from Closed to Assigned
- Assignee set to yugui (Yuki Sonoda)
- Target version deleted (
1.9.2)
Updated by kosaki (Motohiro KOSAKI) almost 13 years ago
- Status changed from Assigned to Closed
This issue was solved with changeset r34185.
The Written Word, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 33532:
* include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
patched by The Written Word Inc. [ruby-core:40422] [Bug #5489]
Updated by kosaki (Motohiro KOSAKI) almost 13 years ago
- Status changed from Closed to Assigned
I've commited the patch into ruby_1_9_3 as r34185.
Updated by kosaki (Motohiro KOSAKI) almost 13 years ago
- Project changed from Backport193 to Backport192
Updated by yugui (Yuki Sonoda) almost 13 years ago
- Status changed from Assigned to Closed
This issue was solved with changeset r34675.
The Written Word, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merges r33532 from trunk into ruby_1_9_2.¶
- include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
patched by The Written Word Inc. [ruby-core:40422] [Bug #5489]