Hello all, I am trying to build llvm 1.8a with gcc 4.1.1 and I get the attached error. Are there any easy workarounds or should I just try another version of gcc? -- Pertti -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: build-error URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060901/350fb4a1/attachment.ksh>
I fixed my immediate problem by using a different version of gcc. Chris Lattner kirjoitti:> The offending line of code looks fine on our side, > but there could be something I'm missing.For what it is worth, I've run into problems with boost_concept_check before when using Boost.Python. Some versions of gcc worked fine, while others gave error messages relating to boost_concept_check. My guess is that it is due to some slight differences in how templates are instantiated in different versions of gcc. -- Pertti
On Fri, 1 Sep 2006, [ISO-8859-1] Kellom�ki Pertti wrote:> I am trying to build llvm 1.8a with gcc 4.1.1 and I get the attached error. > Are there any easy workarounds or should I just try another version of gcc?I haven't seen this error, but I'm not using GCC 4.1.1. It would be good to track this down and either file a bug with GCC or for us to get it fixed in LLVM. The offending line of code looks fine on our side, but there could be something I'm missing. Known-good/bad versions of GCC are listed here: http://llvm.org/docs/GettingStarted.html#brokengcc -Chris -- http://nondot.org/sabre/ http://llvm.org/