Build Log
  

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

Command Lines
  
Creating temporary file "C:\Users\dmedine\AppData\Local\Temp\RSP00001279563196.rsp" with contents
[
/O2 /I "C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\include\QtCore" /I "C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\include\QtNetwork" /I "C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\include\QtGui" /I "C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\include" /I "..\..\LSL\liblsl\bin" /I "C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\include\ActiveQt" /I "release" /I "." /I "C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\mkspecs\default" /I "C:\boost_1_57_0" /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" /D "_CRT_SECURE_NO_WARNINGS" /FD /EHsc /MD /GS- /Fo"release\\" /Fd".\\" /W3 /c /TP  -Zm200 -w34100 -w34189

".\mainwindow.cpp"
]
Creating command line "cl.exe @C:\Users\dmedine\AppData\Local\Temp\RSP00001279563196.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\Users\dmedine\AppData\Local\Temp\RSP00001379563196.rsp" with contents
[
/OUT:"Z:\git-lsl-dmedinefork\labstreaminglayer\Apps\LabRecorder\\LabRecorder.exe" /INCREMENTAL:NO /LIBPATH:"C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\lib" /LIBPATH:"../../LSL/liblsl/bin/" /LIBPATH:"C:\boost_1_57_0/lib" /MANIFEST /MANIFESTFILE:"release\\LabRecorder.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\lib\qtmain.lib C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtGui4.lib C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtCore4.lib C:\QtSDK\Desktop\Qt\4.8.1\msvc2008\lib\QtNetwork4.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\dmedine\AppData\Local\Temp\RSP00001379563196.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "C:\Users\dmedine\AppData\Local\Temp\RSP00001479563196.rsp" with contents
[
/outputresource:".\LabRecorder.exe;#1" /manifest

".\release\LabRecorder.exe.intermediate.manifest"
]
Creating command line "mt.exe @C:\Users\dmedine\AppData\Local\Temp\RSP00001479563196.rsp /nologo"
Creating temporary file "C:\Users\dmedine\AppData\Local\Temp\BAT00001579563196.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > ".\release\mt.dep"
]
Creating command line "C:\Users\dmedine\AppData\Local\Temp\BAT00001579563196.bat"
Output Window
  
Compiling...
mainwindow.cpp
z:\git-lsl-dmedinefork\labstreaminglayer\apps\labrecorder\recording.h(645) : warning C4100: 'phase_locked' : unreferenced formal parameter
C:\boost_1_57_0\boost/type_index.hpp(37) : warning C4068: unknown pragma
.\mainwindow.cpp(114) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(126) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(141) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(142) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(224) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(295) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(304) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(325) : warning C4101: 'e' : unreferenced local variable
C:\boost_1_57_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'
        C:\boost_1_57_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(113) : 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]
        ]
