OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Undefined symbols for architecture x86_64: "___kmpc_end_reduce_nowait", referenced from: _.omp_outlined._debug__.9 i #71

Closed sverdlab closed 1 year ago

sverdlab commented 1 year ago

Hi could you please help me - I got this compilation error (on Mac OSx - Catalina):

[ 16%] Built target MitkAnnotation [ 16%] Built target MitkLegacyGL [ 16%] Linking CXX shared library ../../lib/libMitkAlgorithmsExt.dylib Undefined symbols for architecture x86_64: "_kmpc_end_reducenowait", referenced from: .omp_outlined._debug_.9 in mitkWeightedPointTransform.cpp.o "kmpc_for_staticfini", referenced from: .omp_outlined._debug in mitkAnisotropicIterativeClosestPointRegistration.cpp.o _.omp_outlined._debug_ in mitkWeightedPointTransform.cpp.o .omp_outlined._debug.1 in mitkWeightedPointTransform.cpp.o]

Thank you!

alonsoJASL commented 1 year ago

Hello @sverdlab,

First, I would like to encourage you to stick to our Reporting Bugs Guidelines and using the ISSUE TEMPLATE. It can be very difficult to help you by relying solely on terminal outputs like the one you're sharing.

Secondly, from your error log, I can gather three thoughts:

Finally, it would be useful to know why do you want to build the application so that we can give you better guidance. We do have some releases available in all major platforms.

alonsoJASL commented 1 year ago

Closing, will re-open based on OP's response.