search for: blkcnt_t

Displaying 20 results from an estimated 31 matches for "blkcnt_t".

2015 Mar 23
2
Samba 4.2.0 install failing with "Couldn't determine size of 'bool'
...the following but the configure script fails with "Couldn't determine size of 'bool'", any ideas ? :- # gunzip samba-latest.tar.gz # tar -xvf samba-latest.tar # cd samba-4.2.0 # ./configure ... ... Checking for blksize_t : ok Checking for blkcnt_t : ok Checking if size of bool == 1 : not found Checking if size of bool == 2 : not found Checking if size of bool == 4 : not found Checking if size of bool == 8...
2008 May 31
3
types.h:52: error: conflicting types for ‘ ino_t’
....c:65: /usr/include/sys/select.h:78: error: conflicting types for fd_set /usr/include/linux/types.h:12: error: previous declaration of fd_set was here In file included from ../../include/wine/port.h:36, from clipboard.c:65: /usr/include/sys/types.h:248: error: conflicting types for blkcnt_t /usr/include/linux/types.h:124: error: previous declaration of blkcnt_t was here clipboard.c: DC=:F88 X11DRV_CLIPBOARD_QueryTargets clipboard.c:1716: warning: implicit declaration of function usleep make[2]: *** [clipboard.o] error 1 make[2]: Leaving directory `/usr/local/src/wine-1.0-rc2/dlls/win...
2007 Jul 27
1
help compiling tcng on 64bit
...ct.h:78: error: conflicting types for fd_setБ-? /usr/include/linux/types.h:12: error: previous declaration of fd_setБ-? was here In file included from ../shared/memutil.h:13, from util.h:14, from f_fw.c:13: /usr/include/sys/types.h:235: error: conflicting types for blkcnt_tБ-? /usr/include/linux/types.h:114: error: previous declaration of blkcnt_tБ-? was here In file included from data.h:14, from location.h:21, from error.h:14, from f_fw.c:14: /usr/include/stdint.h:56: error: conflicting types for uint64_t /usr/includ...
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
...es: this finds libcurses and libz. I don't know where, though. So I manually remove -lreadline -lz -lcurses from the LIBS line in Makeconf. Note that I add my private readline with the help of CPPFLAGS and LIBS in config.site (thanks, Kurt). 7b) edit Rconfig.h: #ifdef __GNUC__ typedef long blkcnt_t; #endif Yes, I NEED this for gcc 2.8.1. This is a gcc bug, because gcc -I/usr/include will compile. What I've learned is that it is essential to verify which include files the compiler finds, these are not always the ones in /usr/include! Maybe configure can pick this up? This gets you to...
1997 Nov 17
0
R-beta: Shared libraries on AIX
...sr/include/sys/lockf.h:41, from /local/gnu/lib/gcc-lib/rs6000-ibm-aix4.1.3.0/2.7.2.1/include/unistd.h:354, from /usr/include/fcntl.h:156, from ../include/Defn.h:54, from gdevice.c:20: /usr/include/sys/stat.h:92: parse error before `blkcnt_t' /usr/include/sys/stat.h:92: warning: no semicolon at end of struct or union /usr/include/sys/stat.h:107: parse error before `}' make: 1254-004 The error code from the last command is 1. Now, I commented out the line `#include <fcntl.h>' in `Defn.h', and the compiling went fa...
2000 Jan 21
1
Compiling error R-0.90.1
...hecking for main in -lhdf5... (cached) no checking for main in -ldxml... (cached) no checking for main in -lblas... (cached) no checking for opendir in -ldir... (cached) no checking for dl.h... (cached) no checking for floatingpoint.h... (cached) no checking for ieeefp.h... (cached) no checking for blkcnt_t... (cached) no checking for dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in -ldnet_stub... (cached) no (And the last few lines) src/include/Rconfig.h is unchanged R is now configured for i586-unknown-linux Source directory: . Installation directory: /usr/local C com...
1999 Oct 20
0
[szimeras@irisa.fr: R installation problem]
...e... no checking for ANSI C header files... no checking for vfork.h... no checking for working vfork... no checking for __setfpucw... no checking for dl.h... no checking for fpu_control.h... no checking for hdf5.h... no checking for ieee754.h... no checking for readline/history.h... no checking for blkcnt_t... no checking how to deal with shared libraries... "/usr/openwin/lib/config/sun.cf", line 154: macro ExtraLoadOptions redefines previous macro at "/usr/openwin/lib/config/site.def", line 64 "/usr/openwin/lib/config/site.def", line 64: macro ExtraLoadOptions redefines...
1999 Oct 12
1
Compilation problem with R
...e... no checking for ANSI C header files... no checking for vfork.h... no checking for working vfork... no checking for __setfpucw... no checking for dl.h... no checking for fpu_control.h... no checking for hdf5.h... no checking for ieee754.h... no checking for readline/history.h... no checking for blkcnt_t... no checking how to deal with shared libraries... "/usr/openwin/lib/config/sun.cf", line 154: macro ExtraLoadOptions redefines previous macro at "/usr/openwin/lib/config/site.def", line 64 "/usr/openwin/lib/config/site.def", line 64: macro ExtraLoadOptions redefines...
2008 Feb 02
16
[patch 00/16] ocfs2: SLES10 compatibility patch queue
Here is the original set of fixes, split out into 14 individual ones. In addition to splitting them out, I also changed the ones that were HAS_* to NO_* as requested. The last two patches are needed to build on openSUSE 10.3 which is based on 2.6.22. I used it as a sanity check and found those failures. -Jeff -- Jeff Mahoney SUSE Labs
2002 Jan 02
0
R ./configure error | Solaris8 / E-450
....h is POSIX.1 compatible... yes checking for GNU C library with version >= 2... no checking whether math.h defines isfinite... no checking whether math.h defines isnan... no checking return type of signal handlers... void checking for pid_t... (cached) yes checking for size_t... yes checking for blkcnt_t... yes checking for sys/socket.h... (cached) yes checking for type of socket length... socklen_t * checking whether byte ordering is bigendian... yes checking for working const... yes checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of long double.....
2002 Dec 16
1
compiling R with gcc 3.2 on Solaris
...ce... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking whether setjmp.h is POSIX.1 compatible... yes checking for GNU C library with version >= 2... no checking return type of signal handlers... void checking for pid_t... yes checking for size_t... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for long long... yes checking siz...
2012 Dec 03
0
need help for R's installation
...yes checking whether siglongjmp is declared... yes checking for GNU C library with version >= 2... no checking return type of signal handlers... void checking for uint64_t... yes checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... no checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking for stack_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking for gcc option to accept ISO C99... -std=...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: ok Checking for offset_t : not found Checking for volatile int : ok Checking for uint_t : not found Checking for blksize_t : ok Checking for blkcnt_t : ok Checking if size of bool == 1 : ok Checking if size of char == 1 : ok Checking if size of int == 1 : not found Checking if size of int == 2...
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
...king for string.h... (cached) no checking whether setjmp.h is POSIX.1 compatible... yes checking for GNU C library with version >= 2... no checking return type of signal handlers... void checking for pid_t... no checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... no checking for type of socket length... socklen_t * checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for l...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
....h is POSIX.1 compatible... yes checking for GNU C library with version >= 2... no checking whether math.h defines isfinite... no checking whether math.h defines isnan... no checking return type of signal handlers... void checking for pid_t... (cached) yes checking for size_t... yes checking for blkcnt_t... yes checking for sys/socket.h... (cached) yes checking for type of socket length... size_t * checking whether byte ordering is bigendian... yes checking for working const... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of long double... 8...
2009 Aug 20
2
getting R 2.9.1 from the tar.gz file
...g whether sigsetjmp is declared... yes checking whether siglongjmp is declared... yes checking for GNU C library with version >= 2... yes checking return type of signal handlers... void checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking for stack_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for gcc option to accept ISO C99... -std=gnu99 ch...
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...g whether setjmp.h is POSIX.1 compatible... yes checking for GNU C library with version >= 2... no checking for BSD networking... yes checking for main in -lz... (cached) no checking return type of signal handlers... void checking for pid_t... (cached) yes checking for size_t... yes checking for blkcnt_t... yes checking whether byte ordering is bigendian... yes checking for working const... yes checking size of long... 4 checking for finite... (cached) yes checking for isnan... (cached) yes checking whether you have IEEE 754 floating-point arithmetic... yes checking for xmkmf... /usr/openwin/bin/xm...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...ng for string.h... (cached) yes checking whether setjmp.h is POSIX.1 compatible... yes checking for GNU C library with version >= 2... no checking return type of signal handlers... void checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking whether byte ordering is bigendian... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for...
2011 Jun 24
10
[PATCH 0/9] remove i_alloc_sem V2
i_alloc_sem has always been a bit of an odd "lock". It''s the only remaining rw_semaphore that can be released by a different thread than the one that locked it, and it''s use case in the core direct I/O code is more like a counter given that the writers already have external serialization. This series removes it in favour of a simpler counter scheme, thus getting rid
2006 May 18
0
R-devel and PGI 6.0 compile error
...g whether sigsetjmp is declared... yes checking whether siglongjmp is declared... yes checking for GNU C library with version >= 2... yes checking return type of signal handlers... void checking for pid_t... yes checking for size_t... yes checking whether SIZE_MAX is declared... yes checking for blkcnt_t... yes checking for type of socket length... socklen_t * checking for stack_t... yes checking for intptr_t... yes checking for uintptr_t... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for int... yes chec...