Build Log
  

Rebuild started: Project: libAR, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\RSP00000F27604092.rsp" with contents
[
/Od /I "c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\../../../include" /D "WIN32" /D "_DEBUG" /D "_VC80_UPGRADE=0x0710" /FD /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /FR"Debug\\" /W3 /c /ZI /TC .\arDetectMarker.c

.\vTridiag.c

.\vInnerP.c

.\vHouse.c

.\vFree.c

.\vDisp.c

.\vAlloc.c

.\paramGet.c

.\paramFile.c

.\paramDistortion.c

.\paramDisp.c

.\paramDecomp.c

.\paramChangeSize.c

.\mUnit.c

.\mTrans.c

.\mSelfInv.c

.\mPCA.c

.\mMul.c

.\mInv.c

.\mFree.c

.\mDup.c

.\mDisp.c

.\mDet.c

.\mAllocUnit.c

.\mAllocTrans.c

.\mAllocMul.c

.\mAllocInv.c

.\mAllocDup.c

.\mAlloc.c

.\arUtil.c

.\arLabeling.c

.\arGetTransMatCont.c

.\arGetTransMat3.c

.\arGetTransMat2.c

.\arGetTransMat.c

.\arGetMarkerInfo.c

.\arGetCode.c

.\arDetectMarker2.c
]
Creating command line "cl.exe @c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\RSP00000F27604092.rsp /nologo /errorReport:prompt"
Creating temporary file "c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\RSP00001127604092.rsp" with contents
[
/OUT:"c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\..\..\libARd.lib" .\Debug\arDetectMarker.obj

.\Debug\arDetectMarker2.obj

.\Debug\arGetCode.obj

.\Debug\arGetMarkerInfo.obj

.\Debug\arGetTransMat.obj

.\Debug\arGetTransMat2.obj

.\Debug\arGetTransMat3.obj

.\Debug\arGetTransMatCont.obj

.\Debug\arLabeling.obj

.\Debug\arUtil.obj

.\Debug\mAlloc.obj

.\Debug\mAllocDup.obj

.\Debug\mAllocInv.obj

.\Debug\mAllocMul.obj

.\Debug\mAllocTrans.obj

.\Debug\mAllocUnit.obj

.\Debug\mDet.obj

.\Debug\mDisp.obj

.\Debug\mDup.obj

.\Debug\mFree.obj

.\Debug\mInv.obj

.\Debug\mMul.obj

.\Debug\mPCA.obj

.\Debug\mSelfInv.obj

.\Debug\mTrans.obj

.\Debug\mUnit.obj

.\Debug\paramChangeSize.obj

.\Debug\paramDecomp.obj

.\Debug\paramDisp.obj

.\Debug\paramDistortion.obj

.\Debug\paramFile.obj

.\Debug\paramGet.obj

.\Debug\vAlloc.obj

.\Debug\vDisp.obj

.\Debug\vFree.obj

.\Debug\vHouse.obj

.\Debug\vInnerP.obj

.\Debug\vTridiag.obj
]
Creating command line "lib.exe @c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\RSP00001127604092.rsp /NOLOGO"
Creating temporary file "c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\RSP00001327604092.rsp" with contents
[
/o "Debug/libAR.bsc"

.\Debug\arDetectMarker2.sbr

.\Debug\arGetCode.sbr

.\Debug\arGetMarkerInfo.sbr

.\Debug\arGetTransMat.sbr

.\Debug\arGetTransMat2.sbr

.\Debug\arGetTransMat3.sbr

.\Debug\arGetTransMatCont.sbr

.\Debug\arLabeling.sbr

.\Debug\arUtil.sbr

.\Debug\mAlloc.sbr

.\Debug\mAllocDup.sbr

.\Debug\mAllocInv.sbr

.\Debug\mAllocMul.sbr

.\Debug\mAllocTrans.sbr

.\Debug\mAllocUnit.sbr

.\Debug\mDet.sbr

.\Debug\mDisp.sbr

.\Debug\mDup.sbr

.\Debug\mFree.sbr

.\Debug\mInv.sbr

.\Debug\mMul.sbr

.\Debug\mPCA.sbr

.\Debug\mSelfInv.sbr

.\Debug\mTrans.sbr

.\Debug\mUnit.sbr

.\Debug\paramChangeSize.sbr

.\Debug\paramDecomp.sbr

.\Debug\paramDisp.sbr

.\Debug\paramDistortion.sbr

.\Debug\paramFile.sbr

.\Debug\paramGet.sbr

.\Debug\vAlloc.sbr

.\Debug\vDisp.sbr

.\Debug\vFree.sbr

.\Debug\vHouse.sbr

.\Debug\vInnerP.sbr

.\Debug\vTridiag.sbr

.\Debug\arDetectMarker.sbr
]
Creating command line "bscmake.exe @c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\RSP00001327604092.rsp /nologo"
Output Window
  
Compiling...
arDetectMarker.c
c:\users\10033421\desktop\artoolkit\lib\src\ar\ardetectmarker.c(37) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
vTridiag.c
vInnerP.c
vHouse.c
vFree.c
vDisp.c
vAlloc.c
paramGet.c
paramFile.c
c:\users\10033421\desktop\artoolkit\lib\src\ar\paramfile.c(112) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\10033421\desktop\artoolkit\lib\src\ar\paramfile.c(161) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\10033421\desktop\artoolkit\lib\src\ar\paramfile.c(193) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\10033421\desktop\artoolkit\lib\src\ar\paramfile.c(219) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
paramDistortion.c
paramDisp.c
paramDecomp.c
paramChangeSize.c
mUnit.c
mTrans.c
mSelfInv.c
mPCA.c
mMul.c
mInv.c
mFree.c
Generating Code...
Compiling...
mDup.c
mDisp.c
mDet.c
mAllocUnit.c
mAllocTrans.c
mAllocMul.c
mAllocInv.c
mAllocDup.c
mAlloc.c
arUtil.c
c:\users\10033421\desktop\artoolkit\lib\src\ar\arutil.c(47) : warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\string.h(157) : see declaration of 'strncpy'
c:\users\10033421\desktop\artoolkit\lib\src\ar\arutil.c(258) : warning C4996: '_ftime64': This function or variable may be unsafe. Consider using _ftime64_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\sys\timeb.h(143) : see declaration of '_ftime64'
c:\users\10033421\desktop\artoolkit\lib\src\ar\arutil.c(259) : warning C4244: '=' : conversion from '__time64_t' to 'int', possible loss of data
c:\users\10033421\desktop\artoolkit\lib\src\ar\arutil.c(285) : warning C4996: '_ftime64': This function or variable may be unsafe. Consider using _ftime64_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\sys\timeb.h(143) : see declaration of '_ftime64'
c:\users\10033421\desktop\artoolkit\lib\src\ar\arutil.c(286) : warning C4244: '=' : conversion from '__time64_t' to 'int', possible loss of data
arLabeling.c
arGetTransMatCont.c
arGetTransMat3.c
arGetTransMat2.c
arGetTransMat.c
arGetMarkerInfo.c
arGetCode.c
c:\users\10033421\desktop\artoolkit\lib\src\ar\argetcode.c(61) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(237) : see declaration of 'fopen'
c:\users\10033421\desktop\artoolkit\lib\src\ar\argetcode.c(71) : 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.
        c:\program files (x86)\microsoft visual studio 9.0\vc\include\stdio.h(256) : see declaration of 'fscanf'
arDetectMarker2.c
Generating Code...
Creating library...
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 9.00.21022
Copyright (C) Microsoft Corporation. All rights reserved.
Results
  
Build log was saved at "file://c:\Users\10033421\Desktop\ARToolKit\lib\SRC\AR\Debug\BuildLog.htm"
libAR - 0 error(s), 12 warning(s)