-
Notifications
You must be signed in to change notification settings - Fork 25
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
RPSL explorer can't compile files #28
Comments
I cannot reproduce this issue by getting a fresh clone of this repo, running the explorer and loading e.g. any of the test rpsl samples on my Windows system. Could you provide us the specific error that occured (presumably during new process creation at compilation time here), the rpsl file it occured with and the path that file is located at? |
I'll go over my repro steps:
|
Trying the provided command in the Windows command line results in the following error: Looks like a dir seperator issue, so moving to a backslash (
Tough if I fix the double double-quote from the command, it finally works properly:
|
It is very peculiar that even by closely following your repro steps the issue it not reproducible. Did you generate the CMake files with the build.bat file we provide. We will nevertheless include these changes in the next update or a small maintenance one because they make sense. |
Using Visual Studio on Windows, whenever I try to load an uncompiled .rpsl file, I get the following error:
Turns out this is because of the following line from
rpsl_explorer.hpp
:Changing the line accordingly for windows fixes the issue, but will most likely not work for Linux:
This does not happen is the file was already compiled, as the explorer fetches the already compiled version instead. This might be why the issue went unnoticed
The text was updated successfully, but these errors were encountered: