Re: [dev] [st] segfault when selecting text

From: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
Date: Wed, 18 Mar 2015 07:02:28 +0100

> 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,
Received on Wed Mar 18 2015 - 07:02:28 CET

This archive was generated by hypermail 2.3.0 : Wed Mar 18 2015 - 07:12:08 CET