-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hi!
I followed the procedures given in the readme to build srcSlice, but the last make command exited with the following error:
11 warnings and 3 errors generated.
make[2]: *** [src/CMakeFiles/srcslice.dir/cpp/srcslice.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/srcslice.dir/all] Error 2
So, the bin folder doesn't have the executable ready.
Following are the errors printed:
srcSlice/src/cpp/srcslice.cpp:8:9: error: unknown type name 'SrcSlicePolicy'; did you mean 'srcSlicePolicy'?
SrcSlicePolicy* cat = new SrcSlicePolicy(&profileMap);
^~~~~~~~~~~~~~
srcSlicePolicy
srcSlice/src/cpp/srcslice.cpp:8:35: error: unknown type name 'SrcSlicePolicy'; did you mean 'srcSlicePolicy'?
SrcSlicePolicy* cat = new SrcSlicePolicy(&profileMap);
^~~~~~~~~~~~~~
srcSlicePolicy
Can you please help me on the same?
Thanks in advance!