Re: Feature Request: define sighandler_t

2011-05-03 Thread Markus Steinborn
ed by Markus Steinborn. Works well on RHEL 5 (-Clones) and on Mac OS X. Greetings from Germany Markus Steinborn

Feature Request: define sighandler_t

2011-05-03 Thread Markus Steinborn
and, when _GNU_SOURCE is defined, also sighandler_t. Could you define sighandler_t in the signal package iff _GNU_SOURCE is defined? Greetings from Germany Markus Steinborn GNU gv maintainer

Re: gnulib is not running for me

2010-06-02 Thread Markus Steinborn
some don't. If I were you, I would merge these two files into a single one. Later -- for now, I've got to fix CVE-2010-2056. An urgent release is needed. Greetings from Germany Markus Steinborn GNU gv maintainer

Re: gnulib is not running for me

2010-05-31 Thread Markus Steinborn
t 4.1.2-48) that is gcc 4.1.2 with Red Hat specific patches (=bugfixes). Greetings from Germany Markus Steinborn GNU gv maintainer

gnulib is not running for me

2010-05-31 Thread Markus Steinborn
x27;'@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h make all-recursive make[2]: Entering directory `/dev/shm/1/gv/gv/lib' make[3]: Entering directory `/dev/shm/1/gv/gv/lib' gcc -DHAVE_CONFIG_H -I. -I../src -g -O2 -MT dummy.o -MD -MP -MF .deps/dummy.Tpo -c -o dummy.o dummy.c mv -f .deps/dummy.Tpo .deps/dummy.Po gcc -DHAVE_CONFIG_H -I. -I../src -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c In file included from getopt.h:31, from getopt.c:26: ./getopt.h:195: error: redefinition of 'struct option' getopt.c:225: error: expected ';', ',' or ')' before '_GL_UNUSED' getopt.c: In function '_getopt_internal_r': getopt.c:362: warning: assignment makes pointer from integer without a cast make[3]: *** [getopt.o] Error 1 make[3]: Leaving directory `/dev/shm/1/gv/gv/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/dev/shm/1/gv/gv/lib' make[1]: *** [all] Error 2 make[1]: Leaving directory `/dev/shm/1/gv/gv/lib' make: *** [all-recursive] Error 1 I repeated the test on fedora 13, tared in the whole repository after "./bootstrap" (to be used later), configured and make and it worked. Then I copied the tar archive created before to my centos machine, "configure && make" and got the above error again. Is there anything wrong with my sources configuration or is there an gnulib bug? What should I do? If it helps, I can send you a tarball created after the failing make for analysis. I estimate it's less than 2 MB. Thanks in advance Markus Steinborn GNU gv maintainer