Compilation error in pointsearch_reg2d.cc
Added by Richard Kovacs 6 months ago
Hi there CDO support,
We have a debian linux 12.11 (bookworm) using a kernel
Linux nimbus 6.1.0-37-686-pae #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) i686 GNU/Linux
I have downloaded cdo 2.5.3 and tried to compile it using:
./configure --with_netcdf=yes
make
But there is an error which does not seem normal. Since I found nothing by searching for this error, I presume it is on my side, but have no idea how to proceed.
I attached the configure output and the make output.
Can someone help me? Also If I omited important info to find the error please just ask I will provide everything needed.
TIA,
Richard
| configure.out.txt (31.5 KB) configure.out.txt | ./configure output | ||
| make.log.txt (211 KB) make.log.txt | make output w/ error |
Replies (4)
RE: Compilation error in pointsearch_reg2d.cc - Added by Uwe Schulzweida 6 months ago
Hi Richard,
This is an error in the CDO code; the data type double_t should not be used here. I have fixed the problem and replaced the old version 2.5.3 with the new one.
Cheers,
Uwe
RE: Compilation error in pointsearch_reg2d.cc - Added by Richard Kovacs 6 months ago
Hi Uwe,
Thanks a lot this qas quick!
I also tried to compile 2.5.2 and the same error existed, just wanted to let you know.
Richard
RE: Compilation error in pointsearch_reg2d.cc - Added by Richard Kovacs 6 months ago
Just wanted to confirm, that it works great!
Thx again,
Richard
RE: Compilation error in pointsearch_reg2d.cc - Added by Uwe Schulzweida 6 months ago
Thanks for the feedback!