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

build error (make install) #3

Open
Wikinaut opened this issue Feb 18, 2023 · 0 comments
Open

build error (make install) #3

Wikinaut opened this issue Feb 18, 2023 · 0 comments

Comments

@Wikinaut
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant