Problem installing Scotch - automatic installation

All questions about installation
Forum rules
Please read the forum usage recommendations before posting.
Post Reply
AdrianEolion
Posts: 3
Joined: Tue May 14, 2024 2:31 pm

Problem installing Scotch - automatic installation

Post by AdrianEolion »

Hello,

I have been trying to install Code Saturne for a while and constantly got the same error, no matter where I install it. I am using Ubuntu 22.04 LTS and the automatic installer. I have done the ./sbin/bootstrap and installed mpi and PyQt5. The installer runs correctly until it reaches the scotch compile section.

This is the error:
mkdir -p ../bin
mkdir -p ../include
mkdir -p ../lib
(cd libscotch ; make VERSION=7 RELEASE=0 PATCHLEVEL=4 scotch && make install)
make[1]: Entering directory '/home/eolionz6/code_saturne/saturne_build/scotch-v7.0.4-82ec87f558f4acb7ccb69a079f531be380504c92.build/src/libscotch'
make \
CC="/usr/bin/mpicc" \
CCD="/usr/bin/mpicc" \
scotch.h \
scotchf.h \
libscotch.so \
libscotcherr.so \
libscotcherrexit.so
make[2]: Entering directory '/home/eolionz6/code_saturne/saturne_build/scotch-v7.0.4-82ec87f558f4acb7ccb69a079f531be380504c92.build/src/libscotch'
/usr/bin/mpicc -O3 -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_PTHREAD_AFFINITY_LINUX -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_MPI_ASYNC_COLL -DSCOTCH_RENAME -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -shared -fPIC -c arch.c -o arch.o -DSCOTCH_VERSION_NUM=7 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=4
/usr/bin/mpicc -O3 -fPIC -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_PTHREAD_AFFINITY_LINUX -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_MPI_ASYNC_COLL -DSCOTCH_RENAME -Drestrict=__restrict -DIDXSIZE64 -DINTSIZE64 -DSCOTCH_VERSION_NUM=7 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=4 dummysizes.c -o dummysizes -lz -lm -lrt -pthread -Xlinker --no-as-needed
/usr/bin/ld: cannot find -lmpi: No such file or directory
/usr/bin/ld: cannot find -lopen-rte: No such file or directory
/usr/bin/ld: cannot find -lopen-pal: No such file or directory
/usr/bin/ld: cannot find -lhwloc: No such file or directory
/usr/bin/ld: cannot find -levent_core: No such file or directory
/usr/bin/ld: cannot find -levent_pthreads: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:3245: dummysizes] Error 1
make[2]: Leaving directory '/home/eolionz6/code_saturne/saturne_build/scotch-v7.0.4-82ec87f558f4acb7ccb69a079f531be380504c92.build/src/libscotch'
make[1]: *** [Makefile:62: scotch] Error 2
make[1]: Leaving directory '/home/eolionz6/code_saturne/saturne_build/scotch-v7.0.4-82ec87f558f4acb7ccb69a079f531be380504c92.build/src/libscotch'
make: *** [Makefile:97: libscotch] Error 2
I wonder how can I fix this, no clue about what the error is tbh
Yvan Fournier
Posts: 4119
Joined: Mon Feb 20, 2012 3:25 pm

Re: Problem installing Scotch - automatic installation

Post by Yvan Fournier »

Hello,

I would guess you do not have MPI on.your machine. It is strongly recommended to install it with code_saturne.

Scotch is optional, and useful only if you have MPI.

Also check these recommendations :
https://github.com/code-saturne/code_sa ... n-packages

Regards,

Yvan
AdrianEolion
Posts: 3
Joined: Tue May 14, 2024 2:31 pm

Re: Problem installing Scotch - automatic installation

Post by AdrianEolion »

HI, I have reinstalled it, and it gives the same error.
So I decided to skip scotch and parmetis installation. But it still gives me an strange error on the configuration of code saturne.

Also for some reason I have to run the install_saturne.py with sudo or otherwise I get a permission denied error...

The error file is this one, serach for word error. It looks like it have something to do with mpi, but no idea how to fix it...
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by code_saturne configure 8.0.3, which was
generated by GNU Autoconf 2.71. Invocation command line was

