Re: [PATCH] selinux-at: new module

2009-08-07 Thread Jim Meyering
Paolo Bonzini wrote: > In selinux-at.h: > >> getfileconat (file,&c). > > Should be getfilecon. Fixed. Thanks for proofreading!

Re: PACKAGE, VERSION, & PACKAGE_VERSION

2009-08-07 Thread Sam Steingold
On Fri, Aug 7, 2009 at 4:33 PM, Bruno Haible wrote: >> why do I get a warning for them (but not for PACKAGE_*)? > Because redefinitions of C macros warrant maintainer attention. yes, but why am I not getting the warnings about PACKAGE_*? -- Sam Steingold

Re: PACKAGE, VERSION, & PACKAGE_VERSION

2009-08-07 Thread Bruno Haible
Sam Steingold wrote: > I now do get the warning: > > In file included from wildcard.c:4: > config.h:72:1: warning: "PACKAGE" redefined > In file included from wildcard.c:1: > /home/ssteingold/src/clisp/current/build-g-dynmod/linkkit/clisp.h:164:1: > warning: this is the location of the previous d

uname: build problem on win32

2009-08-07 Thread Sam Steingold
make[4]: Entering directory `/cygdrive/c/sds/dev/current/build-mingw-1/syscalls/ gllib' gcc -mno-cygwin -DHAVE_CONFIG_H -I. -I/cygdrive/c/sds/dev/current/modules/syscal ls/gllib -I.. -I/cygdrive/c/sds/top/include -Ic:/sds/dev/current/build-mingw-1 /gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-a

PACKAGE, VERSION, & PACKAGE_VERSION

2009-08-07 Thread Sam Steingold
Hi, I have the following setup: main package (with its own configure.in[1]) which imports stuff from gnulib ~20 sub-packages (each with its own configure.in[2]) of which 3 import stuff from gnulib. sub-packages include the main package's config.h before their own config.h. Every single config.h

Re: [PATCH] selinux-at: new module

2009-08-07 Thread Paolo Bonzini
In selinux-at.h: getfileconat (file,&c). Should be getfilecon. Paolo

Re: [PATCH] selinux-at: new module

2009-08-07 Thread Jim Meyering
Bruno Haible wrote: > Hi Jim, > >> +int getfileconat (int fd, char const *file, security_context_t *con); >> +int lgetfileconat (int fd, char const *file, security_context_t *con); >> +int setfileconat (int fd, char const *file, security_context_t con); >> +int lsetfileconat (int fd, char const

Re: test-argp-version-etc failures on mac

2009-08-07 Thread Bruno Haible
Simon Josefsson wrote: > Quoting http://autobuild.josefsson.org/gnulib/log-200908060711491983000.txt > > gcc -std=gnu99 -g -O2 -o test-argp-version-etc test-argp-version-etc.o > ../gllib/libgnu.a -L/Users/jas/daily/lib -lintl -L/opt/local/lib -liconv -lc > -Wl,-framework -Wl,CoreFoundation -