Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not build srcSlice #33

Open
sML-90 opened this issue Jun 13, 2021 · 1 comment
Open

could not build srcSlice #33

sML-90 opened this issue Jun 13, 2021 · 1 comment

Comments

@sML-90
Copy link

sML-90 commented Jun 13, 2021

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
Copy link
Collaborator

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants