Build Log
  

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

Command Lines
  
Creating temporary file "C:\Users\DAVID~1.MED\AppData\Local\Temp\RSP000017482010664.rsp" with contents
[
/Od /I "C:\Qt-VS2010\4.8.6\include\QtCore" /I "C:\Qt-VS2010\4.8.6\include\QtNetwork" /I "C:\Qt-VS2010\4.8.6\include\QtGui" /I "..\..\LSL\liblsl\bin" /I "C:\Qt-VS2010\4.8.6\include\ActiveQt" /I "C:\Qt-VS2010\4.8.6\include" /I "release" /I "." /I "C:\Qt-VS2010\4.8.6\mkspecs\default" /I "C:\local\boost_1_59_0-32" /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\DAVID~1.MED\AppData\Local\Temp\RSP000017482010664.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\Users\DAVID~1.MED\AppData\Local\Temp\RSP000018482010664.rsp" with contents
[
/OUT:"C:\Users\David.Medine\labstreaminglayer\Apps\LabRecorder\\LabRecorder.exe" /INCREMENTAL:NO /LIBPATH:"C:\Qt-VS2010\4.8.6\lib" /LIBPATH:"../../LSL/liblsl/bin/" /LIBPATH:"C:\local\boost_1_59_0-32/lib" /MANIFEST /MANIFESTFILE:"release\\LabRecorder.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /SUBSYSTEM:CONSOLE /DYNAMICBASE /NXCOMPAT "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" C:\Qt-VS2010\4.8.6\lib\qtmain.lib C:\Qt-VS2010\4.8.6\lib\QtGui4.lib C:\Qt-VS2010\4.8.6\lib\QtCore4.lib C:\Qt-VS2010\4.8.6\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\DAVID~1.MED\AppData\Local\Temp\RSP000018482010664.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "C:\Users\DAVID~1.MED\AppData\Local\Temp\RSP000019482010664.rsp" with contents
[
/outputresource:".\LabRecorder.exe;#1" /manifest

.\release\LabRecorder.exe.intermediate.manifest
]
Creating command line "mt.exe @C:\Users\DAVID~1.MED\AppData\Local\Temp\RSP000019482010664.rsp /nologo"
Creating temporary file "C:\Users\DAVID~1.MED\AppData\Local\Temp\BAT00001A482010664.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\release\mt.dep
]
Creating command line "C:\Users\DAVID~1.MED\AppData\Local\Temp\BAT00001A482010664.bat"
Output Window
  
Compiling...
mainwindow.cpp
c:\qt-vs2010\4.8.6\include\qtcore\../../src/corelib/global/qconfig.h(41) : warning C4005: 'QT_LARGEFILE_SUPPORT' : macro redefinition
        command-line arguments :  see previous definition of 'QT_LARGEFILE_SUPPORT'
C:\local\boost_1_59_0-32\boost/thread/future.hpp(410) : warning C4100: 'lk' : unreferenced formal parameter
c:\users\david.medine\labstreaminglayer\apps\labrecorder\recording.h(689) : warning C4100: 'phase_locked' : unreferenced formal parameter
Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately. For example:
- add -D_WIN32_WINNT=0x0501 to the compiler command line; or
- add _WIN32_WINNT=0x0501 to your project's Preprocessor Definitions.
Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
.\mainwindow.cpp(64) : warning C4101: 'filesize' : unreferenced local variable
.\mainwindow.cpp(142) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(152) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(162) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(187) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(202) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(203) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(299) : warning C4018: '<' : signed/unsigned mismatch
.\mainwindow.cpp(370) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(379) : warning C4129: '%' : unrecognized character escape sequence
.\mainwindow.cpp(400) : warning C4101: 'e' : unreferenced local variable
C:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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(141) : 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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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<>
        ]
        c:\users\david.medine\labstreaminglayer\apps\labrecorder\recording.h(202) : 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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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:\local\boost_1_59_0-32\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://c:\Users\David.Medine\labstreaminglayer\Apps\LabRecorder\release\BuildLog.htm"
LabRecorder - 0 error(s), 18 warning(s)