Skip to content

masterUncollatedFileOperation compilation error on 2312

compilation problem.

I have: fetched the 2312 source code from master. I have set my etc-darwin to take most of the libs fro the system (homebrew). Compilation run with -j -l options.

Opt/src/OpenFOAM/primitives/ints/int32/int32IO.o make: *** [/Volumes/ofdisk/OpenFOAM-v2312/build/darwin64ClangDPInt32Opt/src/OpenFOAM/global/fileOperations/masterUncollatedFileOperation/masterUncollatedFileOperation.o] Error 1 make: *** Waiting for unfinished jobs.... Done logging to 'log.darwin64ClangDPInt32Opt'

my prefs.sh: ` export projectDir="/Volumes/OFdisk/OpenFOAM-v2312"

export FOAM_CONFIG_ETC=etc-darwin

export WM_COMPILER_TYPE=system

export WM_COMPILER=Clang

export WM_PRECISION_OPTION=DP

export WM_LABEL_SIZE=32

export WM_COMPILE_OPTION=Opt

export WM_MPLIB=SYSTEMOPENMPI

export SCOTCH_VERSION=scotch-system

export fftw_version=fftw-system

export boost_version=boost-system

export cgal_version=cgal-system

export SCOTCH_ARCH_PATH=/usr/local/Cellar/scotch/7.0.4 ## 6.1.1 # run brew info scotch

export FFTW_ARCH_PATH=/usr/local/Cellar/fftw/3.3.10_1

export MPI_ARCH_PATH=/usr/local/Cellar/open-mpi/4.1.5

export BOOST_ARCH_PATH=/usr/local/Cellar/boost/1.82.0_1

export CGAL_ARCH_PATH=/usr/local/Cellar/cgal/5.6

export LDFLAGS="-L/usr/local/opt/readline/lib"

export CPPFLAGS="-I/usr/local/opt/readline/include"

export CXXFLAGS="-I/usr/local/Cellar/flex/2.6.4_2/include"

export FOAM_EXTRA_CXXFLAGS="-I/usr/local/Cellar/flex/2.6.4_2/include -DBOOST_MATH_DISABLE_FLOAT128"

export VTK_DIR="/usr/local/Cellar/vtk/9.2.5_1" # for runTimePostprocessing FO

export CMAKE_INCLUDE_PATH="/usr/local/Cellar/flex/2.6.4_2/include"

export CMAKE_LIBRARY_PATH="/usr/local/Cellar/flex/2.6.4_2/lib" `