C:\boost_1_57_0\boost/iostreams/detail/streambuf/indirect_streambuf.hpp(249) : warning C4996: 'std::char_traits::move': 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\iosfwd(477) : see declaration of 'std::char_traits::move'
        C:\boost_1_57_0\boost/iostreams/detail/streambuf/indirect_streambuf.hpp(237) : while compiling class template member function 'int boost::iostreams::detail::indirect_streambuf::underflow(void)'
        with
        [
            T=component_type,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output
        ]
        C:\boost_1_57_0\boost/iostreams/stream_buffer.hpp(66) : see reference to class template instantiation 'boost::iostreams::detail::indirect_streambuf' being compiled
        with
        [
            T=component_type,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output
        ]
        C:\boost_1_57_0\boost/iostreams/chain.hpp(257) : see reference to class template instantiation 'boost::iostreams::stream_buffer' being compiled
        with
        [
            T=component_type,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output
        ]
        C:\boost_1_57_0\boost/iostreams/chain.hpp(216) : see reference to function template instantiation 'void boost::iostreams::detail::chain_base::push_impl(const T &,std::streamsize,std::streamsize)' being compiled
        with
        [
            Self=boost::iostreams::chain,std::allocator>,
            Ch=char,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/chain.hpp(499) : see reference to function template instantiation 'void boost::iostreams::detail::chain_base::push(const T &,std::streamsize,std::streamsize,void *)' being compiled
        with
        [
            Self=boost::iostreams::chain,std::allocator>,
            Ch=char,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/chain.hpp(488) : see reference to function template instantiation 'void boost::iostreams::detail::chain_client::push_impl(const T &,std::streamsize,std::streamsize)' being compiled
        with
        [
            Chain=boost::iostreams::chain,std::allocator>,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        z:\git-lsl-dmedinefork\labstreaminglayer\apps\labrecorder\recording.h(197) : see reference to function template instantiation 'void boost::iostreams::detail::chain_client::push>(const T &,std::streamsize,std::streamsize,void *)' being compiled
        with
        [
            Chain=boost::iostreams::chain,std::allocator>,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
C:\boost_1_57_0\boost/iostreams/filter/symmetric.hpp(232) : warning C4996: 'std::char_traits::move': 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\iosfwd(477) : see declaration of 'std::char_traits::move'
        C:\boost_1_57_0\boost/iostreams/filter/symmetric.hpp(221) : see reference to function template instantiation 'bool boost::iostreams::symmetric_filter::flush(Sink &,boost::mpl::true_)' being compiled
        with
        [
            SymmetricFilter=boost::iostreams::detail::zlib_compressor_impl>,
            Alloc=std::allocator,
            Sink=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/filter/symmetric.hpp(148) : see reference to function template instantiation 'bool boost::iostreams::symmetric_filter::flush(Sink &)' being compiled
        with
        [
            SymmetricFilter=boost::iostreams::detail::zlib_compressor_impl>,
            Alloc=std::allocator,
            Sink=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/write.hpp(143) : see reference to function template instantiation 'std::streamsize boost::iostreams::symmetric_filter::write(Sink &,const char *,std::streamsize)' being compiled
        with
        [
            SymmetricFilter=boost::iostreams::detail::zlib_compressor_impl>,
            Alloc=std::allocator,
            Sink=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/write.hpp(59) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::write_filter_impl::write,Sink>(T &,Sink &,const char *,std::streamsize)' being compiled
        with
        [
            Sink=boost::iostreams::detail::linked_streambuf,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/detail/adapter/concept_adapter.hpp(275) : see reference to function template instantiation 'std::streamsize boost::iostreams::write(T &,Sink &,const char *,std::streamsize)' being compiled
        with
        [
            Filter=boost::iostreams::basic_zlib_compressor<>,
            Sink=boost::iostreams::detail::linked_streambuf,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/detail/adapter/concept_adapter.hpp(84) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::flt_wrapper_impl::write,Sink>(Filter &,Sink *,const char *,std::streamsize)' being compiled
        with
        [
            Sink=boost::iostreams::detail::linked_streambuf,
            Filter=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/detail/streambuf/indirect_streambuf.hpp(303) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::concept_adapter::write>(const char *,std::streamsize,Sink *)' being compiled
        with
        [
            T=component_type,
            Ch=char,
            Sink=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/detail/streambuf/indirect_streambuf.hpp(286) : while compiling class template member function 'int boost::iostreams::detail::indirect_streambuf::overflow(int)'
        with
        [
            T=component_type,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output
        ]
C:\boost_1_57_0\boost/iostreams/read.hpp(154) : warning C4996: 'std::basic_streambuf<_Elem,_Traits>::sgetn': 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'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\include\streambuf(121) : see declaration of 'std::basic_streambuf<_Elem,_Traits>::sgetn'
        with
        [
            _Elem=char,
            _Traits=std::char_traits
        ]
        C:\boost_1_57_0\boost/iostreams/read.hpp(52) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::read_device_impl::read>(T &,char *,std::streamsize)' being compiled
        with
        [
            Ch=char,
            T=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/filter/symmetric.hpp(205) : see reference to function template instantiation 'std::streamsize boost::iostreams::read(T &,char *,std::streamsize)' being compiled
        with
        [
            Source=boost::iostreams::detail::linked_streambuf,
            T=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/filter/symmetric.hpp(135) : see reference to function template instantiation 'int boost::iostreams::symmetric_filter::fill(Source &)' being compiled
        with
        [
            SymmetricFilter=boost::iostreams::detail::zlib_compressor_impl>,
            Alloc=std::allocator,
            Source=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/read.hpp(214) : see reference to function template instantiation 'std::streamsize boost::iostreams::symmetric_filter::read(Source &,char *,std::streamsize)' being compiled
        with
        [
            SymmetricFilter=boost::iostreams::detail::zlib_compressor_impl>,
            Alloc=std::allocator,
            Source=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/read.hpp(57) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::read_filter_impl::read,Source>(T &,Source &,char *,std::streamsize)' being compiled
        with
        [
            Source=boost::iostreams::detail::linked_streambuf,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/detail/adapter/concept_adapter.hpp(253) : see reference to function template instantiation 'std::streamsize boost::iostreams::read(T &,Source &,char *,std::streamsize)' being compiled
        with
        [
            Filter=boost::iostreams::basic_zlib_compressor<>,
            Source=boost::iostreams::detail::linked_streambuf,
            T=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/detail/adapter/concept_adapter.hpp(77) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::flt_wrapper_impl::read,Source>(Filter &,Source *,char *,std::streamsize)' being compiled
        with
        [
            Source=boost::iostreams::detail::linked_streambuf,
            Filter=boost::iostreams::basic_zlib_compressor<>
        ]
        C:\boost_1_57_0\boost/iostreams/detail/streambuf/indirect_streambuf.hpp(258) : see reference to function template instantiation 'std::streamsize boost::iostreams::detail::concept_adapter::read>(char *,std::streamsize,Source *)' being compiled
        with
        [
            T=component_type,
            Ch=char,
            Source=boost::iostreams::detail::linked_streambuf
        ]
        C:\boost_1_57_0\boost/iostreams/detail/streambuf/indirect_streambuf.hpp(237) : while compiling class template member function 'int boost::iostreams::detail::indirect_streambuf::underflow(void)'
        with
        [
            T=component_type,
            Tr=std::char_traits,
            Alloc=std::allocator,
            Mode=boost::iostreams::output
        ]
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://z:\git-lsl-dmedinefork\labstreaminglayer\Apps\LabRecorder\release\BuildLog.htm"
LabRecorder - 0 error(s), 14 warning(s)