Skip to content

Instantly share code, notes, and snippets.

@aliabbaC
Created May 6, 2016 12:23
Show Gist options
  • Save aliabbaC/1fdb50d8e63197d8bf5b0ae4c119fa0c to your computer and use it in GitHub Desktop.
Save aliabbaC/1fdb50d8e63197d8bf5b0ae4c119fa0c to your computer and use it in GitHub Desktop.
[root@localhost ruby]# make
g++ -I. -I/usr/include -I/usr/include/ruby/backward -I/usr/include -I. -
fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -
fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-
gcc-switches -mtune=generic -m64 -o export_wrap.o -c export_wrap.cpp
export_wrap.cpp:4055:109: error: macro "rb_str_new_cstr" passed 2 arguments,
but takes just 1
VALUE str = rb_str_new2( swig::type_name<
std::vector<std::string,std::allocator< std::string > > >() );
^
In file included from /usr/include/ruby.h:33:0,
from export_wrap.cpp:842:
export_wrap.cpp:2080:27: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::hash_id = rb_intern("hash");
^
export_wrap.cpp:2081:25: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::lt_id = rb_intern("<");
^
export_wrap.cpp:2082:25: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::gt_id = rb_intern(">");
^
export_wrap.cpp:2083:25: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::eq_id = rb_intern("==");
^
export_wrap.cpp:2084:25: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::le_id = rb_intern("<=");
^
export_wrap.cpp:2085:25: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::ge_id = rb_intern(">=");
^
export_wrap.cpp:2087:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::pos_id = rb_intern("+@");
^
export_wrap.cpp:2088:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::neg_id = rb_intern("-@");
^
export_wrap.cpp:2089:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::inv_id = rb_intern("~");
^
export_wrap.cpp:2091:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::add_id = rb_intern("+");
^
export_wrap.cpp:2092:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::sub_id = rb_intern("-");
^
export_wrap.cpp:2093:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::mul_id = rb_intern("*");
^
export_wrap.cpp:2094:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::div_id = rb_intern("/");
^
export_wrap.cpp:2095:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::mod_id = rb_intern("%");
^
export_wrap.cpp:2097:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::and_id = rb_intern("&");
^
export_wrap.cpp:2098:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::or_id = rb_intern("|");
^
export_wrap.cpp:2099:26: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::xor_id = rb_intern("^");
^
export_wrap.cpp:2101:29: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::lshift_id = rb_intern("<<");
^
export_wrap.cpp:2102:29: error: statement-expressions are not allowed
outside functions nor in template-argument lists
ID GC_VALUE::rshift_id = rb_intern(">>");
^
In file included from /usr/include/ruby/ruby.h:1694:0,
from /usr/include/ruby.h:33,
from export_wrap.cpp:842:
export_wrap.cpp: In function ‘VALUE std_vector_Sl_std_string_Sg__inspect
(std::vector<std::basic_string<char> >*)’:
export_wrap.cpp:4055:19: error: invalid conversion from ‘VALUE (*)(const
char*) {aka long unsigned int (*)(const char*)}’ to ‘VALUE {aka long
unsigned int}’ [-fpermissive]
VALUE str = rb_str_new2( swig::type_name<
std::vector<std::string,std::allocator< std::string > > >() );
^
export_wrap.cpp: In function ‘VALUE
std_vector_Sl_std_string_Sg____getitem____SWIG_2(const
std::vector<std::basic_string<char> >*, VALUE)’:
export_wrap.cpp:4237:13: warning: unused variable ‘r’ [-Wunused-variable]
VALUE r = Qnil;
^
export_wrap.cpp: In function ‘std::vector<std::basic_string<char> >*
std_vector_Sl_std_string_Sg__insert__SWIG_0
(std::vector<std::basic_string<char> >*, std::vector<std::basic_string<char>
>::difference_type, int, VALUE*, ...)’:
export_wrap.cpp:4340:36: error: format not a string literal and no format
arguments [-Werror=format-security]
__FUNCTION__, idx+2, elem ));
^
export_wrap.cpp: In function ‘std::vector<std::basic_string<char> >*
std_vector_Sl_std_string_Sg__unshift(std::vector<std::basic_string<char> >*,
int, VALUE*, ...)’:
export_wrap.cpp:4360:40: error: format not a string literal and no format
arguments [-Werror=format-security]
__FUNCTION__, idx+2, elem ));
^
export_wrap.cpp: In function ‘std::vector<std::basic_string<char> >*
std_vector_Sl_std_string_Sg__map_bang(std::vector<std::basic_string<char>
>*)’:
export_wrap.cpp:4400:72: warning: format ‘%a’ expects a matching ‘double’
argument [-Wformat=]
"Yield block did not return a valid element for ""%arg(std::vector)");
^
export_wrap.cpp: In function ‘VALUE _wrap_GC_VALUE_inspect(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4504:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::GC_VALUE const *","inspect", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_GC_VALUE_to_s(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4537:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::GC_VALUE const *","to_s", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_value(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4568:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","value", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_dup(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4611:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","dup", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_inspect(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4644:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","inspect", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_to_s(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4677:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","to_s", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_next__SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4704:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator *","next", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4709:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"size_t","next", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_next__SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4733:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator *","next", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_previous__SWIG_0
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4815:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator *","previous", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4820:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"size_t","previous", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator_previous__SWIG_1
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4844:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator *","previous", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator___eq__(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4935:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","operator ==", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4940:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"swig::ConstIterator const &","operator ==", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4943:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "swig::ConstIterator const &","operator ==", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator___add__(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4979:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","operator +", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:4984:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"ptrdiff_t","operator +", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator___sub____SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5031:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","operator -", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5036:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"ptrdiff_t","operator -", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_ConstIterator___sub____SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5073:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::ConstIterator const *","operator -", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5078:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"swig::ConstIterator const &","operator -", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5081:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "swig::ConstIterator const &","operator -", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_valuee___(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5159:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator *","setValue", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_dup(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5194:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","dup", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_next__SWIG_0(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5221:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator *","next", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5226:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"size_t","next", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_next__SWIG_1(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5250:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator *","next", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_previous__SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5332:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator *","previous", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5337:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"size_t","previous", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_previous__SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5361:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator *","previous", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_inspect(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5449:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","inspect", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator_to_s(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5482:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","to_s", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator___eq__(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5518:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","operator ==", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5523:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"swig::Iterator const &","operator ==", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5526:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "swig::Iterator const &","operator ==", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator___add__(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5562:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","operator +", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5567:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"ptrdiff_t","operator +", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator___sub____SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5614:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","operator -", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5619:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"ptrdiff_t","operator -", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_Iterator___sub____SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5656:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"swig::Iterator const *","operator -", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5661:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"swig::Iterator const &","operator -", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5664:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "swig::Iterator const &","operator -", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_dup(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5754:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","dup", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_inspect(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5787:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","inspect", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_to_a(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5820:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","to_a", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_to_s(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5853:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","to_s", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_slice(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5892:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","slice", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5897:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","slice", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5902:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","slice", 3, argv[1] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_each(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5935:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","each", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_select(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:5968:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","select", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_rejectN___(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6001:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","reject_bang", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_delete_at(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6037:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","delete_at", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6042:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","delete_at", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___delete2__(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6068:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","__delete2__", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6075:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","__delete2__", 2, argv[0]
));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6078:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const
&","__delete2__", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_pop(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6114:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","pop", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_push(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6149:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","push", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6156:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","push", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6159:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const &","push",
2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_reject(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6195:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","reject", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_at(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6231:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","at", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6236:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","at", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___getitem____SWIG_0
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6277:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","__getitem__", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6282:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","__getitem__", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6287:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","__getitem__", 3, argv[1] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___getitem____SWIG_1
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6314:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","__getitem__", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6319:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","__getitem__", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___getitem____SWIG_2
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6344:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","__getitem__", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___setitem____SWIG_0
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6451:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","__setitem__", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6456:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","__setitem__", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6463:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","__setitem__", 3, argv[1]
));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6466:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const
&","__setitem__", 3, argv[1]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___setitem____SWIG_1
(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6501:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","__setitem__", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6506:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","__setitem__", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6511:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","__setitem__", 3, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6518:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res4), Ruby_Format_TypeError( "",
"std::vector< std::string,std::allocator< std::string > > const
&","__setitem__", 4, argv[2] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6521:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string,std::allocator< std::string > >
const &","__setitem__", 4, argv[2]));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6529:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, (&_e)->what());
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_shift(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6626:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","shift", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_insert__SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6667:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","insert", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6672:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::difference_type","insert", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_unshift(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6712:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","unshift", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_new_StringVector__SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6755:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const &","std::vector<(std::string)>", 1, argv
[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6758:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string > const &","std::vector<
(std::string)>", 1, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_emptyq___(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6794:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","empty", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_size(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6827:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","size", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_clear(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6858:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","clear", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_swap(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6882:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","swap", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6887:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"std::vector< std::string > &","swap", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6890:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string > &","swap", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_get_allocator(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6913:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","get_allocator", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_begin(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6946:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","begin", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_end(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:6981:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","end", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_rbegin(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7016:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","rbegin", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_rend(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7051:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","rend", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_new_StringVector__SWIG_2(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7076:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode1), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","std::vector<(std::string)>", 1,
argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_resize__SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7111:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","resize", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7116:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","resize", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_erase__SWIG_0(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7152:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","erase", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7157:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","erase",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7163:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","erase",
2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_erase__SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7195:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","erase", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7200:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","erase",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7206:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","erase",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7211:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","erase",
3, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7217:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","erase",
3, argv[1] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_new_StringVector__SWIG_3(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7316:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode1), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","std::vector<(std::string)>", 1,
argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7323:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","std::vector<(std::string)
>", 2, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7326:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const
&","std::vector<(std::string)>", 2, argv[1]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_front(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7419:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","front", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_back(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7455:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","back", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_assign(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7494:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","assign", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7499:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","assign", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7506:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","assign", 3, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7509:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const &","assign",
3, argv[1]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_resize__SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7548:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","resize", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7553:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","resize", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7560:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","resize", 3, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7563:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const &","resize",
3, argv[1]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_insert__SWIG_1(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7658:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","insert", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7663:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","insert",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7669:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","insert",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7676:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","insert", 3, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7679:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const &","insert",
3, argv[1]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_insert__SWIG_2(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7714:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","insert", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7719:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","insert",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7725:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(SWIG_TypeError),
Ruby_Format_TypeError( "", "std::vector< std::string >::iterator","insert",
2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7730:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","insert", 3, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7737:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res4), Ruby_Format_TypeError( "",
"std::vector< std::string >::value_type const &","insert", 4, argv[2] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7740:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::vector< std::string >::value_type const &","insert",
4, argv[2]));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_reserve(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7863:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","reserve", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7868:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"std::vector< std::string >::size_type","reserve", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_capacity(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7900:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > const *","capacity", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector_map_bang(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7924:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","map_bang", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_StringVector___delete__(int,
VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7959:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"std::vector< std::string > *","__delete__", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7966:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"std::string const &","__delete__", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:7969:7: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ValueError, Ruby_Format_TypeError("invalid
null reference ", "std::string const &","__delete__", 2, argv[0]));
^
export_wrap.cpp: In function ‘VALUE _wrap_new_writer__SWIG_0(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8012:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"char const *","writer", 1, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8017:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"int","writer", 2, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8022:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "",
"bool","writer", 3, argv[2] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8027:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode4), Ruby_Format_TypeError( "",
"bool","writer", 4, argv[3] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8035:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8037:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8039:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_new_writer__SWIG_1(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8071:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"char const *","writer", 1, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8076:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"int","writer", 2, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8081:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode3), Ruby_Format_TypeError( "",
"bool","writer", 3, argv[2] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8089:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8091:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8093:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_new_writer__SWIG_2(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8122:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"char const *","writer", 1, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8127:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"int","writer", 2, argv[1] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8135:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8137:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8139:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_new_writer__SWIG_3(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8182:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"char const *","writer", 1, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8190:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8192:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8194:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_writer_insert(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8326:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"writer *","insert", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8331:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"char const *","insert", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8338:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8340:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8342:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_writer_close(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8366:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"writer *","close", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8373:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8375:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8377:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_new_reader(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8420:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"char const *","reader", 1, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8428:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8430:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8432:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_reader_retrieve(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8467:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"reader *","retrieve", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8472:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "",
"char const *","retrieve", 2, argv[0] ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8479:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8481:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8483:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_reader_close(int, VALUE*, VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8508:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"reader *","close", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8515:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_IOError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8517:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1788:42: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception(code, msg) do { SWIG_Error(code, msg);; } while(0)
^
export_wrap.cpp:8519:7: note: in expansion of macro ‘SWIG_exception’
SWIG_exception(SWIG_RuntimeError, e.what());
^
export_wrap.cpp: In function ‘VALUE _wrap_reader_measure_set(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8544:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"reader *","measure", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8549:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"int","measure", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_reader_measure_get(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8572:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"reader *","measure", 1, self ));
^
export_wrap.cpp: In function ‘VALUE _wrap_reader_threshold_set(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8597:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"reader *","threshold", 1, self ));
^
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8602:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(ecode2), Ruby_Format_TypeError( "",
"double","threshold", 2, argv[0] ));
^
export_wrap.cpp: In function ‘VALUE _wrap_reader_threshold_get(int, VALUE*,
VALUE)’:
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:1782:45: note: in expansion of macro ‘SWIG_Error’
#define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg);
SWIG_fail; } while(0)
^
export_wrap.cpp:8625:5: note: in expansion of macro ‘SWIG_exception_fail’
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "",
"reader *","threshold", 1, self ));
^
export_wrap.cpp: In instantiation of ‘static Type swig::traits_as<Type,
swig::value_category>::as(VALUE, bool) [with Type = std::basic_string<char>;
VALUE = long unsigned int]’:
export_wrap.cpp:2865:76: required from ‘Type swig::as(VALUE, bool) [with
Type = std::basic_string<char>; VALUE = long unsigned int]’
export_wrap.cpp:4318:166: required from here
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:2811:4: note: in expansion of macro ‘SWIG_Error’
SWIG_Error(SWIG_TypeError, swig::type_name<Type>());
^
export_wrap.cpp: In instantiation of ‘static int
swig::traits_asptr_stdseq<Seq, T>::asptr(VALUE,
swig::traits_asptr_stdseq<Seq, T>::sequence**) [with Seq =
std::vector<std::basic_string<char> >; T = std::basic_string<char>; VALUE =
long unsigned int; swig::traits_asptr_stdseq<Seq, T>::sequence =
std::vector<std::basic_string<char> >]’:
export_wrap.cpp:4027:61: required from ‘static int
swig::traits_asptr<std::vector<T> >::asptr(VALUE, std::vector<T>**) [with T
= std::basic_string<char>; VALUE = long unsigned int]’
export_wrap.cpp:2754:47: required from ‘int swig::asptr(VALUE, Type**)
[with Type = std::vector<std::basic_string<char> >; VALUE = long unsigned
int]’
export_wrap.cpp:6369:98: required from here
export_wrap.cpp:3932:40: error: format not a string literal and no format
arguments [-Werror=format-security]
rb_raise(rb_eTypeError, e.what());
^
export_wrap.cpp: In instantiation of ‘static VALUE
swig::traits_from_stdseq<Seq, T>::from(const sequence&) [with Seq =
std::vector<std::basic_string<char> >; T = std::basic_string<char>; VALUE =
long unsigned int; swig::traits_from_stdseq<Seq, T>::sequence =
std::vector<std::basic_string<char> >]’:
export_wrap.cpp:4034:54: required from ‘static VALUE
swig::traits_from<std::vector<T> >::from(const std::vector<T>&) [with T =
std::basic_string<char>; VALUE = long unsigned int]’
export_wrap.cpp:2729:39: required from ‘VALUE swig::from(const Type&)
[with Type = std::vector<std::basic_string<char> >; VALUE = long unsigned
int]’
export_wrap.cpp:8488:102: required from here
export_wrap.cpp:4011:18: error: lvalue required as left operand of
assignment
RARRAY_LEN(obj) = size;
^
export_wrap.cpp: In instantiation of ‘bool
swig::RubySequence_Cont<T>::check(bool) const [with T =
std::basic_string<char>]’:
export_wrap.cpp:3926:29: required from ‘static int
swig::traits_asptr_stdseq<Seq, T>::asptr(VALUE,
swig::traits_asptr_stdseq<Seq, T>::sequence**) [with Seq =
std::vector<std::basic_string<char> >; T = std::basic_string<char>; VALUE =
long unsigned int; swig::traits_asptr_stdseq<Seq, T>::sequence =
std::vector<std::basic_string<char> >]’
export_wrap.cpp:4027:61: required from ‘static int
swig::traits_asptr<std::vector<T> >::asptr(VALUE, std::vector<T>**) [with T
= std::basic_string<char>; VALUE = long unsigned int]’
export_wrap.cpp:2754:47: required from ‘int swig::asptr(VALUE, Type**)
[with Type = std::vector<std::basic_string<char> >; VALUE = long unsigned
int]’
export_wrap.cpp:6369:98: required from here
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:3884:6: note: in expansion of macro ‘SWIG_Error’
SWIG_Error(SWIG_RuntimeError, msg);
^
export_wrap.cpp: In instantiation of ‘swig::RubySequence_Ref<T>::operator T
() const [with T = std::basic_string<char>]’:
export_wrap.cpp:3907:7: required from ‘void swig::assign(const RubySeq&,
Seq*) [with RubySeq = swig::RubySequence_Cont<std::basic_string<char> >; Seq
= std::vector<std::basic_string<char> >]’
export_wrap.cpp:3922:26: required from ‘static int
swig::traits_asptr_stdseq<Seq, T>::asptr(VALUE,
swig::traits_asptr_stdseq<Seq, T>::sequence**) [with Seq =
std::vector<std::basic_string<char> >; T = std::basic_string<char>; VALUE =
long unsigned int; swig::traits_asptr_stdseq<Seq, T>::sequence =
std::vector<std::basic_string<char> >]’
export_wrap.cpp:4027:61: required from ‘static int
swig::traits_asptr<std::vector<T> >::asptr(VALUE, std::vector<T>**) [with T
= std::basic_string<char>; VALUE = long unsigned int]’
export_wrap.cpp:2754:47: required from ‘int swig::asptr(VALUE, Type**)
[with Type = std::vector<std::basic_string<char> >; VALUE = long unsigned
int]’
export_wrap.cpp:6369:98: required from here
export_wrap.cpp:1382:83: error: format not a string literal and no format
arguments [-Werror=format-security]
#define SWIG_Error(code, msg) rb_raise(SWIG_Ruby_ErrorType
(code), msg)
^
export_wrap.cpp:3666:4: note: in expansion of macro ‘SWIG_Error’
SWIG_Error(SWIG_TypeError, swig::type_name<T>());
^
cc1plus: some warnings being treated as errors
Makefile:217: recipe for target 'export_wrap.o' failed
make: *** [export_wrap.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment