Replies: 5 comments 2 replies
-
What platform are you building on? |
Beta Was this translation helpful? Give feedback.
-
Yes, sounds like you don't have the C header files installed. If it's for Ubuntu, perhaps install |
Beta Was this translation helpful? Give feedback.
-
Thank you for your assistance. I found a copy of termios.h by expanding my search outside my home directory, and I modified the two include statements to point to the absolute folder path for that and ioctl.h. If you'll bear with me while I bring myself up to speed, I'd love to get Stella running in my environment. In the same file, now I'm getting five "use of undeclared identifier" errors. I'll keep looking at my end and see if I can figure it out, but I appreciate any help you can offer. |
Beta Was this translation helpful? Give feedback.
-
I'm using Termux, which is available via F-Droid. I have an X environment, SDL2, and the latest build of clang. |
Beta Was this translation helpful? Give feedback.
-
Here is the output I currently am getting: mkdir -p -p src/os/unix/.deps |
Beta Was this translation helpful? Give feedback.
-
I fetched the source using the "git clone" command, ran the Configure script, and tried to compile the source using "make -f Makefile". Compilation halted on an error because the file "sys/termios.h" is not found. This happened in src/os/unix/SerialPortUNIX.cxx at line 22.
I ran the command "find ./src -name termios.h" and got no results. Is the file just missing from the source package? Thanks for your help on this.
Beta Was this translation helpful? Give feedback.
All reactions