search for: getopt_long_only

Displaying 20 results from an estimated 130 matches for "getopt_long_only".

2010 Jun 13
2
[GIT PULL] gfxboot module changes
Hello Peter, the following changes since commit 08b3602db548775ca819780de77686a186156ec7: H. Peter Anvin (1): isohybrid: use getopt_long_only() are available in the git repository at: git://repo.or.cz/syslinux/sherbszt.git gfxboot32 Sebastian Herbszt (2): gfxboot: use syslinux_derivative_info() gfxboot: set media type com32/gfxboot/gfxboot.c | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions...
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
...Hering wrote: > Does your build have "working GNU getopt function... yes"? Seems so: $ rm config.cache $ ./configure |& grep getopt checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking for working GNU getopt_long function... yes You would need to check config.log to see exactly why configure is having a problem. Rich. -- Richard Jones, Virtualization Group, Red H...
2014 Mar 28
2
Re: ANNOUNCE: libguestfs 1.26 released
On Fri, Mar 28, 2014 at 09:42:52AM +0100, Olaf Hering wrote: > On Thu, Mar 27, Richard W.M. Jones wrote: > > > I'm pleased to announce libguestfs 1.26, a library and set of tools > > This fails to link at least in sles11sp3, 1.25.37 was still ok: > > ... > [ 288s] virt_index_validate-index-validate.o: In function `main': > [ 288s]
2016 Jul 18
2
Re: [PATCH v2 2/3] mllib: Use L"..." and S '...' for long and short options.
On Monday, 18 July 2016 11:46:46 CEST Richard W.M. Jones wrote: > --- Note that this changes the way -foo options are handled: this basically makes them as --foo, but still working as -foo because getopt_long_only is used. IMHO either add a new M".." ([M]edium or [T]runcated or [D]ash or ...), or turn S to get a string instead. > - let validate_key key = > - if String.length key == 0 || key == "-" || key == "--" > - || key.[0] != '-' then > -...
2016 Jul 18
0
Re: [PATCH v2 2/3] mllib: Use L"..." and S '...' for long and short options.
On Mon, Jul 18, 2016 at 03:21:31PM +0200, Pino Toscano wrote: > On Monday, 18 July 2016 11:46:46 CEST Richard W.M. Jones wrote: > > --- > > Note that this changes the way -foo options are handled: this basically > makes them as --foo, but still working as -foo because getopt_long_only > is used. IMHO either add a new M".." ([M]edium or [T]runcated or > [D]ash or ...), or turn S to get a string instead. Do you mean only for the 'virt-v2v --help' output? I don't think there is any other place in the code where the M option would be handled differentl...
2013 Jun 21
0
Wine release 1.6-rc3
...itialized. po: Remove obsolete msgids from Dutch translation. Alistair Leslie-Hughes (3): oledb32: Properties aren't case sensitive. wine.inf: Install msdaps.dll into the correct directory. oledb32: Add more database tests. Andr? Hentschel (5): include: Check for getopt_long_only instead of getopt_long. wineoss.drv: Don't use autoheader styled define. winemaker: Use utf-8 for stdout. dinput: Don't use autoheader styled define. ws2_32: Don't use autoheader styled define. Aric Stewart (2): ole32: Do not fail if partial blocks are rea...
2012 Nov 09
0
Wine release 1.5.17
...Avoid using the system GL headers. winex11: Avoid using the system GL headers. wined3d: Make use of the generated wgl.h header. opengl32: Don't substitute OpenGL types that are already defined in wgl.h. ntdll: Fix access/write file time mixup. configure: Check for getopt_long_only instead of getopt_long. configure: Remove checks for OpenGL headers that are no longer used. wined3d: Link directly to opengl32. opengl32: Get rid of the extension removal hack in wglGetProcAddress and clean up the tracing. opengl32: Get rid of wine_ prefix on generated func...
2016 Jun 24
2
[PATCH] RFC: OCaml tools: add and use a Getopt module
Add a new Getopt module to mllib, to parse command line arguments with handlers close to the ones used with Arg, but using getopt(3) (actually getopt_long_only) to do the real parsing. This allow us to provide options for OCaml tools with a syntax similar to the C tools, and use the additional features getopt offers and Arg does not. Do a single-step conversion of Common_utils and all the OCaml tools to the syntax of Getopt. As side-change due to the c...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
.... yes checking for strerror_r... (cached) yes checking whether strerror_r returns char *... no checking for working fcntl.h... no (bad O_NOATIME) checking for pid_t... yes checking for mode_t... yes checking whether getdtablesize is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... no checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t...
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...se4initEPv 0000000000000000 DF *UND* 0000000000000021 GLIBC_2.2.5 execve 0000000000000000 DF *UND* 0000000000000064 GLIBC_2.2.5 pwrite 0000000000000000 DF *UND* 000000000000002b Base _ZNSt3__115recursive_mutexD1Ev 0000000000000000 DF *UND* 000000000000001b GLIBC_2.2.5 getopt_long_only 0000000000000000 DO *UND* 0000000000000010 Base _ZNSt3__17collateIcE2idE 0000000000000000 DF *UND* 000000000000005e GLIBC_2.2.5 posix_fallocate 0000000000000000 DF *UND* 00000000000000b0 Base _ZNSt3__17promiseIvE9set_valueEv 0000000000000000 DF *UND* 00000000000...
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2010 Dec 07
0
builder-debian febootstrap FAILED configure step af9f9305a0a48829392a57d24aee30978b449d1d
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2011 Mar 22
1
builder-debian febootstrap success 6720ad28eddbcd671032c151f7219a35ba615b1b
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...
2010 Dec 07
0
builder-ubuntu febootstrap success 2dfc659c33c5ceb298e8027e219547416b286661
...checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... no checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking for stdbool.h that conforms to C99... yes checking...