>                  from st.c:25:
> /usr/X11R6/include/X11/Xfuncproto.h:156:24: warning: ISO C does not permit 
> named variadic macros
> st.c: In function 'strparse':
> st.c:2265: warning: implicit declaration of function 'strsep'
> st.c:2265: warning: assignment makes pointer from integer without a cast
> st.c: In function 'techo':

Your problem is the commit 72d2accc22 which removed _BSD_SOURCE
and introduced _DEFAULT_SOURCE instead, but since strsep is not a
POSIX function, each system requires different defines. Can you test
to define _BSD_SOURCE also?

Regards,


Reply via email to