On Mon, Apr 3, 2017 at 6:08 PM, Bill Dussault <[email protected]> wrote: > Greetings > > I am trying to use the BlackLib package to allow me to use C++ for > development. I'm struggling to get it working. > > Here is the background: > I'm using Debian 4.6.3-14 and GCC 4.6.3 > > I've tried compiling the code but gcc does not like the -std=c++11 command > and it throws a ton of errors if I omit it. > > Here are all the errors. Many I am guessing because I am not using C++11 Id > there a better way to do use the BlackLib?
Your asking too much of GCC 4.6.3: https://gcc.gnu.org/projects/cxx-status.html#cxx11 switch to the Debian Jessie image and you'll get gcc 4.9.x Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYg-Kf55jt6czbJoOADe34fzyMuc%2BYpCL%3DjKxSf2ECAdCA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
