libkeyfinder icon indicating copy to clipboard operation
libkeyfinder copied to clipboard

Compile issue on Debian 11

Open improvethings opened this issue 2 years ago • 8 comments

[ 94%] Building CXX object tests/CMakeFiles/keyfinder-tests.dir/windowfunctiontest.cpp.o [ 97%] Building CXX object tests/CMakeFiles/keyfinder-tests.dir/workspacetest.cpp.o [100%] Linking CXX executable keyfinder-tests /usr/bin/ld: ../libkeyfinder.so.2.2.7: undefined reference to fftw_execute' /usr/bin/ld: ../libkeyfinder.so.2.2.7: undefined reference to fftw_plan_dft_r2c_1d' /usr/bin/ld: ../libkeyfinder.so.2.2.7: undefined reference to `fftw_plan_dft_c2r_1d' collect2: error: ld returned 1 exit status gmake[2]: *** [tests/CMakeFiles/keyfinder-tests.dir/build.make:375: tests/keyfinder-tests] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:946: tests/CMakeFiles/keyfinder-tests.dir/all] Error 2 gmake: *** [Makefile:160: all] Error 2

$ dpkg -l | grep fftw ii fftw-dev 2.1.5-4.2+b1 amd64 library for computing Fast Fourier Transforms ii fftw2 2.1.5-4.2+b1 amd64 library for computing Fast Fourier Transforms ii libfftw3-bin 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Tools ii libfftw3-dev:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - development ii libfftw3-double3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Double precision ii libfftw3-long3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Long precision ii libfftw3-quad3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Quad precision ii libfftw3-single3:amd64 3.3.8-2 amd64 Library for computing Fast Fourier Transforms - Single precision

improvethings avatar Jan 13 '23 03:01 improvethings

No idea. Is this issue still pending?

daschuer avatar Jan 23 '23 12:01 daschuer

yes, I still have not resolved.

improvethings avatar Jan 24 '23 01:01 improvethings

Please share the complete console output. With VERBOSE=1

daschuer avatar Jan 24 '23 06:01 daschuer