C++ standard library headers no longer included in dev-pkgs

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

C++ standard library headers no longer included in dev-pkgs

417 Views
clemenseisserer
Contributor II

Hi,

We've just upgraded an T2080RDB to SDK-1.8 (was on 1.6 previously) and noted it was no longer possible to compile C++ programs using the C++ standard library - even if both tools-sdk and dev-pkgs was selected in EXTRA_IMAGES_FEATURES:

g++ RawSocketCapture.cpp
  RawSocketCapture.cpp:25:18: fatal error: vector: No such file or directory
   #include <vector>

To me this seems like an oversight in SDK-1.8, because gcc-c++/g++ is in tools-sdk/dev-pkgs, but doesn't make much sense without the C++ standard library headers.

Br, Clemens

0 Kudos
0 Replies