Project

General

Profile

Actions

Bug #15728

closed

error compiling C - file under Ruby

Added by Shved (Aleksandr Shved) about 5 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:91990]

Description

Compiler message
/usr/local/include/ruby-2.6.0/ruby/intern.h:506:10: error: expected ‘,’ or ‘;’ before ‘void’
COLDFUNC NORETURN(void rb_memerror(void));
The specified line contains:
COLDFUNC NORETURN(void rb_memerror(void));
And so the compilation goes without errors
COLDFUNC (void rb_memerror(void));

Updated by naruse (Yui NARUSE) almost 5 years ago

  • Status changed from Open to Feedback

This issue depends what compiler is used.
Could you show what is your compiler and environment?

Actions #2

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0