1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
simple_ls.cpp:11:43: error: boost/filesystem/operations.hpp: No such file or directory
simple_ls.cpp:12:37: error: boost/filesystem/path.hpp: No such file or directory
simple_ls.cpp:13:30: error: boost/progress.hpp: No such file or directory
simple_ls.cpp:16: error: boost has not been declared
simple_ls.cpp:16: error: filesystem is not a namespace-name
simple_ls.cpp:16: error: expected namespace-name before ; token
simple_ls.cpp: In function int main(int, char**):
simple_ls.cpp:20: error: boost has not been declared
simple_ls.cpp:20: error: expected initializer before t
simple_ls.cpp:22: error: fs has not been declared
simple_ls.cpp:22: error: expected initializer before full_path
simple_ls.cpp:25: error: full_path was not declared in this scope
simple_ls.cpp:25: error: fs has not been declared
simple_ls.cpp:25: error: fs has not been declared
simple_ls.cpp:25: error: fs has not been declared
simple_ls.cpp:34: error: fs has not been declared
simple_ls.cpp:34: error: full_path was not declared in this scope
simple_ls.cpp:29: warning: unused variable file_count
simple_ls.cpp:30: warning: unused variable dir_count
simple_ls.cpp:31: warning: unused variable other_count
simple_ls.cpp:32: warning: unused variable err_count
simple_ls.cpp:38: error: expected `}' at end of input |
Partager