CONCORE on Windows #41
Rahuljagwani
started this conversation in
General
Replies: 2 comments 8 replies
-
There is an open PR from Parteek on this. Can you check whether that addresses this issue? I am aware we mostly tested on Mac OS and Linux and issues are likely on Windows. |
Beta Was this translation helpful? Give feedback.
6 replies
-
@pradeeban I tested the PR made by @parteekcoder. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@pradeeban
There is a major issue for Concore on Windows as commands used in building concore are favorable for unix systems. As one can notice in .bat files (example makestudy.bat) python3 command is used which is not suitable for windows and commands like xterm, ln are used in many places (debug.bat etc. files).
Moreover in https://github.com/ControlCore-Project/concore/blob/main/fri/server/main.py call is made to makestudy, build etc. in such a way that it will give error on windows.
So I propose working on same. As lot of files need to be changed and to identify if it is expected behavior or not, I have raised this issue on discussions rather than directly creating issue.
I already mentioned this in #30 before but no one responded.
Looking forward to working on it.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions