You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to convert Java source code using srcml.
My environment is Mac OS 10.14.5. so it is not supported. https://www.srcml.org/#download
So, I want to run srcml using this Docker environment.
But, when I tried docker run --name srcml-client-test srcml/ubuntu_x86_64_client-test:18.10, there is some errors.
CMake Error: The source directory "/srcML" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No rule to make target 'install'. Stop.
UpdateCTestConfiguration from :/srcML-build/DartConfiguration.tcl
Site: ubuntu_${OS_VERSION}_x86_64-client
Build name: (empty)
Cannot find file: /srcML-build/DartConfiguration.tcl
WARNING: No nightly start time found please setin CTestConfig.cmake or DartConfig.cmake
Problem initializing the dashboard.
What is missing?
Could you write a tutorial to get srcml working with Docker?
thank you.
The text was updated successfully, but these errors were encountered:
Hi
I want to convert Java source code using srcml.
My environment is Mac OS 10.14.5. so it is not supported.
https://www.srcml.org/#download
So, I want to run srcml using this Docker environment.
But, when I tried
docker run --name srcml-client-test srcml/ubuntu_x86_64_client-test:18.10
, there is some errors.What is missing?
Could you write a tutorial to get srcml working with Docker?
thank you.
The text was updated successfully, but these errors were encountered: