See <http://hudson.drizzle.org/job/drizzle-build-all-warnings/306/>
------------------------------------------
[...truncated 81753 lines...]
/usr/local/include/drizzled/my_decimal.h:241: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_floor(uint32_t, const my_decimal*, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:248: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:248: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:248: error: ‘FLOOR’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:248: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_ceiling(uint32_t, const my_decimal*, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:255: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:255: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:255: error: ‘CEILING’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:255: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal2int(uint32_t, const my_decimal*, bool, int64_t*)’:
/usr/local/include/drizzled/my_decimal.h:268: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:268: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:268: error: ‘HALF_UP’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:268: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:270: error: ‘decimal2uint64_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:271: error: ‘decimal2int64_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal2double(uint32_t, const my_decimal*, double*)’:
/usr/local/include/drizzled/my_decimal.h:279: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:279: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:279: error: ‘decimal2double’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
str2my_decimal(uint32_t, char*, my_decimal*, char**)’:
/usr/local/include/drizzled/my_decimal.h:286: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:286: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:286: error: ‘string2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: At global scope:
/usr/local/include/drizzled/my_decimal.h:301: error: ‘DRIZZLE_TIME’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:301: error: ‘ltime’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:301: error: expected
primary-expression before ‘*’ token
/usr/local/include/drizzled/my_decimal.h:301: error: ‘dec’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h:301: error: initializer expression
list treated as compound expression [-fpermissive]
/usr/local/include/drizzled/my_decimal.h: In function ‘int
double2my_decimal(uint32_t, double, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:307: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:307: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:307: error: ‘double2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
int2my_decimal(uint32_t, int64_t, bool, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:315: error: ‘uint64_t2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:316: error: ‘int64_t2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: At global scope:
/usr/local/include/drizzled/my_decimal.h:321: error: variable or field
‘my_decimal_neg’ declared void
/usr/local/include/drizzled/my_decimal.h:321: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:321: error: ‘arg’ was not declared in
this scope
In file included from /usr/include/c++/4.4/new:40,
from /usr/include/c++/4.4/ext/new_allocator.h:33,
from
/usr/include/c++/4.4/x86_64-linux-gnu/bits/c++allocator.h:34,
from /usr/include/c++/4.4/bits/allocator.h:48,
from /usr/include/c++/4.4/string:43,
from /usr/include/c++/4.4/bitset:49,
from /usr/local/include/drizzled/key_map.h:26,
from /usr/local/include/drizzled/sql_bitmap.h:32,
from /usr/local/include/drizzled/item.h:26,
from /usr/local/include/drizzled/plugin/function.h:24,
from plugin/user_function/user_function.cc:23:
/usr/include/c++/4.4/exception:35: error: expected declaration before end of
line
make[2]: ***
[plugin/uuid_function/plugin_libuuid_function_plugin_la-uuid_function.lo] Error
1
In file included from /usr/local/include/drizzled/my_decimal.h:41,
from /usr/local/include/drizzled/field.h:29,
from plugin/transaction_log/data_dictionary_schema.h:29,
from plugin/transaction_log/data_dictionary_schema.cc:65:
/usr/local/include/drizzled/sql_string.h:41: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:44: error: expected ‘,’ or ‘...’
before ‘*’ token
make[2]: ***
[plugin/user_function/plugin_libuser_function_plugin_la-user_function.lo] Error
1
/usr/local/include/drizzled/sql_string.h:52: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:65: error: expected ‘;’ before ‘*’
token
/usr/local/include/drizzled/sql_string.h:78: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:83: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:88: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:99: error: ‘MEM_ROOT’ has not been
declared
/usr/local/include/drizzled/sql_string.h:103: error: ‘MEM_ROOT’ has not been
declared
/usr/local/include/drizzled/sql_string.h:107: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:109: error: ‘CHARSET_INFO’ declared as
an ‘inline’ field
/usr/local/include/drizzled/sql_string.h:109: error: expected ‘;’ before ‘*’
token
/usr/local/include/drizzled/sql_string.h:110: error: expected ‘;’ before
‘inline’
/usr/local/include/drizzled/sql_string.h:154: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:160: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:167: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:175: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:176: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:178: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:180: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:264: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:266: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:268: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:269: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:269: error: ‘bool String::copy(const
char*, uint32_t, int)’ cannot be overloaded
/usr/local/include/drizzled/sql_string.h:264: error: with ‘bool
String::copy(const char*, uint32_t, int)’
/usr/local/include/drizzled/sql_string.h:274: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h:295: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h: In constructor ‘String::String()’:
/usr/local/include/drizzled/sql_string.h:71: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:71: error: ‘my_charset_bin’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h: In constructor
‘String::String(uint32_t)’:
/usr/local/include/drizzled/sql_string.h:76: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:76: error: ‘my_charset_bin’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h: In constructor ‘String::String(const
char*, int)’:
/usr/local/include/drizzled/sql_string.h:81: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:81: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In constructor ‘String::String(const
char*, uint32_t, int)’:
/usr/local/include/drizzled/sql_string.h:86: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:86: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In constructor ‘String::String(char*,
uint32_t, int)’:
/usr/local/include/drizzled/sql_string.h:91: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:91: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In copy constructor
‘String::String(const String&)’:
/usr/local/include/drizzled/sql_string.h:97: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:97: error: ‘const class String’ has no
member named ‘str_charset’
/usr/local/include/drizzled/sql_string.h: In static member function ‘static
void* String::operator new(size_t, int*)’:
/usr/local/include/drizzled/sql_string.h:100: error: ‘alloc_root’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h: In static member function ‘static
void String::operator delete(void*, size_t)’:
/usr/local/include/drizzled/sql_string.h:102: error: ‘ptr_arg’ was not declared
in this scope
/usr/local/include/drizzled/sql_string.h:102: error: ‘size’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h:102: error: ‘TRASH’ was not declared
in this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘void
String::set_charset(int)’:
/usr/local/include/drizzled/sql_string.h:108: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:108: error: ‘charset_arg’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘void
String::set(String&, uint32_t, uint32_t)’:
/usr/local/include/drizzled/sql_string.h:145: error: ‘assert’ was not declared
in this scope
/usr/local/include/drizzled/sql_string.h:152: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:152: error: ‘class String’ has no
member named ‘str_charset’
/usr/local/include/drizzled/sql_string.h: In member function ‘void
String::set(char*, uint32_t, int)’:
/usr/local/include/drizzled/sql_string.h:158: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:158: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘void
String::set(const char*, uint32_t, int)’:
/usr/local/include/drizzled/sql_string.h:164: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:164: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘void
String::set_quick(char*, uint32_t, int)’:
/usr/local/include/drizzled/sql_string.h:173: error: ‘str_charset’ was not
declared in this scope
/usr/local/include/drizzled/sql_string.h:173: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘bool
String::set(int64_t, int)’:
/usr/local/include/drizzled/sql_string.h:177: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘bool
String::set(uint64_t, int)’:
/usr/local/include/drizzled/sql_string.h:179: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h: In member function ‘String&
String::operator=(const String&)’:
/usr/local/include/drizzled/sql_string.h:254: error: ‘assert’ was not declared
in this scope
/usr/local/include/drizzled/sql_string.h: At global scope:
/usr/local/include/drizzled/sql_string.h:377: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/sql_string.h: In function ‘bool
check_if_only_end_space(int)’:
/usr/local/include/drizzled/sql_string.h:380: error: ‘str’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h:380: error: ‘cs’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h:380: error: ‘end’ was not declared in
this scope
/usr/local/include/drizzled/sql_string.h:380: error: ‘MY_SEQ_SPACES’ was not
declared in this scope
In file included from /usr/local/include/drizzled/field.h:29,
from plugin/transaction_log/data_dictionary_schema.h:29,
from plugin/transaction_log/data_dictionary_schema.cc:65:
/usr/local/include/drizzled/my_decimal.h: In function ‘uint32_t
my_decimal_size(uint32_t, uint32_t)’:
/usr/local/include/drizzled/my_decimal.h:87: error: ‘decimal_size’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: At global scope:
/usr/local/include/drizzled/my_decimal.h:106: error: expected class-name before
‘{’ token
/usr/local/include/drizzled/my_decimal.h:107: error: ‘decimal_digit_t’ does not
name a type
/usr/local/include/drizzled/my_decimal.h: In member function ‘void
my_decimal::init()’:
/usr/local/include/drizzled/my_decimal.h:113: error: ‘len’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h:114: error: ‘buf’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h:114: error: ‘buffer’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h: In member function ‘void
my_decimal::fix_buffer_pointer()’:
/usr/local/include/drizzled/my_decimal.h:125: error: ‘buf’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h:125: error: ‘buffer’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h: In member function ‘bool
my_decimal::sign() const’:
/usr/local/include/drizzled/my_decimal.h:127: error: ‘decimal_t’ has not been
declared
/usr/local/include/drizzled/my_decimal.h: In member function ‘void
my_decimal::sign(bool)’:
/usr/local/include/drizzled/my_decimal.h:128: error: ‘decimal_t’ has not been
declared
/usr/local/include/drizzled/my_decimal.h: In member function ‘uint32_t
my_decimal::precision() const’:
/usr/local/include/drizzled/my_decimal.h:129: error: ‘intg’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h:129: error: ‘frac’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘void
max_my_decimal(my_decimal*, int, int)’:
/usr/local/include/drizzled/my_decimal.h:138: error: ‘assert’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:139: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:139: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:139: error: ‘max_decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
check_result_and_overflow(uint32_t, int, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:156: error: ‘E_DEC_OVERFLOW’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘uint32_t
my_decimal_precision_to_length(uint32_t, uint8_t, bool)’:
/usr/local/include/drizzled/my_decimal.h:175: error: ‘set_if_smaller’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_string_length(const my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:182: error: ‘decimal_string_size’ was
not declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_max_length(const my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:190: error: ‘decimal_string_size’ was
not declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_get_binary_size(uint32_t, uint32_t)’:
/usr/local/include/drizzled/my_decimal.h:197: error: ‘decimal_bin_size’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
binary2my_decimal(uint32_t, const unsigned char*, my_decimal*, int, int)’:
/usr/local/include/drizzled/my_decimal.h:217: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:217: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:217: error: ‘bin2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_set_zero(my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:224: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:224: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:224: error: expected ‘)’ before ‘d’
/usr/local/include/drizzled/my_decimal.h: In function ‘bool
my_decimal_is_zero(const my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:232: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:232: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:232: error: ‘decimal_is_zero’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_round(uint32_t, const my_decimal*, int, bool, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:240: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:240: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:241: error: ‘TRUNCATE’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:241: error: ‘HALF_UP’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:241: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_floor(uint32_t, const my_decimal*, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:248: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:248: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:248: error: ‘FLOOR’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:248: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal_ceiling(uint32_t, const my_decimal*, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:255: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:255: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:255: error: ‘CEILING’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:255: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal2int(uint32_t, const my_decimal*, bool, int64_t*)’:
/usr/local/include/drizzled/my_decimal.h:268: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:268: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:268: error: ‘HALF_UP’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:268: error: ‘decimal_round’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:270: error: ‘decimal2uint64_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:271: error: ‘decimal2int64_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
my_decimal2double(uint32_t, const my_decimal*, double*)’:
/usr/local/include/drizzled/my_decimal.h:279: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:279: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:279: error: ‘decimal2double’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
str2my_decimal(uint32_t, char*, my_decimal*, char**)’:
/usr/local/include/drizzled/my_decimal.h:286: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:286: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:286: error: ‘string2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: At global scope:
/usr/local/include/drizzled/my_decimal.h:292: error: expected ‘,’ or ‘...’
before ‘*’ token
/usr/local/include/drizzled/my_decimal.h: In function ‘int
string2my_decimal(uint32_t, const String*, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:297: error: ‘const class String’ has
no member named ‘charset’
/usr/local/include/drizzled/my_decimal.h: At global scope:
/usr/local/include/drizzled/my_decimal.h:301: error: ‘DRIZZLE_TIME’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:301: error: ‘ltime’ was not declared
in this scope
/usr/local/include/drizzled/my_decimal.h:301: error: expected
primary-expression before ‘*’ token
/usr/local/include/drizzled/my_decimal.h:301: error: ‘dec’ was not declared in
this scope
/usr/local/include/drizzled/my_decimal.h:301: error: initializer expression
list treated as compound expression [-fpermissive]
/usr/local/include/drizzled/my_decimal.h: In function ‘int
double2my_decimal(uint32_t, double, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:307: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:307: error: expected
primary-expression before ‘)’ token
/usr/local/include/drizzled/my_decimal.h:307: error: ‘double2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: In function ‘int
int2my_decimal(uint32_t, int64_t, bool, my_decimal*)’:
/usr/local/include/drizzled/my_decimal.h:315: error: ‘uint64_t2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:316: error: ‘int64_t2decimal’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h: At global scope:
/usr/local/include/drizzled/my_decimal.h:321: error: variable or field
‘my_decimal_neg’ declared void
/usr/local/include/drizzled/my_decimal.h:321: error: ‘decimal_t’ was not
declared in this scope
/usr/local/include/drizzled/my_decimal.h:321: error: ‘arg’ was not declared in
this scope
make[2]: ***
[plugin/transaction_log/plugin_libtransaction_log_plugin_la-data_dictionary_schema.lo]
Error 1
make[2]: Target `all-am' not remade because of errors.
make[2]: Leaving directory
`<http://hudson.drizzle.org/job/drizzle-build-all-warnings/ws/'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`<http://hudson.drizzle.org/job/drizzle-build-all-warnings/ws/'>
make: *** [all] Error 2
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-builds
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-builds
More help : https://help.launchpad.net/ListHelp