search for: getopt1

Displaying 20 results from an estimated 157 matches for "getopt1".

Did you mean: getopt
2009 Apr 17
1
Missing getopt_long in Solaris 8 Sparc
Hi Jean-Marc, Am 17.04.2009 um 13:35 schrieb Jean-Marc Valin: > It should be using getopt1.c when getopt isn't available.c. Can you > check why it doesn't? In any case, that's only required for the Ogg > tools, not for the library. config.log says ac_cv_func_getopt_long=no ac_cv_header_getopt_h=no ac_cv_lib_gnugetopt_getopt_long=no LIBOBJS=' ${LIBOBJDIR}g...
2009 Jul 14
4
error on solaris please help interlocked*functions
...86__ -o makedep makedep.o > ../tools/makedep -C. -S.. -T.. -I/usr/include/freetype2 fnt2bdf.c fnt2fon.c make_ctests.c makedep.c relpath.c sfnt2fnt.c > `makedep' is up to date. > ../../tools/makedep -C. -S../.. -T../.. ffs.c fstatvfs.c futimes.c getopt.c getopt1.c getpagesize.c gettid.c interlocked.c isinf.c isnan.c lstat.c memcpy_unaligned.c memmove.c mkstemps.c poll.c pread.c pwrite.c readlink.c spawn.c statvfs.c strcasecmp.c strerror.c strncasecmp.c symlink.c usleep.c > cc -c -I. -I. -I../../include -I../../i...
2000 Jul 31
0
NetBSD patches
...ecked into CVS. (vorbis-tools/libao/Makefile and vorbis-tools/libao/config.log and vorbis-tools/libao/config.status seem to have had a `cvs remove' done to it recently, I think, but if not, that should happen.) These patches also assume that you've gotten a current copy of GNU getopt.c and getopt1.c and getopt.h; figuring out where the hell the canonical copy of it is stored these days is left as an excercise for the reader. Note that I put the getopt files in the vorbis-tools directory; they probably really belong in a library directory. Index: configure.in ===============================...
2001 Oct 24
3
Almost there...
...s/getopt.Po' tmpdepfile='.deps/getopt.TPo' \ depmode=gcc /bin/sh ../depcomp \ cc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0rc2\" -I. -I. -I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -c `test -f getopt.c || echo './'`getopt.c source='getopt1.c' object='getopt1.o' libtool=no \ depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \ depmode=gcc /bin/sh ../depcomp \ cc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0rc2\" -I. -I. -I../include -fno-common -O4 -Wall -fsigned-char -ffast-mat...
2009 Apr 14
2
Missing getopt_long in Solaris 8 Sparc
Hi, I have problems compiling speex 1.2rc1: > /opt/studio/SOS11/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I. - > I.. -I../include -I../include -I.. -I/opt/csw/include -I/opt/csw/ > include -xO3 -xarch=v8 -I/opt/csw/include -c skeleton.c > /bin/bash ../libtool --mode=link /opt/studio/SOS11/SUNWspro/bin/cc - > xO3 -xarch=v8 -I/opt/csw/include -xarch=v8 -L/opt/csw/lib -o
2001 Jan 27
0
Vorbis with BCB
...looks like this: extern int getopt_long (); I tried declaring '__STDC__', but this causes problems with 'strdup' from Borland's 'string.h'. Then I tried hacking getopt.h so that BCB would use the full prototypes that start on line 140, but then I get: [C++ Error] getopt1.c(73): E2342 Type mismatch in parameter 'argv'. [C++ Error] getopt1.c(73): E2342 Type mismatch in parameter 'options'. [C++ Error] getopt1.c(73): E2342 Type mismatch in parameter 'long_options'. So, it accepts the type for argc, but is convinced the remaining parms are...
2001 Feb 11
1
Please gix getopt
...to be provided on many OS's. The question is how to do this Correctly. *** It is dangerous to replace system functions *** If the authors are resistant to putting in configure tests for the getopt_long() function, it would be *MUCH* better to prefix all the symbols in getopt.c, getopt.h, and getopt1.c with "ov_" to prevent collisions with any potential OS versions of the same functions. This would both obviate the need for any configure tests, and would guarantee that there were safe versions of the functions for ogg123, oggenc, and vorbiscomment to use. Also, <ov_getopt.h> w...
2004 Jun 28
2
[Fwd: Irix install of omega fails.]
OK, I'll try again. Thanks, Jim. -------------- next part -------------- An embedded message was scrubbed... From: Jim Lynch <jwl@sgi.com> Subject: Irix install of omega fails. Date: Mon, 28 Jun 2004 14:16:46 -0400 Size: 2057 Url: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20040628/212669c1/Irixinstallofomegafails.eml
2007 Mar 07
2
[LLVMdev] llvm-ld error
I am trying to use llvm-ld but when I try to link several bytecode files into a single bytecode file, it gives me the following error: llvm-ld -o benchmarks/bc-1.06/src/bc.c.bc benchmarks/bc-1.06/src/bc.i.bc benchmarks/bc-1.06/src/execute.i.bc benchmarks/bc-1.06/src/getopt1.i.bc benchmarks/bc-1.06/src/getopt.i.bc benchmarks/bc-1.06/src/global.i.bc benchmarks/bc-1.06/src/load.i.bc benchmarks/bc-1.06/src/main.i.bc benchmarks/bc-1.06/src/number.i.bc benchmarks/bc-1.06/src/scan.i.bc benchmarks/bc-1.06/src/storage.i.bc benchmarks/bc-1.06/src/util.i.bc benchmarks/bc-1....
2000 Jun 11
1
cmdline
I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav' main.o(.text+0x35a): undefined reference to `CheckAiff' collect2: ld retu...
2000 Jul 07
0
vorbize and os_type patches + general build issues
...Makefile.in =================================================================== RCS file: /usr/local/cvsroot/vorbis/cmdline/Makefile.in,v retrieving revision 1.5 diff -r1.5 Makefile.in 28c28 < LIBS=@LIBS@ @pthread_lib@ --- > LIBS=@LIBS@ @pthread_lib@ getopt.a 30c30,31 < OFILES = getopt.o getopt1.o main.o --- > OFILES = main.o > GETOPT_OBJECTS = getopt.o getopt1.o 43,44c44,45 < target: $(OFILES) ../lib/libvorbis.a < $(LD) $(CFLAGS) $(OFILES) $(LDFLAGS) ../lib/libvorbis.a -o vorbis $(LIBS) --- > target: $(OFILES) getopt.a ../lib/libvorbis.a > $(LD) $(CFLAGS) $(OFILES) $(...
2000 Nov 22
0
Static linking broken
...akefile.am *** oggenc/Makefile.am 2000/11/18 04:30:02 1.6 --- oggenc/Makefile.am 2000/11/22 15:35:10 *************** *** 8,14 **** INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! oggenc_LDFLAGS = @OGG_LIBS@ @VORBIS_LIBS@ @VORBISENC_LIBS@ oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c getopt.c getopt1.c\ oe_win32.c\ audio.h encode.h platform.h getopt.h --- 8,14 ---- INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ ! LIBS = @VORBIS_LIBS@ @VORBISENC_LIBS@ @OGG_LIBS@ oggenc_SOURCES = oggenc.c audio.c encode.c oe_unix.c getopt.c getopt1.c\ oe_win32....
2004 Mar 25
1
library of ogg vorbis encoder
Hello, I have succeed in compile oggencoder to create ogg enc.exe, but I have put libraries in my visual c++ project( ogg_static_d.lib vorbis_static_d.lib vorbisenc_static_d.lib). What are these libraries? What does they contain? In my visual project, I have just audio.c;encode.c; getopt.c; getopt1.c;oggenc.c;platform.c;utf8.c in the source files. I don't know where are the files (MDCT.c; PSY .c etc.....). I don't know when the program call these functions. Many thanks Guillaume <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xip...
2007 Mar 07
0
[LLVMdev] llvm-ld error
...ote: > I am trying to use llvm-ld but when I try to link several bytecode files > into a single bytecode file, it gives me the following error: > > llvm-ld -o benchmarks/bc-1.06/src/bc.c.bc benchmarks/bc-1.06/src/bc.i.bc > benchmarks/bc-1.06/src/execute.i.bc benchmarks/bc-1.06/src/getopt1.i.bc > benchmarks/bc-1.06/src/getopt.i.bc benchmarks/bc-1.06/src/global.i.bc > benchmarks/bc-1.06/src/load.i.bc benchmarks/bc-1.06/src/main.i.bc > benchmarks/bc-1.06/src/number.i.bc benchmarks/bc-1.06/src/scan.i.bc > benchmarks/bc-1.06/src/storage.i.bc benchmarks/bc-1.06/src/util.i....
2017 Jun 12
0
AIX lacks getopt_long
...snippet/c++defs snippet/warn-on-use ssize_t stddef sys_types unistd File list: lib/arg-nonnull.h lib/c++defs.h lib/getopt-cdefs.in.h lib/getopt-core.h lib/getopt-ext.h lib/getopt-pfx-core.h lib/getopt-pfx-ext.h lib/getopt.c lib/getopt.in.h lib/getopt1.c lib/getopt_int.h lib/gettext.h lib/stddef.in.h lib/sys_types.in.h lib/unistd.c lib/unistd.in.h lib/warn-on-use.h m4/00gnulib.m4 m4/absolute-header.m4 m4/extensions.m4 m4/extern-inline.m4 m4/getopt.m4 m4/gnulib-common.m4 m4/include_next.m4 m4/off_t.m4...
2009 Jan 26
4
Error while building wine 1.1.13 on Mac Os X
...g wine 1.1.13 using Mac OS X 10.5.6 using both the latest developer tools and fink packages (for libjpeg, libpng, libxml2, etc) it gives an error on "make && make depend" with the following message: -- rm -f libwine_port.a ar rc libwine_port.a ffs.o fstatvfs.o futimes.o getopt.o getopt1.o getpagesize.o gettid.o interlocked.o isinf.o isnan.o lstat.o memcpy_unaligned.o memmove.o mkstemps.o poll.o pread.o pwrite.o readlink.o spawn.o statvfs.o strcasecmp.o strerror.o strncasecmp.o symlink.o usleep.o ar: temporary file: Permission denied make[2]: *** [libwine_port.a] Error 1 make[1...
2019 Aug 18
1
1.3.3: powerpc portability problems
...S([stdint.h inttypes.h byteswap.h sys/param.h sys/ioctl.h termios.h x86intrin.h cpuid.h sys/auxv.h]) XIPH_C_BSWAP32 XIPH_C_BSWAP16 @@ -104,6 +104,8 @@ AC_CHECK_TYPES(socklen_t, [], []) dnl check for getopt in standard library dnl AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) AC_CHECK_FUNCS(getopt_long, [], []) + +AC_CHECK_FUNCS([getauxval]) AC_CHECK_SIZEOF(void*,1) Index: src/libFLAC/cpu.c --- src/libFLAC/cpu.c.orig +++ src/libFLAC/cpu.c @@ -53,7 +53,7 @@ #define dfprintf(file, format, ...) #endif -#if defined FLAC__CPU_PPC +#if defined(HAVE_SYS_AU...
2012 Apr 02
4
What I need to install Tinc 1.1pre2?
Hi to everybody, Can anybody tell me what packages I need to install Tinc 1.1pre2 in a server that it had installed a previous version installed? I tried to install it and when I execute the "make" it give me a lot of errors. Best regards, Ramses
2007 Mar 07
1
[LLVMdev] llvm-ld error
...trying to use llvm-ld but when I try to link several bytecode files >> into a single bytecode file, it gives me the following error: >> >> llvm-ld -o benchmarks/bc-1.06/src/bc.c.bc benchmarks/bc-1.06/src/bc.i.bc >> benchmarks/bc-1.06/src/execute.i.bc benchmarks/bc-1.06/src/getopt1.i.bc >> benchmarks/bc-1.06/src/getopt.i.bc benchmarks/bc-1.06/src/global.i.bc >> benchmarks/bc-1.06/src/load.i.bc benchmarks/bc-1.06/src/main.i.bc >> benchmarks/bc-1.06/src/number.i.bc benchmarks/bc-1.06/src/scan.i.bc >> benchmarks/bc-1.06/src/storage.i.bc benchmarks/bc-...
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
...able to get Speex to compile on SM400M(MIPSII) with problems. ------ Rebuild All started: Project: speexenc, Configuration: Debug SM400M (MIPSII) ------ Deleting intermediate and output files for project 'speexenc', configuration 'Debug|SM400M (MIPSII)' Compiling... getopt.c getopt1.c skeleton.c speexenc.c .\speexenc.c(501) : warning C4013: 'GetTickCount' undefined; assuming extern returning int .\speexenc.c(251) : warning C4101: 'c' : unreferenced local variable wav_io.c wave_out.c .\wave_out.c(64) : warning C4133: 'function' : incompatible type...