Sound great, thank you for a tip. Unfortunately I got some issues with proteowizard during compilation. Several errors occur during the process:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp: In member function ‘void boost::geometry::model::d2::point_xy<CoordinateType, CoordinateSystem>::x(const CoordinateType&)’:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:69:27: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Key, class _Compare, class _Alloc> class std::set’
69 | { this->template set<0>(v); }
| ^
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:69:27: note: expected a type, got ‘0’
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:69:27: error: template argument 2 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:69:27: error: template argument 3 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp: In member function ‘void boost::geometry::model::d2::point_xy<CoordinateType, CoordinateSystem>::y(const CoordinateType&)’:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:73:27: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Key, class _Compare, class _Alloc> class std::set’
73 | { this->template set<1>(v); }
| ^
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:73:27: note: expected a type, got ‘1’
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:73:27: error: template argument 2 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xy.hpp:73:27: error: template argument 3 is invalid
In file included from /home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/geometries.hpp:28,
from /home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/io/svg/svg_mapper.hpp:43,
from /home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometry.hpp:127,
from /home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry.hpp:17,
from /home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/pwiz/analysis/dia_umpire/PeakCluster.hpp:40,
from /home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/pwiz/analysis/dia_umpire/DiaUmpire.cpp:45:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp: In member function ‘void boost::geometry::model::d3::point_xyz<CoordinateType, CoordinateSystem>::x(const CoordinateType&)’:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:68:27: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Key, class _Compare, class _Alloc> class std::set’
68 | { this->template set<0>(v); }
| ^
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:68:27: note: expected a type, got ‘0’
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:68:27: error: template argument 2 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:68:27: error: template argument 3 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp: In member function ‘void boost::geometry::model::d3::point_xyz<CoordinateType, CoordinateSystem>::y(const CoordinateType&)’:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:72:27: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Key, class _Compare, class _Alloc> class std::set’
72 | { this->template set<1>(v); }
| ^
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:72:27: note: expected a type, got ‘1’
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:72:27: error: template argument 2 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:72:27: error: template argument 3 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp: In member function ‘void boost::geometry::model::d3::point_xyz<CoordinateType, CoordinateSystem>::z(const CoordinateType&)’:
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:76:27: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Key, class _Compare, class _Alloc> class std::set’
76 | { this->template set<2>(v); }
| ^
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:76:27: note: expected a type, got ‘2’
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:76:27: error: template argument 2 is invalid
/home/slavat/crux-git/crux-toolkit/ext/build/src/ProteoWizard/libraries/boost_1_76_0/boost/geometry/geometries/point_xyz.hpp:76:27: error: template argument 3 is invalid
And it finally stops as this:
...failed updating 1 target...
...skipped 3 targets...
...updated 8921 targets...
At least one pwiz target failed to build.
CMake Error at /home/slavat/crux-git/crux-toolkit/ext/build_pwiz.cmake:18 (message):
ProteoWizard build failed
Call Stack (most recent call first):
/home/slavat/crux-git/crux-toolkit/ext/build_pwiz.cmake:71 (check_status)
make[2]: *** [ext/CMakeFiles/ProteoWizard.dir/build.make:86: ext/build/src/ProteoWizard-stamp/ProteoWizard-build] Error 1
make[1]: *** [CMakeFiles/Makefile2:401: ext/CMakeFiles/ProteoWizard.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
Would you hint the way around it?