<div dir="ltr"><div><div><span style="color:rgb(153,0,255)">Dear MrTrix3 Team, <br></span></div><span style="color:rgb(153,0,255)">I am trying to build mrtrix on CentOS 6.8. It configures successfully however throws an error at 330/432. Please see below: </span><br><br>[root@localhost mrtrix3]# python2.7 ./configure<br><br>MRtrix build type requested: release<br><br>Detecting OS: linux<br>Checking for C++11 compliant compiler [g++]: 4.8.2 - tested ok<br>Detecting pointer size: 64 bit<br>Detecting byte order: little-endian<br>Checking for variable-length array support: yes<br>Checking for non-POD variable-length array support: yes<br>Checking for zlib compression library: 1.2.3<br>checking for Eigen 3 library: 3.2.5<br>Checking shared library generation: yes<br>Checking for Qt moc: moc (version 4.6.2)<br>Checking for Qt qmake: qmake (version 4.6.2)<br>Checking for Qt rcc: rcc (version 4.6.2)<br>Checking for Qt: 4.6.2<br><br>writing configuration to file &#39;./release/config&#39;: ok<br><br></div><span style="color:rgb(153,0,255)">The build goes ok till 330 and then it throws the following error: </span><br><div><br>(330/432) [CC] release/src/gui/opengl/gl.o<br>(331/432) [CC] release/lib/registration/transform/initialiser.o<br>ERROR: (330/432) [CC] release/src/gui/opengl/gl.o<br><br>ERROR: (330/432) [CC] release/src/gui/opengl/gl.o<br><br>g++ -c -std=c++11 -pthread -fPIC -march=native -DMRTRIX_WORD64 -isystem /usr/include/eigen3 -Wall -O2 -DNDEBUG -Isrc -Icmd -I./lib -Icmd -isystem /usr/include/eigen3 -m64 -pipe -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -isystem /usr/lib64/qt4/mkspecs/linux-g++-64 -isystem /usr/include/QtCore -isystem /usr/include/QtGui -isystem /usr/include/QtOpenGL -isystem /usr/include/QtSvg -isystem /usr/include -isystem /usr/X11R6/include src/gui/opengl/gl.cpp -o release/src/gui/opengl/gl.o<br><br>failed with output<br><br>src/gui/opengl/gl.cpp: In function void MR::GUI::GL::set_default_context():<br>src/gui/opengl/gl.cpp:53:13: error: MR::GUI::GL::Format has no member named setVersion<br>           f.setVersion (3,3);<br>             ^<br>src/gui/opengl/gl.cpp:54:13: error: MR::GUI::GL::Format has no member named setProfile<br>           f.setProfile (GL::Format::CoreProfile);<br>             ^<br>src/gui/opengl/gl.cpp:54:25: error: CoreProfile is not a member of MR::GUI::GL::Format {aka QGLFormat}<br>           f.setProfile (GL::Format::CoreProfile);<br><br></div><div>Please let me know how to resolve this. <br><br></div><div>Thanks a lot, <br><br></div><div>Madhura Ingalhalikar, PhD <br></div><div><br></div></div>