Dear all,
First of all, thank you for all your efforts on developing all the set of
tools.
I can compile st-0.5, but not the development version, on a Gentoo
distribution running gcc-4.9.
This is the relevant part of the error message:
-----8<---------------
st.c: In function ‘csihandle’:
st.c:1976:13: error: ‘vtiden’ undeclared (first use in this function)
ttywrite(vtiden, sizeof(vtiden) - 1);
^
st.c:1976:13: note: each undeclared identifier is reported only once for each function it appears
in
st.c: In function ‘tcontrolcode’:
st.c:2457:12: error: ‘vtiden’ undeclared (first use in this function)
ttywrite(vtiden, sizeof(vtiden) - 1);
^
st.c: In function ‘eschandle’:
st.c:2522:12: error: ‘vtiden’ undeclared (first use in this function)
ttywrite(vtiden, sizeof(vtiden) - 1);
^
make: *** [st.o] Error 1
-----8<---------------
Do you have any idea on what is wrong?
Thank you,
--
- Xavier -
Received on Mon Sep 22 2014 - 09:29:10 CEST