Bug #277
closed1.9/trunk: build broken in ruby/ruby.h
Description
=begin
MacOS X 10.4.11 / Ruby 1.9 from trunk/#18072 / gcc 4.2 from macports
Since the latest commits to ruby/ruby.h, build is broken in transcode.c:
checking whether ELF binaries are produced... no
checking whether OS depend dynamic link works... yes
checking for nroff... /usr/bin/nroff
config.h unchanged
configure: creating ./config.status
MAKE=make /bin/sh ./config.status
config.status: creating Makefile
gcc-mp-4.2 -O -pipe -I/opt/local/include -pipe -fno-common -I. -I.ext/include/i686-darwin8.11.1 -I../include -I.. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o transcode.o -c ../transcode.c
../transcode.c: In function 'str_transcode':
../transcode.c:405: error: expected ')' before 'PRI_PTRDIFF_PREFIX'
../transcode.c:420: error: expected ')' before 'PRI_PTRDIFF_PREFIX'
../transcode.c:435: error: expected ')' before 'PRI_PTRDIFF_PREFIX'
make: *** [transcode.o] Error 1
I include my Makefile below.
=end
Files
Updated by roberto (Ollivier Robert) over 16 years ago
- File config.log config.log added
=begin
Here is my config.log.
=end
Updated by usa (Usaku NAKAMURA) over 16 years ago
=begin
Hello,
In message "[ruby-core:17786] [Ruby 1.9 - Bug #277] 1.9/trunk: build broken in ruby/ruby.h"
on Jul.15,2008 21:40:04, redmine@ruby-lang.org wrote:
Here is my config.log.
It seems that re-configure didn't run.
Please do autoconf, configure, and make.
Regards,¶
U.Nakamura usa@garbagecollect.jp
=end
Updated by roberto (Ollivier Robert) over 16 years ago
=begin
Thanks, manual re-run of autoconf/configure fixed it. Ticket can be closed.
=end
Updated by nobu (Nobuyoshi Nakada) over 16 years ago
- Status changed from Open to Rejected
=begin
=end