maintainer-feedback requested: [Bug 245178] graphics/mesa-dri no member named 'CGFT_ObjectFile'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 30 03:06:06 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-x11 mailing list
<x11 at FreeBSD.org> for maintainer-feedback:
Bug 245178: graphics/mesa-dri no member named 'CGFT_ObjectFile'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245178
--- Description ---
Trying to build mesa-dri on FreeBSD-12/i386, I got the following error:
common/ac_llvm_helper.cpp:138:9: error: no member named 'CGFT_ObjectFile' in
'llvm::TargetMachine'; did you mean
'llvm::CGFT_ObjectFile'?
llvm::TargetMachine::CGFT_ObjectFile)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
llvm::CGFT_ObjectFile
/opt/llvm10/include/llvm/Support/CodeGen.h:65:5: note: 'llvm::CGFT_ObjectFile'
declared here
CGFT_ObjectFile,
The change helpfully suggested by the compiler seems to have worked and the
build is proceeding, but the file is over a year old -- how did it work for
others?
More information about the freebsd-x11
mailing list