$ /home/eolionz6/code_saturne/code_saturne-8.0.3/configure --prefix=/home/eolionz6/code_saturne/8.0.3/code_saturne-8.0.3/arch/Linux_x86_64 --with-hdf5=/home/eolionz6/code_saturne/8.0.3/hdf5-1.10.6/arch/Linux_x86_64 --with-cgns=/home/eolionz6/code_saturne/8.0.3/cgns-4.3.0/arch/Linux_x86_64 --without-med --without-metis --without-scotch PYTHON=/home/eolionz6/miniforge3/bin/python3 --disable-static CXX=/usr/bin/mpicxx CC=/usr/bin/mpicc FC=/usr/bin/f95

## --------- ##
## Platform. ##
## --------- ##

hostname = eolionz6-HP-Z6-G4-Workstation
uname -m = x86_64
uname -r = 6.5.0-35-generic
uname -s = Linux
uname -v = #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2

/usr/bin/uname -p = x86_64
/bin/uname -X = unknown

/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin/
PATH: /usr/local/bin/
PATH: /usr/sbin/
PATH: /usr/bin/
PATH: /sbin/
PATH: /bin/
PATH: /usr/games/
PATH: /usr/local/games/
PATH: /snap/bin/
PATH: /snap/bin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3698: looking for aux files: ar-lib compile missing install-sh config.guess config.sub
configure:3711: trying /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/
configure:3740: /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/ar-lib found
configure:3740: /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/compile found
configure:3740: /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/missing found
configure:3722: /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/install-sh found
configure:3740: /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/config.guess found
configure:3740: /home/eolionz6/code_saturne/code_saturne-8.0.3/build-aux/config.sub found
configure:3863: checking build system type
configure:3878: result: x86_64-pc-linux-gnu
configure:3898: checking host system type
configure:3912: result: x86_64-pc-linux-gnu
configure:3932: checking target system type
configure:3946: result: x86_64-pc-linux-gnu
configure:3996: checking for a BSD-compatible install
configure:4069: result: /usr/bin/install -c
configure:4080: checking whether build environment is sane
configure:4135: result: yes
configure:4294: checking for a race-free mkdir -p
configure:4338: result: /usr/bin/mkdir -p
configure:4345: checking for gawk
configure:4380: result: no
configure:4345: checking for mawk
configure:4366: found /usr/bin/mawk
configure:4377: result: mawk
configure:4388: checking whether make sets $(MAKE)
configure:4411: result: yes
configure:4441: checking whether make supports nested variables
configure:4459: result: yes
configure:4534: checking how to create a pax tar archive
configure:4545: tar --version
tar (GNU tar) 1.34
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:4548: $? = 0
configure:4588: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:4591: $? = 0
configure:4595: tar -xf - <conftest.tar
configure:4598: $? = 0
configure:4600: cat conftest.dir/file
GrepMe
configure:4603: $? = 0
configure:4617: result: gnutar
configure:4711: checking whether to enable maintainer-specific portions of Makefiles
configure:4721: result: no
configure:4749: checking whether make supports nested variables
configure:4767: result: yes
configure:4918: WARNING: no supported environment module commmand detected
configure:5136: checking for gcc
configure:5168: result: /usr/bin/mpicc
configure:5521: checking for C compiler version
configure:5530: /usr/bin/mpicc --version >&5
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5541: $? = 0
configure:5530: /usr/bin/mpicc -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:5541: $? = 0
configure:5530: /usr/bin/mpicc -V >&5
gcc: error: unrecognized command-line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5541: $? = 1
configure:5530: /usr/bin/mpicc -qversion >&5
gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5541: $? = 1
configure:5530: /usr/bin/mpicc -version >&5
gcc: error: unrecognized command-line option '-version'
gcc: fatal error: no input files
compilation terminated.
configure:5541: $? = 1
configure:5561: checking whether the C compiler works
configure:5583: /usr/bin/mpicc conftest.c >&5
configure:5587: $? = 0
configure:5637: result: yes
configure:5640: checking for C compiler default output file name
configure:5642: result: a.out
configure:5648: checking for suffix of executables
configure:5655: /usr/bin/mpicc -o conftest conftest.c >&5
configure:5659: $? = 0
configure:5682: result:
configure:5704: checking whether we are cross compiling
configure:5712: /usr/bin/mpicc -o conftest conftest.c >&5
configure:5716: $? = 0
configure:5723: ./conftest
configure:5727: $? = 0
configure:5742: result: no
configure:5747: checking for suffix of object files
configure:5770: /usr/bin/mpicc -c conftest.c >&5
configure:5774: $? = 0
configure:5796: result: o
configure:5800: checking whether the compiler supports GNU C
configure:5820: /usr/bin/mpicc -c conftest.c >&5
configure:5820: $? = 0
configure:5830: result: yes
configure:5841: checking whether /usr/bin/mpicc accepts -g
configure:5862: /usr/bin/mpicc -c -g conftest.c >&5
configure:5862: $? = 0
configure:5906: result: yes
configure:5926: checking for /usr/bin/mpicc option to enable C11 features
configure:5941: /usr/bin/mpicc -c -g -O2 conftest.c >&5
configure:5941: $? = 0
configure:5959: result: none needed
configure:6075: checking whether /usr/bin/mpicc understands -c and -o together
configure:6098: /usr/bin/mpicc -c conftest.c -o conftest2.o
configure:6101: $? = 0
configure:6098: /usr/bin/mpicc -c conftest.c -o conftest2.o
configure:6101: $? = 0
configure:6113: result: yes
configure:6133: checking whether make supports the include directive
configure:6148: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:6151: $? = 0
configure:6170: result: yes (GNU style)
configure:6196: checking dependency style of /usr/bin/mpicc
configure:6308: result: gcc3
configure:6451: checking for C++ compiler version
configure:6460: /usr/bin/mpicxx --version >&5
g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6471: $? = 0
configure:6460: /usr/bin/mpicxx -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:6471: $? = 0
configure:6460: /usr/bin/mpicxx -V >&5
g++: error: unrecognized command-line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6471: $? = 1
configure:6460: /usr/bin/mpicxx -qversion >&5
g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:6471: $? = 1
configure:6475: checking whether the compiler supports GNU C++
configure:6495: /usr/bin/mpicxx -c conftest.cpp >&5
configure:6495: $? = 0
configure:6505: result: yes
configure:6516: checking whether /usr/bin/mpicxx accepts -g
configure:6537: /usr/bin/mpicxx -c -g conftest.cpp >&5
configure:6537: $? = 0
configure:6581: result: yes
configure:6601: checking for /usr/bin/mpicxx option to enable C++11 features
configure:6616: /usr/bin/mpicxx -c -g -O2 conftest.cpp >&5
conftest.cpp: In function 'int main(int, char**)':
conftest.cpp:177:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
177 | cxx11test::delegate d2();
| ^~
conftest.cpp:177:25: note: remove parentheses to default-initialize a variable
177 | cxx11test::delegate d2();
| ^~
| --
conftest.cpp:177:25: note: or replace parentheses with braces to value-initialize a variable
configure:6616: $? = 0
configure:6634: result: none needed
configure:6700: checking dependency style of /usr/bin/mpicxx
configure:6812: result: gcc3
configure:6943: checking for Fortran compiler version
configure:6952: /usr/bin/f95 --version >&5
GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6963: $? = 0
configure:6952: /usr/bin/f95 -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/f95
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
... rest of stderr output deleted ...
configure:6963: $? = 0
configure:6952: /usr/bin/f95 -V >&5
f95: error: unrecognized command-line option '-V'
f95: fatal error: no input files
compilation terminated.
configure:6963: $? = 1
configure:6952: /usr/bin/f95 -qversion >&5
f95: error: unrecognized command-line option '-qversion'; did you mean '--version'?
f95: fatal error: no input files
compilation terminated.
configure:6963: $? = 1
configure:6972: checking whether the compiler supports GNU Fortran
configure:6986: /usr/bin/f95 -c conftest.F >&5
configure:6986: $? = 0
configure:6996: result: yes
configure:7004: checking whether /usr/bin/f95 accepts -g
configure:7016: /usr/bin/f95 -c -g conftest.f >&5
configure:7016: $? = 0
configure:7025: result: yes
configure:7056: checking whether ln -s works
configure:7060: result: yes
configure:7116: checking for ranlib
configure:7137: found /usr/bin/ranlib
configure:7148: result: ranlib
configure:7170: checking for a sed that does not truncate output
configure:7240: result: /usr/bin/sed
configure:7742: checking for ar
configure:7763: found /usr/bin/ar
configure:7774: result: ar
configure:7800: checking the archiver (ar) interface
configure:7817: /usr/bin/mpicc -c -g -O2 conftest.c >&5
configure:7817: $? = 0
configure:7820: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7823: $? = 0
configure:7851: result: ar
configure:7967: sourcing config/cs_auto_flags.sh (test for known compilers)
configure:8192: checking for an ANSI C-conforming const
configure:8259: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:37:9: warning: cast discards 'const' qualifier from pointer target type [-Wcast-qual]
37 | ppc = (char**) pcpcc;
| ^
configure:8259: $? = 0
configure:8267: result: yes
configure:8275: checking for inline
configure:8292: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8292: $? = 0
configure:8301: result: inline
configure:8323: checking for stdio.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for stdlib.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for string.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for inttypes.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for stdint.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for strings.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for sys/stat.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for sys/types.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8323: checking for unistd.h
configure:8323: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8323: $? = 0
configure:8323: result: yes
configure:8348: checking for size_t
configure:8348: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8348: $? = 0
configure:8348: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:21: error: expected expression before ')' token
55 | if (sizeof ((size_t)))
| ^
configure:8348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:8348: result: yes
configure:8359: checking for pid_t
configure:8359: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8359: $? = 0
configure:8359: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:20: error: expected expression before ')' token
56 | if (sizeof ((pid_t)))
| ^
configure:8359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| int
| main (void)
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:8359: result: yes
configure:8396: checking for _Bool
configure:8396: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8396: $? = 0
configure:8396: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:20: error: expected expression before ')' token
55 | if (sizeof ((_Bool)))
| ^
configure:8396: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:8396: result: yes
configure:8405: checking for stdbool.h that conforms to C99
configure:8521: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:14: warning: the address of 's' will always evaluate as 'true' [-Waddress]
110 | bool ps = &s;
| ^~~~
conftest.c:115:16: warning: the address of 't' will always evaluate as 'true' [-Waddress]
115 | _Bool pt = &t;
| ^~~~~
conftest.c:122:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:122:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:122:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:122:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:122:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:122:67: warning: the address of 'j' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:122:72: warning: the address of 'k' will always evaluate as 'true' [-Waddress]
122 | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !j + !k
| ^
conftest.c:123:24: warning: the address of 'l' will always evaluate as 'true' [-Waddress]
123 | + !l + !m + !n + !o + !p + !pp + !ps
| ^
conftest.c:123:29: warning: the address of 'm' will always evaluate as 'true' [-Waddress]
123 | + !l + !m + !n + !o + !p + !pp + !ps
| ^
conftest.c:123:34: warning: the address of 'n' will always evaluate as 'true' [-Waddress]
123 | + !l + !m + !n + !o + !p + !pp + !ps
| ^
conftest.c:123:39: warning: the address of 'o' will always evaluate as 'true' [-Waddress]
123 | + !l + !m + !n + !o + !p + !pp + !ps
| ^
conftest.c:125:24: warning: the address of 'q' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
conftest.c:125:29: warning: the address of 'r' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
conftest.c:125:34: warning: the address of 'u' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
conftest.c:125:39: warning: the address of 'v' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
conftest.c:125:44: warning: the address of 'w' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
conftest.c:125:49: warning: the address of 'x' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
conftest.c:125:54: warning: the address of 'y' will always evaluate as 'true' [-Waddress]
125 | + !q + !r + !u + !v + !w + !x + !y + !z + !pt
| ^
configure:8521: $? = 0
configure:8529: result: yes
configure:8539: checking for long long
configure:8539: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8539: $? = 0
configure:8539: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:24: error: expected expression before ')' token
57 | if (sizeof ((long long)))
| ^
configure:8539: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:8539: result: yes
configure:8547: checking for unsigned long long
configure:8547: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8547: $? = 0
configure:8547: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:58:33: error: expected expression before ')' token
58 | if (sizeof ((unsigned long long)))
| ^
configure:8547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((unsigned long long)))
| return 0;
| ;
| return 0;
| }
configure:8547: result: yes
configure:8556: checking for int32_t
configure:8556: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8556: $? = 0
configure:8556: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:59:22: error: expected expression before ')' token
59 | if (sizeof ((int32_t)))
| ^
configure:8556: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((int32_t)))
| return 0;
| ;
| return 0;
| }
configure:8556: result: yes
configure:8565: checking for int64_t
configure:8565: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8565: $? = 0
configure:8565: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:60:22: error: expected expression before ')' token
60 | if (sizeof ((int64_t)))
| ^
configure:8565: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INT32_T 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:8565: result: yes
configure:8574: checking for uint32_t
configure:8574: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8574: $? = 0
configure:8574: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:61:23: error: expected expression before ')' token
61 | if (sizeof ((uint32_t)))
| ^
configure:8574: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:8574: result: yes
configure:8583: checking for uint64_t
configure:8583: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8583: $? = 0
configure:8583: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:62:23: error: expected expression before ')' token
62 | if (sizeof ((uint64_t)))
| ^
configure:8583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:8583: result: yes
configure:8592: checking for ptrdiff_t
configure:8592: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
configure:8592: $? = 0
configure:8592: /usr/bin/mpicc -c -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG conftest.c >&5
conftest.c: In function 'main':
conftest.c:63:24: error: expected expression before ')' token
63 | if (sizeof ((ptrdiff_t)))
| ^
configure:8592: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "code_saturne"
| #define PACKAGE_TARNAME "code_saturne"
| #define PACKAGE_VERSION "8.0.3"
| #define PACKAGE_STRING "code_saturne 8.0.3"
| #define PACKAGE_BUGREPORT "saturne-support@edf.fr"
| #define PACKAGE_URL "https://code-saturne.org"
| #define PACKAGE "code_saturne"
| #define VERSION "8.0.3"
| #define CS_CC_VERSION_STRING "gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_CXX_VERSION_STRING "g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define CS_FC_VERSION_STRING "GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_INT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #include <stddef.h>
| #ifdef HAVE_STDIO_H
| # include <stdio.h>
| #endif
| #ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| #endif
| #ifdef HAVE_STRING_H
| # include <string.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main (void)
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:8592: result: yes
configure:8606: checking size of void *
configure:8612: /usr/bin/mpicc -o conftest -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG -O -Wl,-export-dynamic conftest.c >&5
configure:8612: $? = 0
configure:8612: ./conftest
configure:8612: $? = 0
configure:8627: result: 8
configure:8639: checking size of short
configure:8645: /usr/bin/mpicc -o conftest -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG -O -Wl,-export-dynamic conftest.c >&5
configure:8645: $? = 0
configure:8645: ./conftest
configure:8645: $? = 0
configure:8660: result: 2
configure:8672: checking size of int
configure:8678: /usr/bin/mpicc -o conftest -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG -O -Wl,-export-dynamic conftest.c >&5
configure:8678: $? = 0
configure:8678: ./conftest
configure:8678: $? = 0
configure:8693: result: 4
configure:8705: checking size of long
configure:8711: /usr/bin/mpicc -o conftest -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -D_POSIX_C_SOURCE=200809L -DNDEBUG -O -Wl,-export-dynamic conftest.c >&5
configure:8711: $? = 0
configure:8711: ./conftest
configure:8711: $? = 0
configure:8726: result: 8
configure:8738: checking size of long long
configure:8744: /usr/bin/mpicc -o conftest -funsigned-char -W -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Wunused -Wfloat-equal -Werror=implicit-function-declaration -Wmisleading-indentation -Wduplicated-cond -fdiagnostics-color=auto -Werror=format-security -

Attachments
config.log
(112.17 KiB) Downloaded 118 times
Yvan Fournier
Posts: 4119
Joined: Mon Feb 20, 2012 3:25 pm

Re: Problem installing Scotch - automatic installation

Post by Yvan Fournier »

Hello,

The error is line 1957:

configure:16686: error: cannot find PyQt5 support (>= 5.0) or PyQt4 support (>= 4.5), Graphical User Interface cannot be installed.

You need to install the prerequisites or disable the GUI.

Regards,

Yvan
AdrianEolion
Posts: 3
Joined: Tue May 14, 2024 2:31 pm

Re: Problem installing Scotch - automatic installation

Post by AdrianEolion »

Nvm it did work suddenly...
Post Reply