CPP2D icon indicating copy to clipboard operation
CPP2D copied to clipboard

Build fails on Ubuntu 20.04

Open nordlow opened this issue 5 years ago • 1 comments

Trying to build as

cmake -DCMAKE_PREFIX_PATH=/usr/lib/llvm-10/include .
make

errors as

/home/per/Work/cpp2d/CPP2D/CPP2DPPHandling.h:30:7: error: ‘void CPP2DPPHandling::InclusionDirective(clang::SourceLocation, const clang::Token&, llvm::StringRef, bool, clang::CharSourceRange, const clang::FileEntry*, llvm::StringRef, llvm::StringRef, const clang::Module*)’ marked ‘override’, but does not override
...

on Ubuntu 20.04 with libclang-10-dev installed.

Is this because the Clang API has changed from version 6 to version 10?

nordlow avatar Aug 01 '20 23:08 nordlow

I am having this issue too.

redthing1 avatar Mar 07 '21 22:03 redthing1