gcc7
No description set
- Devel package for openSUSE:Factory
-
3
derived packages
- Developed at SCM
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:gcc/gcc7 && cd $_
- Create Badge
Refresh
Refresh
osc -A https://api.opensuse.org checkout devel:gcc/gcc7 && cd $_
Comments 1
Hello Richard!
gcc7 stopped compiling in Factory and Tumbleweed with glibc 2.42.
[ 1347s] terminals.c:1068:13: fatal error: termio.h: No such file or directory
[ 1347s] # include <termio.h>
[ 1347s] ^~~~~~~~~~
[ 1347s] compilation terminated.
Most likely, you just need to replace <termio.h> with <termios.h>.
Could you take a look and fix it when you have some free time?