Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xacc-dev] Local XACC install

These errors are due to the version of GCC that you are using. XACC requires a C++11 compliant compiler and 4.8.5 was early on in the days of C++11 support. So there is a bug with that compiler related to template argument deduction which is used heavily in the Graph class. Here’s one bug report I found 


So you will have to update your version of GCC (I suggest 5.3+). 

Alex


On Feb 1, 2018, at 9:18 AM, Huber, Joseph Nathaniel <jhuber6@xxxxxxxxxxxx> wrote:

<error.txt>


Back to the top