Bruno, the patch looks simple to me, any objections to pushing it? I'm
seeing a lot of useless warnings when building for Windows without it.
/Simon
Simon Josefsson writes:
> Bruno, ping? Ok to push?
>
> /Simon
>
> Simon Josefsson writes:
>
>> Mike Gran writes:
>>
>>> Hello-
>>>
>>> If I us
Andreas Gruenbacher wrote:
> Use "git -h" for testing for supported options instead of "git --help". The
> short-form option only shows a summary, and doesn't layout the full man page,
> which is much faster and saves a dependency.
>
> (We found out that git uses man in a build environment of
> h
On Thu, 15 Apr 2010, Eric Blake wrote:
> On 04/15/2010 03:39 PM, Joel E. Denny wrote:
> > % cat > tmp.cc
> > #define __EXTENSIONS__ 1
> > #include
> > #include
> > % CC -I/opt/csw/include tmp.cc
> > "/opt/csw/include/getopt.h", line 122: Error: Only one of a set of
> > overloaded functions can
Use "git -h" for testing for supported options instead of "git --help". The
short-form option only shows a summary, and doesn't layout the full man page,
which is much faster and saves a dependency.
(We found out that git uses man in a build environment of
http://hydra.nixos.org/, which by defau
Hi Sylvain,
> https://buildd.debian.org/status/package.php?p=freedink
>
> What happens, apparently, is that 'install-reloc' is called with
> 'RELOC_STRIP_PROG= ' (i.e. == nothing).
> [...]/autotools/install-reloc: 118: : Permission denied
>
> On line 118 I have:
> test "$strip_prog" = ':' || fun
Hi Eric,
Eric Blake wrote:
> > + It is also possible to you this file with abstract arrays. In this
> > case,
>
> s/you/use/
Oops, thanks. Corrected.
> > +#ifdef ELEMENT
> >ELEMENT const *const xv = ctxt->xvec; /* Still more help for the
> > compiler. */
> >ELEMENT const *const yv
On 04/18/2010 04:04 PM, Bruno Haible wrote:
> +++ lib/diffseq.h Sun Apr 18 23:53:39 2010
> @@ -53,6 +53,14 @@
> early abort of the computation.
> USE_HEURISTIC (Optional) Define if you want to support the
> heuristic fo
Hi,
Ian Beckwith wrote:
> 'make check' fails because modules/ioctl uses AC_CHECK_FUNCS:
>
> $ make check
> git grep -w -l AC_CHECK_FUNCS modules && \
> { echo use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/
> 1>&2; \
> exit 1; } || :
> modul
Hi,
'make check' fails because modules/ioctl uses AC_CHECK_FUNCS:
$ make check
git grep -w -l AC_CHECK_FUNCS modules && \
{ echo use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/
1>&2; \
exit 1; } || :
modules/ioctl
use AC_CHECK_FU
Hi,
GNU FreeDink got a few failures when compiled by the Debian build
daemons: https://buildd.debian.org/status/package.php?p=freedink
What happens, apparently, is that 'install-reloc' is called with
'RELOC_STRIP_PROG= ' (i.e. == nothing).
[...]/autotools/install-reloc: 118: : Permission denied
10 matches
Mail list logo