roslisp issues: How do I locate and kill compilaition process that is stopping my s-xml from compiling?
## Issue ##
I'm trying to follow along with the roslisp tutorial: http://wiki.ros.org/roslisp/Tutorials... The roslisp tutorial has a github where I got all of the example code: https://github.com/code-iai/roslisp_t... I'm using roslisp_repl
My issue occurs when I run the following command from the tutorial: (ros-load:load-system "roslisp_tutorials_basics" "roslisp-tutorials-basics")
I get the following warning message: "System `s-xml' is compiled by a different process. Waiting for compilation of blocking file to finish."
I'm relatively a beginner when it comes to common lisp, I started learning the language not too long ago. I know that s-xml is common lisp's parser for xml files but that's as much as I've been able to find via google search. I have no idea what's going on. I don't know what the blocking file is and I don't know how to find the blocking file. Does anybody have any advice?