nlitsme / extfstools

Tools for extracting files from ext2,3,4 filesystem images
MIT License
121 stars 39 forks source link

ext2rd.cpp:5:10: fatal error: 'map' file not found #2

Closed rigortek closed 5 years ago

rigortek commented 5 years ago

clang++ -g -Wall -c -O3 -I itslib -D_UNIX -D_NO_RAPI -I /usr/local/include -I . -std=c++11 -stdlib=libc++ -MD ext2rd.cpp -o ext2rd.o ext2rd.cpp:5:10: fatal error: 'map' file not found

include

     ^

1 error generated. make: *** [ext2rd.o] Error 1

nlitsme commented 5 years ago

I think your compiler may have some missing parts, 'map' is part of the c++ standard library.