You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undefined reference to `__cxa_call_terminate@CXXABI_1.3.15'
262
+
undefined reference to `std::condition_variable::wait(...)@GLIBCXX_3.4.30'
263
+
264
+
**Cause**: ABI incompatibility between the installed ICU version (e.g. 78) and the libstdc++ used to compile Xmipp. Newer ICU builds require newer GLIBCXX/CXXABI symbols.
265
+
266
+
**Solution**: Xmipp requires ICU 72.
267
+
268
+
If using Conda:
269
+
270
+
.. code-block:: bash
271
+
272
+
conda install icu=72
273
+
274
+
If installing through Scipion, the Xmipp plugin should enforce this dependency automatically. Otherwise, install icu=72 manually inside the Scipion environment.
275
+
276
+
For system installations, downgrade ICU to version 72 or build it manually and ensure it is correctly linked.
0 commit comments