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
make install ./c2macro.pl blitzDrt.c++ > sourcecode.h g++ -o productiveDrt \ -O3 \ -march=native -mtune=native \ blitzDrt.c++ \ -Wall -Wextra \ -lfftw3 \ -lboost_program_options \ `pkg-config --cflags --libs blitz` \ `pkg-config --cflags --libs fftw3` \ `pkg-config --cflags --libs Magick++` blitzDrt.c++:7:2: warning: #warning ohne BZ_DEBUG [-Wcpp] 7 | #warning ohne BZ_DEBUG | ^~~~~~~ In file included from blitzDrt.c++:31: fm3.h:13:2: warning: #warning setting fm3_maxlines to default [-Wcpp] 13 | #warning setting fm3_maxlines to default | ^~~~~~~ fm3.h:18:2: warning: #warning setting fm3_stream to default [-Wcpp] 18 | #warning setting fm3_stream to default | ^~~~~~~ fm3.h:23:2: warning: #warning setting fm3_errcode to default [-Wcpp] 23 | #warning setting fm3_errcode to default | ^~~~~~~ g++: fatal error: Getötet signal terminated program cc1plus compilation terminated. make: *** [Makefile:75: productiveDrt] Fehler 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: