A error of MRMLCorePython when making code

cmake version 3.28.4

ubuntu 22.04

3D Slicer

when i performed the command : make, i met a error

[ 33%] Linking CXX shared module …/…/…/bin/MRMLCorePython.so
[ 33%] Built target MRMLCorePython
make[3]: *** [Makefile:166: all] Error 2
make[2]: *** [CMakeFiles/Slicer.dir/build.make:90: Slicer-prefix/src/Slicer-stamp/Slicer-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:1450: CMakeFiles/Slicer.dir/all] Error 2
make: *** [Makefile:101: all] Error 2

i do not know how to fix it, thanks

It looks like the actual error is not in this build log, so you might need to scroll up to find it.

I happened to be building on 22.04 earlier today and added these notes to the documentation. You may need one of these dependecies:

thanks for your reply .

lastly, i take this site :slight_smile:

command :slight_smile:

cmake -DBUILD_TESTING=OFF , and then make

successfuly end.