We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed with :
[ 87%] Linking CXX executable mixxx mold: error: undefined symbol: fftw_plan_dft_c2r_1d
referenced by fftadapter.cpp lib/keyfinder-install/lib/libkeyfinder.a(fftadapter.cpp.o):(KeyFinder::InverseFftAdapter::InverseFftAdapter(unsigned int)) mold: error: undefined symbol: fftw_plan_dft_r2c_1d referenced by fftadapter.cpp lib/keyfinder-install/lib/libkeyfinder.a(fftadapter.cpp.o):(KeyFinder::FftAdapter::FftAdapter(unsigned int)) mold: error: undefined symbol: fftw_execute referenced by fftadapter.cpp lib/keyfinder-install/lib/libkeyfinder.a(fftadapter.cpp.o):(KeyFinder::FftAdapter::execute())>>> referenced by fftadapter.cpp lib/keyfinder-install/lib/libkeyfinder.a(fftadapter.cpp.o):(KeyFinder::InverseFftAdapter::execute()) collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/mixxx.dir/build.make:307 : mixxx] Erreur 1 gmake[1]: *** [CMakeFiles/Makefile2:319 : CMakeFiles/mixxx.dir/all] Erreur 2 gmake: *** [Makefile:166 : all] Erreur 2
Development release
Linux mint 22
The text was updated successfully, but these errors were encountered:
Did you install "libfftw3-dev"?
Sorry, something went wrong.
Is this a duplicate of mixxxdj/libkeyfinder#25?
Sorry, yes it's a duplicate ... Effectively removing completly fftw-dev and fftw2 does the trick. It build and run nicely now on Linux mint 22.
No branches or pull requests
Bug Description
Build failed with :
[ 87%] Linking CXX executable mixxx
mold: error: undefined symbol: fftw_plan_dft_c2r_1d
Version
Development release
OS
Linux mint 22
The text was updated successfully, but these errors were encountered: