Issue #4745 has been reported by Nobuhiro I…
Feature #4745: Build failed on m68k
http://redmine.ruby-lang.org/issues/4745
Author: Nobuhiro I.
Status: Open
Priority: Normal
Assignee:
Category: build
Target version:
Hi,
Build of ruby/trunk failed on m68k.
I confirmed on Debian/m68k.
compiling /build/b/ruby/gc.c
/build/b/ruby/gc.c: In function ‘mark_current_machine_context’:
/build/b/ruby/gc.c:2353: warning: passing argument 1 of
‘mark_locations_array’ from incompatible pointer type
/build/b/ruby/gc.c:1343: note: expected ‘struct rb_objspace_t *’ but
argument is of type ‘VALUE *’
/build/b/ruby/gc.c:2353: warning: passing argument 2 of
‘mark_locations_array’ makes pointer from integer without a cast
/build/b/ruby/gc.c:1343: note: expected ‘VALUE *’ but argument is of
type ‘int’
/build/b/ruby/gc.c:2353: error: too few arguments to function
‘mark_locations_array’
make: *** [gc.o] Error 1
Issue #4745 has been updated by Nobuhiro I…
File 0001-Fix-build-on-m68k-by-error-too-few-arguments-to-func.patch
added
Feature #4745: Build failed on m68k
http://redmine.ruby-lang.org/issues/4745
Author: Nobuhiro I.
Status: Open
Priority: Normal
Assignee:
Category: build
Target version:
Hi,
Build of ruby/trunk failed on m68k.
I confirmed on Debian/m68k.
compiling /build/b/ruby/gc.c
/build/b/ruby/gc.c: In function ‘mark_current_machine_context’:
/build/b/ruby/gc.c:2353: warning: passing argument 1 of
‘mark_locations_array’ from incompatible pointer type
/build/b/ruby/gc.c:1343: note: expected ‘struct rb_objspace_t *’ but
argument is of type ‘VALUE *’
/build/b/ruby/gc.c:2353: warning: passing argument 2 of
‘mark_locations_array’ makes pointer from integer without a cast
/build/b/ruby/gc.c:1343: note: expected ‘VALUE *’ but argument is of
type ‘int’
/build/b/ruby/gc.c:2353: error: too few arguments to function
‘mark_locations_array’
make: *** [gc.o] Error 1
Issue #4745 has been updated by Nobuhiro I…
Status changed from Assigned to Closed
ruby -v set to -
Fixed r31647.
I forgot to include isssue number in commit log.
Bug #4745: Build failed on m68k
http://redmine.ruby-lang.org/issues/4745
Author: Nobuhiro I.
Status: Closed
Priority: Normal
Assignee: Nobuhiro I.
Category: build
Target version:
ruby -v: -
Hi,
Build of ruby/trunk failed on m68k.
I confirmed on Debian/m68k.
compiling /build/b/ruby/gc.c
/build/b/ruby/gc.c: In function ‘mark_current_machine_context’:
/build/b/ruby/gc.c:2353: warning: passing argument 1 of
‘mark_locations_array’ from incompatible pointer type
/build/b/ruby/gc.c:1343: note: expected ‘struct rb_objspace_t *’ but
argument is of type ‘VALUE *’
/build/b/ruby/gc.c:2353: warning: passing argument 2 of
‘mark_locations_array’ makes pointer from integer without a cast
/build/b/ruby/gc.c:1343: note: expected ‘VALUE *’ but argument is of
type ‘int’
/build/b/ruby/gc.c:2353: error: too few arguments to function
‘mark_locations_array’
make: *** [gc.o] Error 1