search for: _reentrant

Displaying 10 results from an estimated 10 matches for "_reentrant".

Did you mean: reentrant
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
Hi My PC is Intel Pentium P4-HT, running Linux kernel 2.6.0-test10. I have the latest GNU automake/autoconf system. The make fails on libtheora with the following error msgs: player_example.c:29:1: warning: "_REENTRANT" redefined player_example.c:1:1: warning: this is the location of the previous definition /bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT -all-static -o player_example player_example.o ../lib/libtheora.la -logg -lm -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -lpthread -lm -ldl -L/...
2000 Sep 24
1
strtok_r() HP-UX
Until I can determine what the issue and background is, you'll need to define _REENTRANT in the latest snapshot so the strtok_r() function prototype is pulled in from <string.h>. This is for HP-UX 11.0; I'm not sure about 10.20.
2005 Oct 05
1
Simple encodig sample...
...ample too ( encoder_example.c ) ... right? ( 1 about theora_encode_comment - row 195 ) ( 3 about ogg_stream_init - row 133 ) Sorry for my english. Thanx in advance. -Mat- === CODE === #define _GNU_SOURCE #define _LARGEFILE_SOURCE #define _LARGEFILE64_SOURCE #define _FILE_OFFSET_BITS 64 #ifndef _REENTRANT # define _REENTRANT #endif #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #include "theora/theora.h" #define STREAM_EOP 1 // End-of-page #define STREAM_EOD 2 // End-of-data #de...
2001 Jan 04
0
patch for the HURD
.../ +#include "config.h" #include "includes.h" RCSID("$OpenBSD: canohost.c,v 1.16 2000/10/21 17:04:22 markus Exp $"); -------------- next part -------------- --- defines.h Thu Oct 19 17:14:05 2000 +++ defines-new.h Thu Jan 4 11:21:58 2001 @@ -6,6 +6,7 @@ # define _REENTRANT 1 #endif + /* Necessary headers */ #include <sys/types.h> /* For [u]intxx_t */ @@ -71,6 +72,12 @@ #endif /* IPTOS_LOWDELAY */ #ifndef MAXPATHLEN +/* HURD needs this - no maximum limits */ +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 4095 +#endif + + # ifdef PATH_MAX # define...
2001 Feb 01
1
error while compiling wine on SunOS
...rror while building. Can u please let me know as to what is wrong and how to go about it to recrify? or where to post this question to? **************************************************************************** ******** -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC -D__WINE__ -D _REENTRANT -I/users/rajmohan/local/include/ -o console.o console.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC -D__WINE_ _ -D_REENTRANT -I/users/rajmohan/local/include/ -o cpp.o cpp.c gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -fPIC -D__WINE_ _ -D_REENTRANT -I/users/ra...
2016 Oct 08
2
cmake 3.7.0-rc1 breaks stage2 bootstrap in openmp on 10.11 with Xcode 8
...ngs -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wdelete-non-virtual-dtor -Werror=date-time -O3 -DNDEBUG -arch x86_64 -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fPIC -D _GNU_SOURCE -D _REENTRANT -I/sw/include -std=c++11 -fno-exceptions -Wno-sign-compare -Wno-unused-function -Wno-unused-local-typedef -Wno-unused-value -Wno-unused-variable -Wno-switch -Wno-covered-switch-default -Wno-deprecated-register -Wno-gnu-anonymous-struct -Wno-unknown-pragmas -Wno-missing-field-initializers -Wno-missi...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...> /* endianess */ > /* #define WORDS_BIGENDIAN 0 */ > > /* Define to 1 to make fseeko visible on some hosts (e.g. glibc > 2.2). */ > /* #undef _LARGEFILE_SOURCE */ > > /* POSIX compatibility */ > /* #undef _POSIX_PII_SOCKET */ > > /* thread safe */ > /* #undef _REENTRANT */ > > /* Define to empty if `const' does not conform to ANSI C. */ > /* #undef const */ > > /* Define to `__inline__' or `__inline' if that's what the C compiler > calls it, or to nothing if 'inline' is not supported under any > name. */ > #ifn...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2000 Sep 16
15
Snapshot
Quite a few changes here, please test. http://www.mindrot.org/misc/openssh/openssh-SNAP-20000916.tar.gz -d 20000916 - (djm) New SuSE spec from Corinna Vinschen <corinna at vinschen.de> - (djm) Update CygWin support from Corinna Vinschen <vinschen at cygnus.com> - (djm) Use a real struct sockaddr inside the fake struct sockaddr_storage. Patch from Larry Jones <larry.jones at
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that