Build Log
  

Build started: Project: test, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Research\CRF Hypotheses Selection\ann_1.1.1\MS_Win32\test\Debug\RSP00000742722680.rsp" with contents
[
/Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "ANN_NO_RANDOM" /D "ANN_PERF" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_MBCS" /FD /EHsc /RTC1 /MDd /Fp".\Debug/test.pch" /Fo".\Debug/" /Fd".\Debug/" /W3 /c /ZI "..\..\test\rand.cpp"

"..\..\test\ann_test.cpp"
]
Creating command line "cl.exe @"c:\Research\CRF Hypotheses Selection\ann_1.1.1\MS_Win32\test\Debug\RSP00000742722680.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
rand.cpp
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(431) : warning C4244: '=' : conversion from 'const double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(435) : warning C4244: '=' : conversion from 'double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(444) : error C2664: 'genOrthFlat' : cannot convert parameter 4 from 'ANNpoint' to 'double *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(538) : warning C4244: '=' : conversion from 'double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(542) : warning C4244: '=' : conversion from 'double' to 'ANNcoord', possible loss of data
c:\research\crf hypotheses selection\ann_1.1.1\test\rand.cpp(552) : error C2664: 'genGauss' : cannot convert parameter 4 from 'ANNpoint' to 'double *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
ann_test.cpp
Generating Code...
Results
  
Build log was saved at "file://c:\Research\CRF Hypotheses Selection\ann_1.1.1\MS_Win32\test\Debug\BuildLog.htm"
test - 2 error(s), 4 warning(s)