[Insight-users] Graph Cuts VTK version >6

David Doria daviddoria at gmail.com
Sat May 26 06:50:13 EDT 2012


On Sat, May 26, 2012 at 4:16 AM, Ella Maria Kadas <ella_kadas at yahoo.com> wrote:
> I know but yes, it is not working for me. I got this error
> cc1plus: error: unrecognized command line option "-std=gnu++0x"
> i foung that several people already encountered this problem (trying to
> compile C/C++/fortran compilers on Mac).
> and to resolve that i need a newer version which works using macports, but
> still i get the other error i've already mentioned.
> So, ... i am pretty much cluless at this point.
> Ella K.

gnu++0x is just a flag that enables the c++0x (or I guess c++11 now?)
parts of the language on a GNU compiler (typically gcc). I'd imagine
there is a different flag to enable the equivalent for other
compilers.

David


More information about the Insight-users mailing list