[dev] st (development version) not compiling on gcc-4.9

From: Xavier Fernández i Marín <xfim.ll_AT_gmail.com>
Date: Mon, 22 Sep 2014 09:29:10 +0200

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

This archive was generated by hypermail 2.3.0 : Mon Sep 22 2014 - 09:36:08 CEST