

This is our attempt at minimising the many issues that crop up when trying to build with an existing conda / anaconda install. The first thing to note is that you’re trying to build within a conda / anaconda environment – the giveaway is this line: WARNING: Anaconda removed from PATH to avoid conflicts Sorry, bit late to the party, but hopefully some of this will be useful…

Mac-specific debugging: Error during compilation: "error linking Qt application" - #11 by joely.Run ldd on mrview to understand where the libraries live.Paste the configure.log file which may have a better description of your error for people helping out.If you’re using an NVIDIA card, the person from that post found that there was a libGL.so linking issue related to their error - follow their steps to set the right symbolic link target at the correct location.Alternative library to install: libglvnd-dev.Make sure you don’t have a conflicting version of Eigen3 installed.Install the qt5/openGL libraries, including the dev versions.In this previous post where multiple people had the linking error reported, there are a few different things that fixed their issues:.TL DR set an environment variable called QT_PLUGIN_PATH to the qt5/plugins filepath. My previous post on ensuring the Qt5 plugins path is available.

Mostly Ubuntu/Linux posts but here are some potentially helpful links: Looking for compiler : Apple clang version 13.1.6 (clang-1316.0.21.2.5)Ĭhecking for variable-length array support: okĬhecking for non-POD variable-length array support: okĬhecking for zlib compression library: 1.2.11Ĭhecking for "JSON for Modern C++" requirements: okĬhecking for TIFF library: not found - TIFF support disabledĬhecking for PNG library: not found - PNG support disabledĬhecking for FFTW library: not found - FFTW support disabledĬhecking for Qt moc: moc (version 5.15.5)Ĭhecking for Qt qmake: qmake (version 5.15.5)Ĭhecking for Qt rcc: rcc (version 5.15.5) WARNING: Anaconda removed from PATH to avoid conflicts MRtrix3Tissue is a fork of the MRtrix3 project MRtrix3Tissue build type requested: release version I am trying to install MRtrix3 Tissue but I have issues with qt5 opengl I guess.
