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

Unable to compile Expect #86

Open
dslm4515 opened this issue Sep 3, 2024 · 0 comments
Open

Unable to compile Expect #86

dslm4515 opened this issue Sep 3, 2024 · 0 comments
Labels
invalid This doesn't seem right

Comments

@dslm4515
Copy link
Owner

dslm4515 commented Sep 3, 2024

Configuring Expect for /tools succeeds with PTY_TYPE=termios but fails to compile:

exp_inter.c: In function "Exp_InteractObjCmd":
exp_inter.c:763:13: error: storage size of "tty_old" isn't known
   763 |      exp_tty tty_old;
       |      ^~~~~~~~~~~~~

Cross-GCC in /cross-tools and GCC in /tools compile with the same error. If I use the host's GCC, expect compiles fine.

@dslm4515 dslm4515 added the invalid This doesn't seem right label Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant