Skip to content

Compiling with Clang does not find blitz/llvm/bzconfig.h #177

@remod

Description

@remod

When compiling my library which includes Blitz++ with Clang, I am getting the following error:

In file included from /usr/include/blitz/array.h:37:
In file included from /usr/include/blitz/array-impl.h:46:
In file included from /usr/include/blitz/blitz.h:52:
/usr/include/blitz/bzconfig.h:82:10: fatal error: 'blitz/llvm/bzconfig.h' file not found
#include <blitz/llvm/bzconfig.h>
         ^~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

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++:

libblitz0-dev:
  Installed: 1:1.0.2+ds-2
  Candidate: 1:1.0.2+ds-2
  Version table:
 *** 1:1.0.2+ds-2 500
        500 http://ch.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        100 /var/lib/dpkg/status

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions