Menu

#2366 Problem compiling in c++11

OTHER
unread
nobody
mutex (1) std (1)
Support
none
Unknown
False
2018-03-20
2018-03-20
bemberst
No

Hi

I am trying to compile pangolin librairy.

And when i compile i have an error :
'mutex' is not a member of 'std'

I was thinking that because i'm not compiling in c++11 so i've modify the CXX flags
with -std=gnu++11 or -std=c++11 or -std=c++0x

but that's dont change anything.

Anyone have an idea ?

Discussion