search for: confdefs

Displaying 20 results from an estimated 306 matches for "confdefs".

2016 Sep 09
3
problem with bindings configure script
...ian-core-1.4.0 directory. The second issue produces the following output from the xapian-bindings configure script: checking for java... /opt/java/jdk1.8.0_92/bin/java checking for javac... /opt/java/jdk1.8.0_92/bin/javac checking for jar... /opt/java/jdk1.8.0_92/bin/jar checking for jni.h... cat: confdefs.h: No such file or directory no checking for jni.h in /opt/java/jdk1.8.0_92/include... cat: confdefs.h: No such file or directory found, but not usable checking for jni.h in /opt/java/jdk1.8.0_92/include... cat: confdefs.h: No such file or directory found, but not usable checking for jni.h in /Syst...
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
Hi, I suggest to add the following definition to configure and its template configure.in to allow samba-2.2.x to be compiled on HP/UX 11.00 with some lesser warnings. Without this definition you'll get warnings on all socket operation because the socket operations are UNIX98 specific and HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined. -- Ren? Nieuwenhuizen Afdeling
2000 Oct 04
0
2.2.0p1 chroot patch
...her the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -712,12 +714,12 @@ cat > conftest.$ac_ext << EOF -#line 716 "configure" +#line 718 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s...
2001 Jul 16
0
No subject
...n configure:889: cc -c -g conftest.c 1>&5 configure:904: cc -c -g conftest.c 1>&5 cc: Error: configure, line 899: In this declaration, "not" must specify a type. (badparsedecl) not big endian -^ configure: failed program was: #line 893 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:963: checking how to run the C preprocessor configure:984: cc -E conftest.c >/dev/null 2>conftest.out configure:1045: checking for ranli...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...her the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -712,12 +714,12 @@ cat > conftest.$ac_ext << EOF -#line 716 "configure" +#line 718 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s...
2000 Jun 19
1
configure problem on UnixWare 7.1.1
...SL directory configure:2582: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c -lsocket -lnsl -lz -lgen -lsocket -lcrypto 1>&5 configure:2571: openssl/rand.h: No such file or directory configure: failed program was: #line 2568 "configure" #include "confdefs.h" #include <string.h> #include <openssl/rand.h> int main(void) { char a[2048]; memset(a, 0, sizeof(a)); RAND_add(a, sizeof(a), sizeof(a)); return(RAND_status() <= 0); } configure:2582: gcc -o conftest -g -O2 -Wall -I/usr/local/include -I/usr/local/openssl/include -L...
2007 Jun 26
0
gcc and g++ errors while compiling R on Linux ppc64
.... ------------------ configure:7479: checking whether we are using the GNU Objective C compiler configure:7508: gcc -c -I/usr/local/include conftest.m >&5 gcc: error trying to exec 'cc1obj': execvp: No such file or directory configure:7514: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.5.0" | #define PACKAGE_STRING "R 2.5.0" | #define PACKAGE_BUGREPORT "r-bugs@R-project.org" | #define PACKAGE "R" | #define VERSION "2.5.0&quo...
2009 Feb 21
1
Install failure (PR#13545)
...checking how to run the C preprocessor configure:5482: gcc -E -I/usr/local/include conftest.c configure:5488: $? = 0 configure:5519: gcc -E -I/usr/local/include conftest.c conftest.c:16:28: error: ac_nonexistent.h: No such file or directory configure:5525: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.8.1" | #define PACKAGE_STRING "R 2.8.1" | #define PACKAGE_BUGREPORT "r-bugs at R-project.org" | #define PACKAGE "R" | #define VERSION "2.8.1&...
2018 Apr 06
2
Announce: OpenSSH 7.7 released
...gt; > configure --prefix=/usr/local --without-openssl-header-check > ... > checking for sys/un.h... yes > checking compiler and flags for sanity... no > configure: error: *** compiler cannot create working executables, check > config.log *** > > config.log shows a reasonable confdefs.h, but that is not written out to > disk anywhere. There is nothing informative between the confdefs.h content > in config.log and: > > configure: exit 1 The compiler output is before confdefs not after. $ CFLAGS=--break-me ./configure gives the following in config.log: configure:2...
2016 Sep 12
2
problem with bindings configure script
...loser to this. > > 1. XAPIAN_CONFIG needs to point to the xapian-config binary you built (and > installed) from xapian-core-1.4.0 > > 2. you can point configure at the JNI include directory using > JNI_INCLUDE_DIR > > I'm not sure why you're getting those errors bout confdefs.h, though, so > there may be more you have to do to make this work. > > J > > > in xapian-bindings-1.4.0 directory. > > > > ./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and > had > > two issues. > > > > The first I solved by d...
2000 Jan 19
3
AIX openssh patches
...--with-aixauthenticate or --without-aixauthenticate was given. + if test "${with_aixauthenticate+set}" = set; then + withval="$with_aixauthenticate" + case "$withval" in + yes) + echo "$ac_t""yes" 1>&6 + cat >> confdefs.h <<\EOF + #define WITH_AIXAUTHENTICATE 1 + EOF + LIBS="$LIBS -ls" + ;; + *) + echo "$ac_t""no" 1>&6 + ;; + esac + else + echo "$ac_t""no" 1>&6 + + fi + + echo $ac_n &quo...
2005 Apr 19
1
Patch for UnixWare 7
...# This is the source file. ;; - [ab].out ) + [ab].out | i386a.out) # We found the default executable, but exeext='' is most # certainly right. break;; @@ -6007,6 +6007,7 @@ ;; # UnixWare 7.x, OpenUNIX 8 *-*-sysv5*) + check_for_libcrypt_later=1 cat >>confdefs.h <<\_ACEOF #define USE_PIPES 1 _ACEOF @@ -6021,6 +6022,14 @@ cat >>confdefs.h <<\_ACEOF #define BROKEN_SETREGID 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define DISABLE_FD_PASSING 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define PASSWD_NEEDS_US...
2004 Oct 23
1
Issues with compiling wine
...ftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:13: error: `exit' undeclared (first use this function) conftest.cc:13: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:2763: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Wine" | #define PACKAGE_TARNAME "wine" | #define PACKAGE_VERSION "20041019" | #define PACKAGE_STRING "Wine 20041019" | #define PACKAGE_BUGREPORT "wine-devel@winehq.org" | /* end confdefs.h. */ | | int | main () |...
2002 Jan 14
4
[Bug 60] OpenSSH 3.0.2p1 configure script fails on NEXTSTEP
http://bugzilla.mindrot.org/show_bug.cgi?id=60 ------- Additional Comments From djm at mindrot.org 2002-01-14 19:28 ------- Why / where is this needed? Can you show an example of a failed build. This may be an autoconf bug. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2016 Sep 09
0
problem with bindings configure script
...ouple of things should help get you closer to this. 1. XAPIAN_CONFIG needs to point to the xapian-config binary you built (and installed) from xapian-core-1.4.0 2. you can point configure at the JNI include directory using JNI_INCLUDE_DIR I'm not sure why you're getting those errors bout confdefs.h, though, so there may be more you have to do to make this work. J > in xapian-bindings-1.4.0 directory. > > ./configure XAPIAN_CONFIG=/home/John/xapian-core-1.4.0 --with-java and had > two issues. > > The first I solved by doing make distclean in the xapian-core-1.4.0 > d...
2000 Sep 26
0
./configure stops: openssl prob
...c -L/lib/security -L/lib -L/usr/local/ssl/lib -L/lib -L/lib/security -L/lib -L/usr/local/ssl -L/lib conftest.c -lsocket -lnsl -lz -lutil 1>&5 /usr/bin/ld: cannot find -lsocket collect2: ld returned 1 exit status configure: failed program was: #line 1757 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:1798: checking for bstring.h configure:1808: gcc -E conftest.c >/dev/null 2>conftest.out configure:1804: bstring.h: No such file or directory configure: failed program was: #line 1803 "configure" #include "confdefs.h" #...
2001 Oct 08
1
Ported OpenSSH 2.9.9p2 to Dynix
...;; + *-sequent-sysv4*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" + LIBS="$LIBS -lnsl -lsec" + rsh_path="/usr/bin/resh" + conf_utmpx_location="/var/adm/utmpx" + cat >> confdefs.h <<\EOF + #define USE_PIPES 1 + EOF + + cat >> confdefs.h <<\EOF + #define BROKEN_SAVED_UIDS 1 + EOF + + cat >> confdefs.h <<\EOF + #define LOGIN_NEEDS_UTMPX 1 + EOF + + MANTYPE=cat + ;; *-*-sysv4.2*) CPPFLAGS="$CPPFLAGS -I/usr...
2005 Feb 08
0
Compiling R as a shared library
...or before "me" configure:4494: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:4707: gcc -E -I/usr/local/include conftest.c conftest.c:16:28: ac_nonexistent.h: No such file or directory configure:4713: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "R" | #define PACKAGE_TARNAME "R" | #define PACKAGE_VERSION "2.0.1" | #define PACKAGE_STRING "R 2.0.1" | #define PACKAGE_BUGREPORT "r-bugs at R-project.org" | #define PACKAGE "R" | #define VERSION "2.0...
2010 Feb 23
1
patch about compile R with clang
...e R. The only two change in source code is : 1. the configure file (in confiure when test include wctype.h,gcc can compile but clang need include both wchar.h wctype.h),so this is patch --- /r/configure +++ /myr/configure @@ -39172,6 +39172,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default +#include <wchar.h> #include <$ac_header> _ACEOF rm -f conftest.$ac_objext @@ -39480,6 +39481,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#include <wchar.h> #include <wctype...
2008 Jan 28
0
Package Installation produces "gcc fails sanity check" error when installing RODBC error
...-linux/4.2.1/include/syslimits.h:7, from /usr/lib64/gcc/x86_64-suse-linux/4.2.1/include/limits.h:11, from conftest.c:11: /usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory configure:4587: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "HP Linux Imaging and Printing" | #define PACKAGE_TARNAME "hplip" | #define PACKAGE_VERSION "2.7.12" | #define PACKAGE_STRING "HP Linux Imaging and Printing 2.7.12" | #define PACKAGE_BUGREPORT "2.7.12.10" | #define PACK...