Build Log |
|
Command Lines |
Creating temporary file "c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\RSP00001040043172.rsp" with contents [ /O2 /I "..\..\src" /I "..\..\include" /I "..\..\include\gmm" /D "_USE_MATH_DEFINES" /D "WIN32" /D "NDEBUG" /D "_CRT_SECURE_NO_DEPRECATE" /D "INCLUDE_TEMPLATES" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb" /c /TP "..\..\src\CourseExamples\02-Reconstruction\reconstruct.cc" "..\..\src\CourseExamples\02-Reconstruction\ImplicitRBF.cc" ] Creating command line "cl.exe @"c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\RSP00001040043172.rsp" /nologo /errorReport:prompt" Creating temporary file "c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\RSP00001140043172.rsp" with contents [ /OUT:"C:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\Release\02-Reconstruction.exe" /LIBPATH:"..\release" /MANIFEST /MANIFESTFILE:"Release\02-Reconstruction.exe.intermediate.manifest" openmesh.lib IsoEx.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Release\ImplicitMLS.obj" ".\Release\ImplicitRBF.obj" ".\Release\reconstruct.obj" ] Creating command line "link.exe @"c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\RSP00001140043172.rsp" /NOLOGO /ERRORREPORT:PROMPT" Creating temporary file "c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\RSP00001240043172.rsp" with contents [ /outputresource:"..\release\02-Reconstruction.exe;#1" /manifest ".\Release\02-Reconstruction.exe.intermediate.manifest" ] Creating command line "mt.exe @"c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\RSP00001240043172.rsp" /nologo" Creating temporary file "c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\BAT00001340043172.bat" with contents [ @echo Manifest resource last updated at %TIME% on %DATE% > ".\Release\mt.dep" ] Creating command line """c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\BAT00001340043172.bat""" |
Output Window |
Compiling... reconstruct.cc ..\..\include\gmm\gmm_inoutput.h(646) : warning C4996: 'strdup' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup' Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.' ImplicitRBF.cc ..\..\include\gmm\gmm_inoutput.h(646) : warning C4996: 'strdup' was declared deprecated C:\Program Files\Microsoft Visual Studio 8\VC\include\string.h(205) : see declaration of 'strdup' Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.' Generating Code... Linking... Embedding manifest... |
Results |
Build log was saved at "file://c:\Documents and Settings\Mel\Bureau\Exercise2_\Exercise2\MSVC\02-Reconstruction\Release\BuildLog.htm" 02-Reconstruction - 0 error(s), 2 warning(s) |