Issue compiling Geant 4 V11.3.1 on MacOS 15.4

Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!

_Geant4 Version:_V11.3.1
_Operating System:_MacOS 15.4
Compiler/Version: clang, as decided by ccmake automated software
_CMake Version:_4.0.0
I am running an Apple M3 laptop computer

I dowloaded the last version of Geant 4, V11.3.1
Uncompress the .z file.
then in the repertorr-y geant4-v11.3.1-Build, I run:

ccmake …/geant4-v11.3.1
minor adjustement are needed in order to find the Qt@5 confioguration softwares.
Then I can generate the Makefile. Then

make
It works for a while. The I get many time the warning:
In file included from /Users/yvon/AliBaba/Librairies_CERN/geant4-v11.3.1/source/externals/zlib/src/adler32.c:8:
/Users/yvon/AliBaba/Librairies_CERN/geant4-v11.3.1/source/externals/zlib/include/zutil.h:170:11: warning: ‘OS_CODE’ macro redefined [-Wmacro-redefined]

  • 170 | # define OS_CODE 19*
  •  |           ^*
    

/Users/yvon/AliBaba/Librairies_CERN/geant4-v11.3.1/source/externals/zlib/include/zutil.h:141:11: note: previous definition is here

  • 141 | # define OS_CODE 7*
  •  |           ^*
    

1 warning generated.

Then It breaks:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:61:
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:318:7: error: expected identifier or ‘(’

  • 318 | FILE *fdopen(int, const char ) __DARWIN_ALIAS_STARTING(__MAC_10_6, __IPHONE_2_0, __DARWIN_ALIAS(fdopen));
  •  |          ^*
    

/Users/yvon/AliBaba/Librairies_CERN/geant4-v11.3.1/source/externals/zlib/include/zutil.h:147:33: note: expanded from macro ‘fdopen’

  • 147 | # define fdopen(fd,mode) NULL /* No fdopen() /
  •  |                                 ^*
    

/Library/Developer/CommandLineTools/usr/lib/clang/17/include/__stddef_null.h:26:16: note: expanded from macro ‘NULL’

  • 26 | #define NULL ((void*)0)*
  •  |                ^*
    

Can you help?
Best regards
Dominique Yvon

Try setting -DGEANT4_USE_SYSTEM_ZLIB=ON.
Geant4 v11.3.1 has not been tested on macOS 15.4 and clang-17.

I does work much better !
Thanks