Bug #277
1.9/trunk: build broken in ruby/ruby.h
| Status: | Rejected | Start date: | 07/15/2008 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| ruby -v: |
Description
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.
History
Updated by roberto (Ollivier Robert) almost 4 years ago
- File config.log added
Here is my config.log.
Updated by usa (Usaku NAKAMURA) almost 4 years ago
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>
Updated by roberto (Ollivier Robert) almost 4 years ago
Thanks, manual re-run of autoconf/configure fixed it. Ticket can be closed.
Updated by nobu (Nobuyoshi Nakada) almost 4 years ago
- Status changed from Open to Rejected