trink / symtseries

C Library providing means of symbolic analysis on time series data currently based on iSAX paper (http://www.cs.ucr.edu/~eamonn/iSAX/iSAX.html)
Mozilla Public License 2.0
3 stars 3 forks source link

Visual Studio 2013 build errors #22

Closed trink closed 8 years ago

trink commented 9 years ago
[ 16%] Building C object src/CMakeFiles/sts_test.dir/symtseries.c.obj
symtseries.c
D:\work\symtseries\src\symtseries.c(20) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(21) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(22) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(23) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(24) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(25) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(26) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(27) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(28) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(29) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(31) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(33) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(35) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(37) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(39) : warning C4056: overflow in floating-point constant arithmetic
D:\work\symtseries\src\symtseries.c(227) : error C2275: 'size_t' : illegal use of this type as an expression
        D:\work\symtseries\src\symtseries.c : see declaration of 'size_t'
D:\work\symtseries\src\symtseries.c(227) : error C2146: syntax error : missing ';' before identifier 'actual_n_values'
D:\work\symtseries\src\symtseries.c(227) : error C2065: 'actual_n_values' : undeclared identifier
D:\work\symtseries\src\symtseries.c(227) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
D:\work\symtseries\src\symtseries.c(241) : error C2065: 'actual_n_values' : undeclared identifier
D:\work\symtseries\src\symtseries.c(246) : error C2065: 'actual_n_values' : undeclared identifier
D:\work\symtseries\src\symtseries.c(253) : error C2065: 'actual_n_values' : undeclared identifier
D:\work\symtseries\src\symtseries.c(257) : error C2065: 'actual_n_values' : undeclared identifier
D:\work\symtseries\src\symtseries.c(318) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible lo
ss of data
D:\work\symtseries\src\symtseries.c(353) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss o
f data
D:\work\symtseries\src\symtseries.c(369) : error C2275: 'size_t' : illegal use of this type as an expression
        D:\work\symtseries\src\symtseries.c : see declaration of 'size_t'
D:\work\symtseries\src\symtseries.c(369) : error C2146: syntax error : missing ';' before identifier 'start'
D:\work\symtseries\src\symtseries.c(369) : error C2065: 'start' : undeclared identifier
D:\work\symtseries\src\symtseries.c(370) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
D:\work\symtseries\src\symtseries.c(371) : error C2065: 'start' : undeclared identifier
D:\work\symtseries\src\symtseries.c(393) : error C2275: 'size_t' : illegal use of this type as an expression
        D:\work\symtseries\src\symtseries.c : see declaration of 'size_t'
D:\work\symtseries\src\symtseries.c(393) : error C2146: syntax error : missing ';' before identifier 'w'
D:\work\symtseries\src\symtseries.c(393) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(393) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
D:\work\symtseries\src\symtseries.c(394) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(396) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(398) : warning C4267: '=' : conversion from 'size_t' to 'sts_symbol', possible loss of data
D:\work\symtseries\src\symtseries.c(400) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(400) : warning C4267: 'function' : conversion from 'size_t' to 'short', possible loss of data
D:\work\symtseries\src\symtseries.c(414) : warning C4267: '=' : conversion from 'size_t' to 'char', possible loss of data
D:\work\symtseries\src\symtseries.c(423) : error C2275: 'size_t' : illegal use of this type as an expression
        D:\work\symtseries\src\symtseries.c : see declaration of 'size_t'
D:\work\symtseries\src\symtseries.c(423) : error C2146: syntax error : missing ';' before identifier 'w'
D:\work\symtseries\src\symtseries.c(423) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(423) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
D:\work\symtseries\src\symtseries.c(427) : warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible lo
ss of data
D:\work\symtseries\src\symtseries.c(433) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(442) : error C2065: 'w' : undeclared identifier
D:\work\symtseries\src\symtseries.c(473) : error C2275: 'sts_symbol' : illegal use of this type as an expression
        D:\work\symtseries\include\symtseries.h(18) : see declaration of 'sts_symbol'
D:\work\symtseries\src\symtseries.c(473) : error C2065: 'sts_symbols' : undeclared identifier
D:\work\symtseries\src\symtseries.c(473) : error C2100: illegal indirection
D:\work\symtseries\src\symtseries.c(474) : error C2065: 'sts_symbols' : undeclared identifier
D:\work\symtseries\src\symtseries.c(474) : warning C4022: 'memcpy' : pointer mismatch for actual parameter 1
D:\work\symtseries\src\symtseries.c(474) : error C2100: illegal indirection
D:\work\symtseries\src\symtseries.c(475) : warning C4267: 'function' : conversion from 'size_t' to 'short', possible loss of data
D:\work\symtseries\src\symtseries.c(475) : error C2065: 'sts_symbols' : undeclared identifier
D:\work\symtseries\src\symtseries.c(475) : warning C4047: 'function' : 'sts_symbol *' differs in levels of indirection from 'int'
D:\work\symtseries\src\symtseries.c(475) : warning C4024: 'new_word' : different types for formal and actual parameter 4
D:\work\symtseries\src\symtseries.c(492) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss o
f data
D:\work\symtseries\src\symtseries.c(494) : warning C4013: 'snprintf' undefined; assuming extern returning int
D:\work\symtseries\src\symtseries.c(502) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss o
f data
D:\work\symtseries\src\symtseries.c(517) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss o
f data
D:\work\symtseries\src\symtseries.c(518) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss o
f data
D:\work\symtseries\src\symtseries.c(573) : warning C4267: 'function' : conversion from 'size_t' to 'unsigned int', possible loss o
f data
D:\work\symtseries\src\symtseries.c(637) : warning C4056: overflow in floating-point constant arithmetic
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~4.0\VC\bin\amd64\cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\amd64\nmake.exe"' : return code '0x2'
Stop.