srcML / srcSlice

Lightweight tool for slicing
34 stars 16 forks source link

could not build srcSlice #33

Open sML-90 opened 3 years ago

sML-90 commented 3 years ago

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!

EndermanSUPREME commented 2 months ago

Hi! If you're able to include more information on your process on attempting to install srcSlice I could possibly help resolve the issue, as of recently to my knowledge if you have srcML installed on your local machine you should hopefully not run into too many difficulties when installing srcSlice.

You can get an install for srcML from: