Skip to content
New issue

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

Compile error on Ubuntu 24.04 LTS #13227

Open
tadiwe opened this issue May 11, 2024 · 2 comments
Open

Compile error on Ubuntu 24.04 LTS #13227

tadiwe opened this issue May 11, 2024 · 2 comments
Labels

Comments

@tadiwe
Copy link

tadiwe commented May 11, 2024

Bug Description

After running the setup for Debian, during compile I got the following error:

[ 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_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())
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))
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/mixxx.dir/build.make:304: mixxx] Fehler 1
gmake[1]: *** [CMakeFiles/Makefile2:316: CMakeFiles/mixxx.dir/all] Fehler 2
gmake: *** [Makefile:166: all] Fehler 2

Any Idea how to resolve this?
Thanks.

Version

2.4

OS

Ubuntu 24.04 LTS

@tadiwe tadiwe added the bug label May 11, 2024
@Swiftb0y
Copy link
Member

try installing the fftw-dev package

@tadiwe
Copy link
Author

tadiwe commented May 12, 2024

try installing the fftw-dev package

As far as I remember, it is already installed.
Edit: True:
fftw-dev ist schon die neueste Version (2.1.5-6build2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants