|
From: Matthew C. <mat...@gm...> - 2011-05-17 15:13:50
|
Hi Ronny, I fixed that particular compile error in r2691. But there are runtime bugs with MSVC 10 that cause some of our unit tests to crash on exit. Because of that I haven't bothered fixing downstream errors (IIRC the CLI bindings aren't working right either). I will add official MSVC 10 support when that runtime bug is fixed: https://connect.microsoft.com/VisualStudio/feedback/details/567705/crash-in-vc100-crt-on-application-exit-debugheapdelete https://connect.microsoft.com/VisualStudio/feedback/details/502037/crash-in-vc100-crt-on-application-exit-debugheapdelete https://connect.microsoft.com/VisualStudio/feedback/details/650567/unhomed-std-locale-facet-and-std-locale-locimp-destructors-cause-crashes Until then, you'll need MSVC 9. If you have both installed, the default toolset will be the most recent, so you'll need to add "toolset=msvc-9.0" (or msvc-9.0express) to the quickbuild command. -Matt On 5/17/2011 6:19 AM, he...@mp... wrote: > Dear Supporters, > > I wanted to compile the newest proteowizard suite and started quickbuild.bat. > > I have VisualStudio 10.0. > > It skippes 250 targets and failed with updating 9. > > There are several errors like this: > > c:\mystuff\pwiz-source_trunk\pwiz\pwiz\data\msdata\SpectrumListCache.hpp(43) > : 'error C2440': 'specialization' : cannot convert from 'size_t > std::_Pair_base<_Ty1,_Ty2>::* ' to 'size_t std::pair<_Ty1,_Ty2>::* ' > with > [ > _Ty1=size_t, > _Ty2=pwiz::msdata::SpectrumPtr > ] > Standard conversion from pointer-to-member of base to > pointer-to-member of derived is not applied for template arguments > > call "C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" > x86>nul > > Could you please give me a hint, what could be wrong. > > big thanks, > Ronny > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > proteowizard-support mailing list > pro...@li... > https://lists.sourceforge.net/lists/listinfo/proteowizard-support |