Build Log
  

Build started: Project: PhaseSpace, Configuration: Release|Win32

Command Lines
  
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\RSP0000014137676144.rsp" with contents
[
/O2 /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include\QtCore" /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include\QtGui" /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include" /I "Z:\boost_1_50_0" /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\include\ActiveQt" /I "debug" /I "." /I "Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\mkspecs\default" /I "..\..\LSL\liblsl\include" /D "_WINDOWS" /D "UNICODE" /D "WIN32" /D "QT_LARGEFILE_SUPPORT" /D "QT_DLL" /D "QT_NO_DEBUG" /D "QT_GUI_LIB" /D "QT_CORE_LIB" /D "QT_HAVE_MMX" /D "QT_HAVE_3DNOW" /D "QT_HAVE_SSE" /D "QT_HAVE_MMXEXT" /D "QT_HAVE_SSE2" /D "QT_THREAD_SUPPORT" /D "NDEBUG" /FD /EHsc /MD /GS- /Zc:wchar_t- /Fo"release\\" /Fd".\\" /W3 /c /TP  -Zm200 -w34100 -w34189

.\release\moc_mainwindow.cpp

.\mainwindow.cpp

.\main.cpp
]
Creating command line "cl.exe @C:\Users\mgrivich\AppData\Local\Temp\RSP0000014137676144.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\RSP0000024137676144.rsp" with contents
[
/OUT:"\\hoarding.ucsd.edu\projects\mgrivich\labstreaminglayer_hg\Apps\PhaseSpace\\PhaseSpace.exe" /INCREMENTAL:NO /LIBPATH:"..\..\LSL\liblsl\bin" /LIBPATH:"Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib" /LIBPATH:"Z:\boost_1_50_0\lib" /MANIFEST /MANIFESTFILE:"release\\PhaseSpace.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:WINDOWS /DYNAMICBASE /NXCOMPAT "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib\qtmain.lib Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtGui4.lib Z:\QTSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtCore4.lib libowlsock.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\main.obj"

".\release\mainwindow.obj"

".\release\moc_mainwindow.obj"
]
Creating command line "link.exe @C:\Users\mgrivich\AppData\Local\Temp\RSP0000024137676144.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\RSP0000034137676144.rsp" with contents
[
/outputresource:".\PhaseSpace.exe;#1" /manifest

.\release\PhaseSpace.exe.intermediate.manifest
]
Creating command line "mt.exe @C:\Users\mgrivich\AppData\Local\Temp\RSP0000034137676144.rsp /nologo"
Creating temporary file "C:\Users\mgrivich\AppData\Local\Temp\BAT0000044137676144.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\release\mt.dep
]
Creating command line "C:\Users\mgrivich\AppData\Local\Temp\BAT0000044137676144.bat"
Output Window
  
Compiling...
moc_mainwindow.cpp
mainwindow.cpp
.\mainwindow.cpp(279) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(297) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(303) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(312) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(333) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(393) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(469) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(474) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(479) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(485) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(511) : warning C4018: '<' : signed/unsigned mismatch
Z:\boost_1_50_0\boost/lexical_cast.hpp(1320) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_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(366) : see declaration of 'sprintf'
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1316) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src::shl_real_type(float,char *,char *&)'
        with
        [
            CharT=char_type,
            Traits=traits,
            RequiresStringbuffer=false
        ]
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1970) : see reference to class template instantiation 'boost::detail::lexical_stream_limited_src' being compiled
        with
        [
            CharT=char_type,
            Traits=traits,
            RequiresStringbuffer=false
        ]
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1921) : while compiling class template member function 'std::string boost::detail::lexical_cast_do_cast::lexical_cast_impl(const Source &)'
        with
        [
            Target=std::string,
            Source=src
        ]
        Z:\boost_1_50_0\boost/lexical_cast.hpp(2133) : see reference to class template instantiation 'boost::detail::lexical_cast_do_cast' being compiled
        with
        [
            Target=std::string,
            Source=src
        ]
        .\mainwindow.cpp(165) : see reference to function template instantiation 'Target boost::lexical_cast(const Source &)' being compiled
        with
        [
            Target=std::string,
            Source=int
        ]
Z:\boost_1_50_0\boost/lexical_cast.hpp(1328) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_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(366) : see declaration of 'sprintf'
        Z:\boost_1_50_0\boost/lexical_cast.hpp(1325) : while compiling class template member function 'bool boost::detail::lexical_stream_limited_src::shl_real_type(double,char *,char *&)'
        with
        [
            CharT=char_type,
            Traits=traits,
            RequiresStringbuffer=false
        ]
Z:\boost_1_50_0\boost/algorithm/string/detail/classification.hpp(102) : warning C4996: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'
        c:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\xutility(2550) : see declaration of 'std::copy'
        Z:\boost_1_50_0\boost/algorithm/string/classification.hpp(206) : see reference to function template instantiation 'boost::algorithm::detail::is_any_ofF::is_any_ofF>(const RangeT &)' being compiled
        with
        [
            CharT=char,
            IteratorT=const char *,
            RangeT=boost::iterator_range
        ]
        .\mainwindow.cpp(98) : see reference to function template instantiation 'boost::algorithm::detail::is_any_ofF boost::algorithm::is_any_of(RangeT (&))' being compiled
        with
        [
            CharT=char,
            RangeT=const char [2]
        ]
main.cpp
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://\\hoarding.ucsd.edu\projects\mgrivich\labstreaminglayer_hg\Apps\PhaseSpace\release\BuildLog.htm"
PhaseSpace - 0 error(s), 14 warning(s)