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

Windows Support #94

Open
rachit7645 opened this issue Sep 27, 2022 · 6 comments
Open

Windows Support #94

rachit7645 opened this issue Sep 27, 2022 · 6 comments

Comments

@rachit7645
Copy link

Do you have any plans for windows support yet?

@epasveer
Copy link
Owner

Sorry, not yet.

I don't really have a windows environment handy for me to develop with.

Having said that, there's nothing really OS specific in the code. Just need:

  • QT5
  • cmake running on Windows to build Seer
  • gdb binary on Windows (Cygwin?)

@rachit7645
Copy link
Author

Thank you for the response. I'll try building on windows myself.

@epasveer
Copy link
Owner

There may be tweakes needed to the CMakefile.txt file. Let me know.

Thanks.

@rachit7645
Copy link
Author

In src/SeerConsoleWidget.cpp, at line 18, the header termios.h is included. This header is not available anywhere on any native windows compiler, even MSYS2's version of gcc and clang. Cygwin would work however it would kinda defeat the point.

@epasveer
Copy link
Owner

Cygwin would work however it would kinda defeat the point.

Yes, that would defeat the point.

The console uses Linux psuedo-terminals for handling of the stdin and stdout to the program being debugged. I will need to check if there is a Windows equivalent.

@epasveer
Copy link
Owner

epasveer commented Jan 8, 2024

There is:

ConPTY - Windows Command Line

Not sure if this is the same as Linux pseudo terminals.

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