ntamas / plfit

Fitting power-law distributions to empirical data, according to the method of Clauset, Shalizi and Newman
GNU General Public License v2.0
47 stars 17 forks source link

Compiler reporting errors #11

Closed lxjhk closed 9 years ago

lxjhk commented 9 years ago

Hi,

I downloaded CMake 3.1.0, the newest stable version, to build the code with Visual Studio 12 2013 Win 64 as the generator.

Mush as I had expected, I got the following files generated in my designated folder:

Directory of C:\Users\lxjhk\Desktop\CMake_Build 03/12/2014 16:33

. 03/12/2014 16:33 .. 03/12/2014 16:33 18,689 ALL_BUILD.vcxproj 03/12/2014 16:32 310 ALL_BUILD.vcxproj.filters 03/12/2014 16:33 14,086 CMakeCache.txt 03/12/2014 16:33 CMakeFiles 03/12/2014 16:32 1,568 cmake_install.cmake 03/12/2014 16:32 330 CTestTestfile.cmake 03/12/2014 16:32 10,928 INSTALL.vcxproj 03/12/2014 16:32 532 INSTALL.vcxproj.filters 03/12/2014 16:33 65,536 plfit.sdf 03/12/2014 16:32 13,459 plfit.sln 03/12/2014 16:32 10,745 RUN_TESTS.vcxproj 03/12/2014 16:32 534 RUN_TESTS.vcxproj.filters 03/12/2014 16:33 src 03/12/2014 16:33 test 03/12/2014 16:33 x64 03/12/2014 16:33 17,248 ZERO_CHECK.vcxproj 03/12/2014 16:32 533 ZERO_CHECK.vcxproj.filters 13 File(s) 154,498 bytes 6 Dir(s) 21,465,796,608 bytes free

So I used Visual Studio to open the ALL_BUILD.vcxproj and hit F5 for compilation. However, I my compiler reported errors as the following:

1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------ 1> Checking Build System 1> CMake does not need to re-run because C:/Users/lxjhk/Desktop/CMake_Build/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because C:/Users/lxjhk/Desktop/CMake_Build/src/CMakeFiles/generate.stamp is up-to-date. 1> CMake does not need to re-run because C:/Users/lxjhk/Desktop/CMake_Build/test/CMakeFiles/generate.stamp is up-to-date. 2>------ Build started: Project: plfit0, Configuration: Debug x64 ------ 2> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/src/CMakeLists.txt 2> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\src\CMakeFiles\generate.stamp is up-to-date. 2> error.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\error.c(64): warning C4100: 'plfit_errno' : unreferenced formal parameter 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\error.c(63): warning C4100: 'line' : unreferenced formal parameter 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\error.c(63): warning C4100: 'file' : unreferenced formal parameter 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\error.c(63): warning C4100: 'reason' : unreferenced formal parameter 2> gss.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\gss.h(49): warning C4820: '' : '4' bytes padding added after data member 'on_error' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\gss.h(132): warning C4255: 'gss_get_warning_flag' : no function prototype given: converting '()' to '(void)' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(40): warning C4005: 'isnan' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(289) : see previous definition of 'isnan' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(41): warning C4005: 'isfinite' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(287) : see previous definition of 'isfinite' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\gss.c(60): warning C4255: 'gss_get_warning_flag' : no function prototype given: converting '()' to '(void)' 2> kolmogorov.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\kolmogorov.c(61): warning C4244: 'function' : conversion from 'size_t' to 'double', possible loss of data 2> lbfgs.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.h(217): warning C4820: '' : '4' bytes padding added after data member 'm' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.h(238): warning C4820: '' : '4' bytes padding added after data member 'past' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.h(271): warning C4820: '' : '4' bytes padding added after data member 'max_linesearch' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\lbfgs.c(106): warning C4820: 'tag_callback_data' : '4' bytes padding added after data member 'n' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\lbfgs.c(661): warning C4100: 'wp' : unreferenced formal parameter 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\lbfgs.c(660): warning C4100: 'gp' : unreferenced formal parameter 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\lbfgs.c(828): warning C4100: 'wa' : unreferenced formal parameter 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\lbfgs.c(827): warning C4100: 'gp' : unreferenced formal parameter 2> mt.c 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(17): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(17): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(17): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(17): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(17): error C2054: expected '(' to follow 'rng' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): error C2143: syntax error : missing ';' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(21): error C2054: expected '(' to follow 'seeder' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(47): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(47): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(47): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(47): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(47): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(47): error C2054: expected '(' to follow 'rng' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(84): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(84): error C2143: syntax error : missing '{' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(84): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(84): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\mt.c(84): error C2054: expected '(' to follow 'rng' 2> plfit.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\gss.h(49): warning C4820: '' : '4' bytes padding added after data member 'on_error' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\gss.h(132): warning C4255: 'gss_get_warning_flag' : no function prototype given: converting '()' to '(void)' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.h(217): warning C4820: '' : '4' bytes padding added after data member 'm' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.h(238): warning C4820: '' : '4' bytes padding added after data member 'past' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.h(271): warning C4820: '' : '4' bytes padding added after data member 'max_linesearch' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(40): warning C4005: 'isnan' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(289) : see previous definition of 'isnan' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(41): warning C4005: 'isfinite' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(287) : see previous definition of 'isfinite' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xminfixed' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): fatal error C1003: error count exceeds 100; stopping compilation 2> options.c 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 2> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xmin_fixed' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(23): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(23): error C2061: syntax error : identifier 'plfit_continuous_default_options' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(23): error C2059: syntax error : ';' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(23): error C2513: '/global/ ' : no variable declared before '=' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(29): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(31): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(31): error C2061: syntax error : identifier 'plfit_discrete_default_options' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(31): error C2059: syntax error : ';' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(31): error C2513: '/global/ ' : no variable declared before '=' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(42): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(44): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(44): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(44): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(44): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(44): error C2054: expected '(' to follow 'options' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(49): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(49): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(49): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(49): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\options.c(49): error C2054: expected '(' to follow 'options' 2> rbinom.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(138): warning C4820: '' : '4' bytes padding added after data member 'numbins' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(40): warning C4005: 'isnan' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(289) : see previous definition of 'isnan' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(41): warning C4005: 'isfinite' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(287) : see previous definition of 'isfinite' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\rbinom.c(52): error C2143: syntax error : missing ')' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\rbinom.c(52): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\rbinom.c(52): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\rbinom.c(52): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\rbinom.c(53): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\rbinom.c(53): error C2054: expected '(' to follow 'rng' 2> sampling.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : 'type' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing ')' before '_' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(138): warning C4820: '' : '4' bytes padding added after data member 'numbins' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2143: syntax error : missing ')' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2143: syntax error : missing '{' before '' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): error C2059: syntax error : ')' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(173): warning C4218: nonstandard extension used : must specify at least a storage class or a type 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(40): warning C4005: 'isnan' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(289) : see previous definition of 'isnan' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\platform.h(41): warning C4005: 'isfinite' : macro redefinition 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(287) : see previous definition of 'isfinite' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(25): error C2143: syntax error : missing ')' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(25): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(25): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(25): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(25): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(25): error C2054: expected '(' to follow 'rng' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(32): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(32): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(32): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(32): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(32): error C2054: expected '(' to follow 'rng' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(39): error C2143: syntax error : missing ')' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(39): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(39): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(39): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(39): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(39): error C2054: expected '(' to follow 'rng' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(48): error C2143: syntax error : missing ')' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(48): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(48): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(48): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(49): error C2059: syntax error : 'type' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(49): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(69): error C2143: syntax error : missing ')' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(69): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(69): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(69): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(69): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(69): error C2054: expected '(' to follow 'rng' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(130): error C2143: syntax error : missing ')' before '_' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(130): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(130): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(131): error C2059: syntax error : 'type' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(131): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(177): warning C4267: '=' : conversion from 'sizet' to 'long', possible loss of data 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(226): warning C4388: '<' : signed/unsigned mismatch 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(275): error C2143: syntax error : missing ')' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(275): error C2081: 'mt_rngt' : name in formal parameter list illegal 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(275): error C2143: syntax error : missing '{' before '' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(275): error C2059: syntax error : ')' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(275): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.c(275): error C2054: expected '(' to follow 'rng' 2> stats.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2> zeta.c 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\zeta.c(91): warning C4127: conditional expression is constant 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\zeta.c(98): warning C4127: conditional expression is constant 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\zeta.c(101): warning C4127: conditional expression is constant 2> Generating Code... 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.c(500): warning C4706: assignment within conditional expression 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\lbfgs.c(1007): warning C4702: unreachable code 3>------ Build started: Project: plfit, Configuration: Debug x64 ------ 4>------ Build started: Project: plgen, Configuration: Debug x64 ------ 5>------ Build started: Project: test_continuous, Configuration: Debug x64 ------ 6>------ Build started: Project: test_discrete, Configuration: Debug x64 ------ 7>------ Build started: Project: test_gss, Configuration: Debug x64 ------ 8>------ Build started: Project: test_kolmogorov, Configuration: Debug x64 ------ 9>------ Build started: Project: test_real, Configuration: Debug x64 ------ 10>------ Build started: Project: test_sampling, Configuration: Debug x64 ------ 3> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/src/CMakeLists.txt 3> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\src\CMakeFiles\generate.stamp is up-to-date. 3> main.c 3>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 8> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/test/CMakeLists.txt 3>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '_' 5> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/test/CMakeLists.txt 5> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\test\CMakeFiles\generate.stamp is up-to-date. 7> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/test/CMakeLists.txt 7> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMakeBuild\test\CMakeFiles\generate.stamp is up-to-date. 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 3> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 3> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 3> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 3> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 3> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 3> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xmin_fixed' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 3>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(35): warning C4820: '_cmd_options_t' : '6' bytes padding added after data member 'brief_mode' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(39): warning C4820: '_cmd_options_t' : '2' bytes padding added after data member 'print_moments' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(40): warning C4820: '_cmd_options_t' : '4' bytes padding added after data member 'p_value_method' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(43): warning C4820: '_cmd_options_t' : '2' bytes padding added after data member 'use_seed' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(47): error C2061: syntax error : identifier 'rng' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(47): error C2059: syntax error : ';' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(214): error C2065: 'plfit_continuous_options_t' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(214): error C2146: syntax error : missing ';' before identifier 'plfit_continuous_options' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(214): warning C4555: expression has no effect; expected expression with side-effect 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(214): error C2065: 'plfit_continuous_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(215): error C2065: 'plfit_discrete_options_t' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(215): error C2146: syntax error : missing ';' before identifier 'plfit_discrete_options' 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(215): warning C4555: expression has no effect; expected expression with side-effect 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(215): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(232): warning C4127: conditional expression is constant 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(270): warning C4388: '<' : signed/unsigned mismatch 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(277): warning C4388: '<' : signed/unsigned mismatch 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(284): warning C4013: 'plfit_continuous_options_init' undefined; assuming extern returning int 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(284): error C2065: 'plfit_continuous_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(285): warning C4013: 'plfit_discrete_options_init' undefined; assuming extern returning int 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(285): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(286): error C2065: 'plfit_continuous_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(286): error C2224: left of '.finite_size_correction' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(287): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(287): error C2224: left of '.finite_size_correction' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(288): error C2065: 'plfit_continuous_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(288): error C2224: left of '.p_value_method' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(289): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(289): error C2224: left of '.p_value_method' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(290): error C2065: 'plfit_continuous_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(290): error C2224: left of '.p_value_precision' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(291): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(291): error C2224: left of '.p_value_precision' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(292): error C2065: 'plfit_continuous_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(292): error C2224: left of '.rng' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(293): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(293): error C2224: left of '.rng' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(299): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(299): error C2224: left of '.alpha_method' must have struct/union type 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(300): error C2065: 'plfit_discrete_options' : undeclared identifier 3>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\main.c(300): fatal error C1003: error count exceeds 100; stopping compilation 8> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\test\CMakeFiles\generate.stamp is up-to-date. 8> test_kolmogorov.c 8>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 8>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(24): warning C4255: 'test_kolmogorov' : no function prototype given: converting '()' to '(void)' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(25): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(26): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(27): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(28): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(29): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(30): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(31): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(32): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(33): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(34): warning C4127: conditional expression is constant 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(38): warning C4100: 'argv' : unreferenced formal parameter 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_kolmogorov.c(38): warning C4100: 'argc' : unreferenced formal parameter 8> test_common.c 8>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(30): warning C4013: 'snprintf' undefined; assuming extern returning int 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 8> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(211) : see declaration of 'fopen' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(38): warning C4388: '<' : signed/unsigned mismatch 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(39): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 8> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(230) : see declaration of 'fscanf' 8> Generating Code... 8>LINK : fatal error LNK1104: cannot open file '..\src\Debug\plfit0.lib' 9> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/test/CMakeLists.txt 9> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\test\CMakeFiles\generate.stamp is up-to-date. 9> test_real.c 9>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 9> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 9> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 9> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 9> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 9> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 9> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xmin_fixed' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 9>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(26): warning C4255: 'test_celegans' : no function prototype given: converting '()' to '(void)' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(28): error C2065: 'plfit_discrete_options_t' : undeclared identifier 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(28): error C2146: syntax error : missing ';' before identifier 'options' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(28): warning C4555: expression has no effect; expected expression with side-effect 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(31): warning C4013: 'plfit_discrete_options_init' undefined; assuming extern returning int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(32): error C2224: left of '.p_value_method' must have struct/union type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(35): warning C4244: 'initializing' : conversion from 'size_t' to 'double', possible loss of data 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(35): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(38): warning C4013: 'plfit_discrete' undefined; assuming extern returning int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(39): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(40): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(41): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(42): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(45): warning C4244: 'initializing' : conversion from 'size_t' to 'double', possible loss of data 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(45): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(49): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(50): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(51): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(52): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(55): warning C4244: 'initializing' : conversion from 'size_t' to 'double', possible loss of data 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(55): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(59): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(60): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(61): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(62): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(67): warning C4255: 'test_condmat' : no function prototype given: converting '()' to '(void)' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(69): error C2065: 'plfit_discrete_options_t' : undeclared identifier 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(69): error C2146: syntax error : missing ';' before identifier 'options' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(69): warning C4555: expression has no effect; expected expression with side-effect 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(73): error C2224: left of '.p_value_method' must have struct/union type 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(76): warning C4244: 'initializing' : conversion from 'size_t' to 'double', possible loss of data 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(76): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(80): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(81): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(82): warning C4127: conditional expression is constant 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_real.c(83): warning C4127: conditional expression is constant 9> test_common.c 9>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(30): warning C4013: 'snprintf' undefined; assuming extern returning int 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 9> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(211) : see declaration of 'fopen' 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(38): warning C4388: '<' : signed/unsigned mismatch 9>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(39): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 9> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(230) : see declaration of 'fscanf' 9> Generating Code... 6> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/test/CMakeLists.txt 6> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\test\CMakeFiles\generate.stamp is up-to-date. 6> test_discrete.c 6>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 6> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 6> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 6> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 6> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 6> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 6> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xmin_fixed' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 6>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(24): warning C4255: 'test_discrete' : no function prototype given: converting '()' to '(void)' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(26): error C2065: 'plfit_discrete_options_t' : undeclared identifier 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(26): error C2146: syntax error : missing ';' before identifier 'options' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(26): warning C4555: expression has no effect; expected expression with side-effect 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(30): warning C4013: 'plfit_discrete_options_init' undefined; assuming extern returning int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(31): error C2224: left of '.p_value_method' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(34): warning C4244: 'initializing' : conversion from 'size_t' to 'double', possible loss of data 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(34): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(39): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(43): error C2224: left of '.alpha_method' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(44): warning C4013: 'plfit_estimate_alpha_discrete' undefined; assuming extern returning int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(45): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(49): error C2224: left of '.alpha_method' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(51): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(54): error C2224: left of '.alpha_method' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(55): error C2224: left of '.alpha' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(56): error C2224: left of '.alpha' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(57): error C2224: left of '.alpha' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(58): warning C4013: 'plfit_discrete' undefined; assuming extern returning int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(59): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(60): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(61): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(64): error C2224: left of '.alpha_method' must have struct/union type 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(66): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(67): warning C4127: conditional expression is constant 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_discrete.c(68): warning C4127: conditional expression is constant 6> test_common.c 6>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(30): warning C4013: 'snprintf' undefined; assuming extern returning int 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 6> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(211) : see declaration of 'fopen' 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(38): warning C4388: '<' : signed/unsigned mismatch 6>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(39): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 6> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(230) : see declaration of 'fscanf' 6> Generating Code... 4> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/src/CMakeLists.txt 4> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\src\CMakeFiles\generate.stamp is up-to-date. 4> plgen.c 4>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 4>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 4> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 4> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 4> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 4> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 4> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 4> c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xminfixed' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(79): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : 'type' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(107): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : 'type' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing ')' before '_' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2081: 'mt_rngt' : name in formal parameter list illegal 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4218: nonstandard extension used : must specify at least a storage class or a type 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing ')' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing '{' before '' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): error C2059: syntax error : ')' 4>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(131): fatal error C1003: error count exceeds 100; stopping compilation 10> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/test/CMakeLists.txt 10> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\test\CMakeFiles\generate.stamp is up-to-date. 10> test_sampling.c 10>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing ')' before '_' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(52): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(52): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(52): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(52): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing ')' before '_' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(64): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(64): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(64): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(64): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing ')' before '_' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(79): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(79): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(79): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : 'type' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(80): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing ')' before '_' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(92): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(92): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(92): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(92): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing ')' before '_' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(107): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(107): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(107): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : 'type' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(108): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing ')' before '_' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(121): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(121): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(121): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(121): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing ')' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(131): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(131): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(131): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(131): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(138): warning C4820: '' : '4' bytes padding added after data member 'numbins' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(173): error C2143: syntax error : missing ')' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(173): error C2081: 'mt_rngt' : name in formal parameter list illegal 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(173): error C2143: syntax error : missing '{' before '' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(173): error C2059: syntax error : ')' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(173): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(173): warning C4218: nonstandard extension used : must specify at least a storage class or a type 10>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(24): warning C4255: 'test_sampling' : no function prototype given: converting '()' to '(void)' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(28): error C2057: expected constant expression 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(28): error C2133: 'probs' : unknown size 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(30): error C2057: expected constant expression 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(30): error C2133: 'data' : unknown size 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(31): error C2057: expected constant expression 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(31): error C2133: 'hist' : unknown size 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(33): error C2146: syntax error : missing ';' before identifier 'rng' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(33): warning C4555: expression has no effect; expected expression with side-effect 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(35): warning C4013: 'mt_init' undefined; assuming extern returning int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(45): warning C4013: 'plfit_walker_alias_sampler_sample' undefined; assuming extern returning int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(75): warning C4127: conditional expression is constant 10> test_common.c 10>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(30): warning C4013: 'snprintf' undefined; assuming extern returning int 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 10> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(211) : see declaration of 'fopen' 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(38): warning C4388: '<' : signed/unsigned mismatch 10>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(39): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 10> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(230) : see declaration of 'fscanf' 10> Generating Code... 7> test_gss.c 7>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\gss.h(49): warning C4820: '' : '4' bytes padding added after data member 'on_error' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\gss.h(132): warning C4255: 'gss_get_warning_flag' : no function prototype given: converting '()' to '(void)' 7>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(24): warning C4100: 'instance' : unreferenced formal parameter 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(28): warning C4100: 'instance' : unreferenced formal parameter 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(32): warning C4100: 'instance' : unreferenced formal parameter 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(39): warning C4255: 'test_x_squared' : no function prototype given: converting '()' to '(void)' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(45): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(46): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(47): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(53): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(54): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(55): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(61): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(62): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(63): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(67): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(68): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(69): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(73): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(74): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(75): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(79): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(80): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(81): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(85): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(86): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(87): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(92): warning C4255: 'test_minus_exp_minus_x_times_sin_x' : no function prototype given: converting '()' to '(void)' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(99): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(100): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(101): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(107): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(109): warning C4127: conditional expression is constant 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(106): warning C4100: 'argv' : unreferenced formal parameter 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_gss.c(106): warning C4100: 'argc' : unreferenced formal parameter 7> test_common.c 7>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(30): warning C4013: 'snprintf' undefined; assuming extern returning int 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 7> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(211) : see declaration of 'fopen' 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(38): warning C4388: '<' : signed/unsigned mismatch 7>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(39): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 7> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(230) : see declaration of 'fscanf' 7> Generating Code... 7>LINK : fatal error LNK1104: cannot open file '..\src\Debug\plfit0.lib' 5> test_continuous.c 5>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2208: 'int' : no members defined using this type 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(50): error C2061: syntax error : identifier 'mtbuffer' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(51): error C2059: syntax error : '}' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing ')' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2143: syntax error : missing '{' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): error C2059: syntax error : ')' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(62): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ')' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing '{' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2143: syntax error : missing ';' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(77): error C2059: syntax error : ')' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4091: ' ' : ignored on left of 'int' when no variable is declared 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing ')' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2143: syntax error : missing '{' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): error C2059: syntax error : ')' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(86): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing ')' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2143: syntax error : missing '{' before '' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): error C2059: syntax error : ')' 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\mt.h(96): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(81): error C2061: syntax error : identifier 'mt_rng_t' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(82): error C2059: syntax error : '}' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(94): error C2061: syntax error : identifier 'mt_rngt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(95): error C2059: syntax error : '}' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(97): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2143: syntax error : missing '{' before '_' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(98): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): error C2061: syntax error : identifier 'plfit_continuous_default_options' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(100): error C2059: syntax error : ';' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): error C2061: syntax error : identifier 'plfit_discrete_defaultoptions' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(101): error C2059: syntax error : ';' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing '{' before '_' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2371: 'plfit_result_t' : redefinition; different basic types 5> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2143: syntax error : missing ';' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(108): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2371: 'plfit_result_t' : redefinition; different basic types 5> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2143: syntax error : missing ';' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(110): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2371: 'plfit_result_t' : redefinition; different basic types 5> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2143: syntax error : missing ';' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(115): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(117): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2371: 'plfit_result_t' : redefinition; different basic types 5> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(72) : see declaration of 'plfit_resultt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2143: syntax error : missing ';' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(118): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing ')' before '_' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2081: 'mt_rngt' : name in formal parameter list illegal 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : 'type' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(123): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing ')' before '_' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2081: 'mt_rngt' : name in formal parameter list illegal 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : 'type' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(125): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2143: syntax error : missing '{' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2371: 'plfit_bool_t' : redefinition; different basic types 5> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): error C2146: syntax error : missing ';' before identifier 'xminfixed' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(130): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : 'type' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(131): error C2059: syntax error : ')' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing ')' before '' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2143: syntax error : missing '{' before '_' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2371: 'plfit_bool_t' : redefinition; different basic types 5> C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(43) : see declaration of 'plfit_bool_t' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): error C2146: syntax error : missing ';' before identifier 'xmin_fixed' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(133): warning C4218: nonstandard extension used : must specify at least a storage class or a type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : 'type' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plfit.h(134): error C2059: syntax error : ')' 5>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(24): warning C4255: 'test_continuous' : no function prototype given: converting '()' to '(void)' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(26): error C2065: 'plfit_continuous_options_t' : undeclared identifier 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(26): error C2146: syntax error : missing ';' before identifier 'options' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(26): warning C4555: expression has no effect; expected expression with side-effect 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(30): warning C4013: 'plfit_continuous_options_init' undefined; assuming extern returning int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(31): error C2224: left of '.p_value_method' must have struct/union type 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(38): warning C4127: conditional expression is constant 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(42): warning C4013: 'plfit_estimate_alpha_continuous' undefined; assuming extern returning int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(43): warning C4127: conditional expression is constant 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(46): warning C4013: 'plfit_continuous' undefined; assuming extern returning int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(47): warning C4127: conditional expression is constant 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(48): warning C4127: conditional expression is constant 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_continuous.c(49): warning C4127: conditional expression is constant 5> test_common.c 5>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(30): warning C4013: 'snprintf' undefined; assuming extern returning int 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(32): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 5> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(211) : see declaration of 'fopen' 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(38): warning C4388: '<' : signed/unsigned mismatch 5>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_common.c(39): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 5> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(230) : see declaration of 'fscanf' 5> Generating Code... 11>------ Build started: Project: ALL_BUILD, Configuration: Debug x64 ------ 11> Building Custom Rule C:/Users/lxjhk/Desktop/plfit-master/plfit-master/CMakeLists.txt 11> CMake does not need to re-run because C:\Users\lxjhk\Desktop\CMake_Build\CMakeFiles\generate.stamp is up-to-date. ========== Build: 2 succeeded, 9 failed, 0 up-to-date, 0 skipped ==========

