[cfe-dev] Error Compiling Clang 3.4 from Sources?

Alexander Musman alexander.musman at gmail.com
Mon Mar 17 06:28:09 PDT 2014


I remember similar error message some time ago (in 3.3 or even earlier),
for me it was fixed after adding right version of python into PATH.


2014-03-17 17:08 GMT+04:00 Dmitri Gribenko <gribozavr at gmail.com>:

> On Mon, Mar 17, 2014 at 12:56 AM, Jeffrey Walton <noloader at gmail.com>
> wrote:
> > I fetched Clang 3.4 with the recipe below. I'm hitting an error while
> > attempting to compile:
> >
> > llvm-config.cpp:45:10: fatal error: 'LibraryDependencies.inc' file not
> found
> > #include "LibraryDependencies.inc"
> >
> > Sure enough, its missing:
> >
> > $ find . -iname LibraryDependencies.inc
> > $
> >
> > I've run through the recipe three or four times in the past, so I know
> > it used to work.
>
> It works for me.  The file in question is generated.  With the in-tree
> build like the one that your script does, it is located in
> ./tools/llvm-config/LibraryDependencies.inc.
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>



-- 
Best regards,
Alexander Musman
+79154687051
skype: alexander.musman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140317/1f8d8937/attachment.html>


More information about the cfe-dev mailing list