Chad Stevens via llvm-dev
2016-Sep-27 12:28 UTC
[llvm-dev] Having issues building the LLVM on OSX
Hi, I posted a question on stack overflow and it was recommended that I post the question to one of the mailing list. I wasn't sure which mailing list to put it on, so if this isn't the right one please let me know. When I try to build LLVM latest I get the following error: ../clang/include/clang/AST/Decl.h:3835:49: error: use of undeclared identifier 'Export'; did you mean 'Import'? I can't figure out why it isn't building properly. I followed the documentation to make sure everything was building properly and I still am getting that error. The Documentation I used to build it is: http://clang.llvm.org/docs/LibASTMatchersTutorial.html Any help would be greatly appreciated. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160927/e2f1b208/attachment.html>
Mehdi Amini via llvm-dev
2016-Sep-27 16:43 UTC
[llvm-dev] Having issues building the LLVM on OSX
> On Sep 27, 2016, at 5:28 AM, Chad Stevens via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > I posted a question on stack overflow and it was recommended that I post the question to one of the mailing list. I wasn't sure which mailing list to put it on, so if this isn't the right one please let me know. > > > When I try to build LLVM latest I get the following error: ../clang/include/clang/AST/Decl.h:3835:49: error: use of undeclared identifier 'Export'; did you mean 'Import'? > > I can't figure out why it isn't building properly. I followed the documentation to make sure everything was building properly and I still am getting that error. > > The Documentation I used to build it is: http://clang.llvm.org/docs/LibASTMatchersTutorial.html <http://clang.llvm.org/docs/LibASTMatchersTutorial.html> >At which stage of this doc does it fail? Also what is your host compiler (run clang -v) — Mehdi> Any help would be greatly appreciated. > > Thanks > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160927/311da982/attachment.html>