ntamas commented 9 years ago

I don't have MSVC at my disposal right now, but I think I know what causes the problem. Can you open mt.h and remove the semicolon from the end of line 18? I mean this one:

#  define uint32_t __int32;
lxjhk commented 9 years ago

Hi Thank you for your reply. I think that solved one of the problems but other problems persist.

When I attempt to re-compile it, the following errors are reported: 1>------ Build started: Project: plfit, Configuration: Debug x64 ------ 2>------ Build started: Project: plgen, Configuration: Debug x64 ------ 3>------ Build started: Project: test_continuous, Configuration: Debug x64 ------ 4>------ Build started: Project: test_discrete, Configuration: Debug x64 ------ 5>------ Build started: Project: test_gss, Configuration: Debug x64 ------ 6>------ Build started: Project: test_kolmogorov, Configuration: Debug x64 ------ 7>------ Build started: Project: test_real, Configuration: Debug x64 ------ 8>------ Build started: Project: test_sampling, Configuration: Debug x64 ------ 8> test_sampling.c 2> plgen.c 8>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\math.h(39): warning C4820: '_exception' : '4' bytes padding added after data member 'type' 2>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\sampling.h(138): warning C4820: '' : '4' bytes padding added after data member 'num_bins' 8>F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(66): warning C4820: '_iobuf' : '4' bytes padding added after data member '_cnt' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(78): warning C4820: '_plfit_continuous_options_t' : '2' bytes padding added after data member 'finite_size_correction' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(80): warning C4820: '_plfit_continuous_options_t' : '4' bytes padding added after data member 'p_value_method' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(24): warning C4255: 'test_sampling' : no function prototype given: converting '()' to '(void)' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(28): error C2057: expected constant expression 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(86): warning C4820: '_plfit_discrete_options_t' : '2' bytes padding added after data member 'finite_size_correction' 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(28): error C2466: cannot allocate an array of constant size 0 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(28): error C2133: 'probs' : unknown size 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(30): error C2057: expected constant expression 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(30): error C2466: cannot allocate an array of constant size 0 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(30): error C2133: 'data' : unknown size 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(31): error C2057: expected constant expression 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(31): error C2466: cannot allocate an array of constant size 0 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(31): error C2133: 'hist' : unknown size 8>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\test\test_sampling.c(75): warning C4127: conditional expression is constant 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\plfit.h(93): warning C4820: '_plfit_discrete_options_t' : '4' bytes padding added after data member 'p_value_method' 2>c:\users\lxjhk\desktop\plfit-master\plfit-master\src\sampling.h(138): warning C4820: '' : '4' bytes padding added after data member 'num_bins' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(32): warning C4820: '_cmd_options_t' : '4' bytes padding added after data member 'num_samples' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(97): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(304) : see declaration of 'sscanf' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(104): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(304) : see declaration of 'sscanf' 7>LINK : fatal error LNK1104: cannot open file 'm.lib' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(111): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(304) : see declaration of 'sscanf' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(123): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 2> F:\Microsoft Visual Studio Ultimate 2013\VC\include\stdio.h(304) : see declaration of 'sscanf' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(156): warning C4255: 'sample_discrete' : no function prototype given: converting '()' to '(void)' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(158): error C2057: expected constant expression 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(158): error C2466: cannot allocate an array of constant size 0 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(158): error C2133: 'samples' : unknown size 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(182): warning C4388: '<' : signed/unsigned mismatch 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(214): warning C4244: 'function' : conversion from 'double' to 'long', possible loss of data 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(221): warning C4255: 'sample_continuous' : no function prototype given: converting '()' to '(void)' 2>C:\Users\lxjhk\Desktop\plfit-master\plfit-master\src\plgen.c(258): warning C4242: 'function' : conversion from 'time_t' to 'unsigned int', possible loss of data 1>LINK : fatal error LNK1104: cannot open file 'm.lib' 6>LINK : fatal error LNK1104: cannot open file 'm.lib' 5>LINK : fatal error LNK1104: cannot open file 'm.lib' 4>LINK : fatal error LNK1104: cannot open file 'm.lib' 3>LINK : fatal error LNK1104: cannot open file 'm.lib' ========== Build: 0 succeeded, 8 failed, 3 up-to-date, 0 skipped ==========

Your code is definitely of great importance to me and thank you once again for your help.~!

lxjhk commented 9 years ago

I wonder if there is anything wrong with regards to the use of CMake because once I open the project in Visual Studio, I get something like this in the solution explorer. untitled The above is quite different form what I usually see. When I am wring code, the contents in the solution explorer seem to be more structured, something like untitled

Thank you.

ntamas commented 9 years ago

Still without MSVC around me, I propose the following modifications as well:

test/test_sampling.c: convert the const variables in test_sampling() to #define macros instead; looks like MSVC does not like variable length arrays

src/plgen.c: convert the const variable in sample_discrete() to a #define macro

The rest seems to be okay. Please let me know if this worked for you so I can commit the patch.

Re the Solution Explorer: it looks like CMake creates a separate build target for each CMake target. Since the unit tests for plfit are declared as separate CMake targets, you end up with quite a lot of them in the Solution Explorer. It should be okay. FWIW, plfit is the main executable for fitting power-laws, plgen is the main executable for generating power-laws; plfit0 is a library that is linked into both plfit and plgen. ALL_BUILD and INSTALL seem to be CMake-specific meta-targets; the rest are unit tests.

YouMingyang commented 9 years ago

I got a error like this:"Command line error D2021 : invalid numeric argument '/Wall'",can you tell how can I fix this?

ntamas commented 9 years ago

You are probably using a compiler that does not support the /Wall switch (which turns on all warnings). Edit CMakeLists.txt and remove -Wall from the add_definitions line, then regenerate your project files from CMake.

YouMingyang commented 9 years ago

I wonder if I configuration the wrong environment(cmake3.10-rc2+msvc6.0),can you tell the compiler and IDE you use?

ntamas commented 9 years ago

I'm working on Mac OS X with clang and I don't use any IDE (just edit the source files in vim).

YouMingyang commented 9 years ago

Now I compile the code with gcc you mentioned, but I got error like: $ gcc -o plfit -I../src -lm ls ../src/*.c | grep -F -v plgen.c ../src/main.c /tmp/ccP1BMef.o:main.c:(.text+0x0): multiple definition of show_version' /tmp/ccPC7Db6.o:main.c:(.text+0x0):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0x2c): multiple definition ofusage' /tmp/ccPC7Db6.o:main.c:(.text+0x2c):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0x93): multiple definition of parse_cmd_options' /tmp/ccPC7Db6.o:main.c:(.text+0x93):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0x54d): multiple definition ofprocess_file' /tmp/ccPC7Db6.o:main.c:(.text+0x54d):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0xbe3): multiple definition of `main' /tmp/ccPC7Db6.o:main.c:(.text+0xbe3):第一次在此定义 collect2: 错误:ld 返回 1

YouMingyang commented 9 years ago

Can you give me a version in win32 or win64 exe.

ntamas commented 9 years ago

Ah, my bad, you don't need to specify ../src/main.c explicitly when you invoke gcc because the ls command includes it already. I'll fix this in the README soon.

On 6 Dec 2014, at 14:26, YouMingyang notifications@github.com wrote:

Now I compile the code with gcc you mentioned, but I got error like: $ gcc -o plfit -I../src -lm ls ../src/*.c | grep -F -v plgen.c ../src/main.c /tmp/ccP1BMef.o:main.c:(.text+0x0): multiple definition of show_version' /tmp/ccPC7Db6.o:main.c:(.text+0x0):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0x2c): multiple definition ofusage' /tmp/ccPC7Db6.o:main.c:(.text+0x2c):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0x93): multiple definition of parse_cmd_options' /tmp/ccPC7Db6.o:main.c:(.text+0x93):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0x54d): multiple definition ofprocess_file' /tmp/ccPC7Db6.o:main.c:(.text+0x54d):第一次在此定义 /tmp/ccP1BMef.o:main.c:(.text+0xbe3): multiple definition of `main' /tmp/ccPC7Db6.o:main.c:(.text+0xbe3):第一次在此定义 collect2: 错误:ld 返回 1

— Reply to this email directly or view it on GitHub.

ntamas commented 9 years ago

Sorry, I can't, I'm not using Windows at all.

On 6 Dec 2014, at 14:27, YouMingyang notifications@github.com wrote:

Can you give me a version in win32 or win64 exe.

— Reply to this email directly or view it on GitHub.

lxjhk commented 9 years ago

@YouMingyang Give me your email address. @ntamas I will update you what I have changed to get it compiled successfully later as I am currently completing an urgent assignment. Thank your very much for writing this programme. Very sry for late reply as I was preparing for my SATs. : )

YouMingyang commented 9 years ago

@lxjhk Thank you for saying this,I have compile the programe successfully.But when I use it to test millions of data,it was so slowly.

ntamas commented 9 years ago

Do you have continuous or discrete data? Continuous fitting is usually much slower because there are much more xmin values to test than in the discrete case - if you are unlucky, every data point is unique so plfit has to try them all.

In fact, plfit has more than one method to detect the optimal value of xmin; these are defined in the plfit_continuous_method_t enum. PLFIT_LINEAR_ONLY does a linear scan of all possible xmin values; this is the slowest. PLFIT_STRATIFIED_SAMPLING is the default method; it randomly selects 10% of the possible xmin values, tries all of them, finds the best one, and then does a more exhaustive search around the xmin value that was chosen. PLFIT_GSS_OR_LINEAR tries a golden section search to find the optimal xmin value, but falls back to a linear search when it detects that the shape of the log-likelihood function as a function of xmin is not suitable for the golden section search. The problem is that sometimes a wrong log-likelihood function shape may stay undetected and then you end up with a completely wrong value when using this method. That's why the default method is PLFIT_STRATIFIED_SAMPLING and it cannot be changed from the command line, only by editing plfit.h and assigning the value of the PLFIT_DEFAULT_CONTINUOUS_METHOD to something else.

Anyway, in your case, it might help to use less than 10% of the possible xmin values; maybe 1% would be still sufficient. This can be adjusted by increasing the value of the subdivision_length constant in plfit.c to, say, 100 - this would check only 1% of the possible xmin values first.

ntamas commented 9 years ago

Fixed compilation issues with MSVC; project now compiles out-of-the-box with VIsual Studio 2010.

@YouMingyang: please send me a private message to my email address re any performance problems if you still have questions after reading my last comment.

YouMingyang commented 9 years ago

@ntamas Ok,Thank you so much!