Replies: 2 comments
-
Thanks for the report. Indeed, the Debian/Ubuntu package seem to only ship GCC config file (https://packages.debian.org/sid/amd64/libblitz0-dev/filelist). Would installing Blitz++ from the source tarball using Clang during setup help? |
Beta Was this translation helpful? Give feedback.
-
Yes technically that would probably work! I am writing a plugin library which supports GCC and Clang compilers and depends on Blitz++. I am providing my library as a Debian package as well, and of course it would be nice if it could just depend on Thanks for your answer! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When compiling my library which includes Blitz++ with Clang, I am getting the following error:
The file is indeed missing in my system, I only seem to have support for gcc (
blitz/gnu/bzconfig.h
exists & works).Installed version of Blitz++:
Beta Was this translation helpful? Give feedback.
All reactions