-
Notifications
You must be signed in to change notification settings - Fork 10
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
Building for Windows #2
Comments
Hello, (defined in <math.h>)
Are you using mingw for Qt? |
I am using mingw. Qt Creator is configured to use mingw32-make.exe -j8 |
Ok.
As suggested here -https: //stackoverflow.com/questions/26065359/m-pi-flagged-as-undeclared-identifier |
Thank you very much for the answer. I added the following lines to the fast_math.h `#ifndef M_PI_2f32 #ifndef M_PIf32 The error message is gone now. Then i had to install the libusb for windows. In several files there was the following include neccessary: #include <stdint.h> Now i seem to have some problems with 'aligned_alloc' any ideas? |
There is no aligned_alloc in mingw. |
hello oleg and raufaser |
Hello. I'll try, but I can't promise it will be soon. |
There is a compiled version for Windows 10 (see folder win_x64). |
Hello,
first of all many thanks for investing time in decoding DVB-T2 with an SDR receiver.
I would really like to test it out with my SDRPlay device. I am trying to compile the project for Windows.
I installed the QTCreator and QT 5.12.11. I also dowloaded the FFT library and copied the content to the DSP subdirectory.
I get a lot of errors when i try to build the project.
Is there any chance you can help me with building the project?
The text was updated successfully, but these errors were encountered: