search for: sizeof_int

Displaying 20 results from an estimated 51 matches for "sizeof_int".

Did you mean: dsizeof_int
2009 Mar 31
2
[LLVMdev] LLVM on Mac OS X Tiger 10.4.11
...efix=`pwd`/../install/ --build=$TRIPLE --host=$TRIPLE --target=$TRIPLE --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix=llvm- --enable-languages=c -enable-llvm=/usr/local/llvm-2.5 I'm running this from an 'obj' dir under the llvm-gcc source tree. The error is get is that SIZEOF_INT and SIZEOF_LONG are not defined. Anything wrong with what i'm doing or my configure command? Thanks, Bijoy. -- "The task AHEAD of you is never as great as the POWER behind you"
2005 Jan 21
1
rsync compilation
Hi all Here is the egrep result : egrep "SIZEOF|LONGLONG" build_mipsel/rsync-2.6.3/config.h /* #undef HAVE_LONGLONG */ #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_SHORT 2 and the HAVE_LONGLONG config.log result : rsync_cv_HAVE_LONGLONG=cross Is there a problem with this values ? Thanks a lot for your answer Best regards, Florian
2004 Sep 06
2
Error when running configure on xeon with r-1-9-patched
...Fortran libraries... unknown configure: error: linking to Fortran libraries from C fails See `config.log' for more details. I think this is the relevant part of the log, but I heavn't copied the lengthy section on the variables etc that come at the end of the config.log file: | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 12 | /* end confdefs.h. */ | #define F77_DUMMY_MAIN _main | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | |...
1999 Dec 21
0
Problem with UTMP recording
...HAVE_U_INTXX_T 1 #define HAVE_UINTXX_T 1 /* Define if you have /dev/ptmx */ /* #undef HAVE_DEV_PTMX */ /* Define if you have /dev/ptc */ /* #undef HAVE_DEV_PTS_AND_PTC */ /* Path to xauth binary */ #define XAUTH_PATH "/usr/X11R6/bin/xauth" /* The number of bytes in a int. */ #define SIZEOF_INT 4 /* The number of bytes in a long int. */ #define SIZEOF_LONG_INT 4 /* The number of bytes in a long long int. */ #define SIZEOF_LONG_LONG_INT 8 /* The number of bytes in a short int. */ #define SIZEOF_SHORT_INT 2 /* Define if you have the _getpty function. */ /* #undef HAVE__GETPTY */ /*...
2009 Mar 31
0
[LLVMdev] LLVM on Mac OS X Tiger 10.4.11
...RIPLE > --host=$TRIPLE --target=$TRIPLE > --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix=llvm- > --enable-languages=c -enable-llvm=/usr/local/llvm-2.5 > > I'm running this from an 'obj' dir under the llvm-gcc source tree. > > The error is get is that SIZEOF_INT and SIZEOF_LONG are not defined. > > Anything wrong with what i'm doing or my configure command? > > Thanks, > Bijoy. > > -- > "The task AHEAD of you is never as great as the POWER behind you" > -- "The task AHEAD of you is never as great as the POW...
2012 Oct 21
1
FreeBSD installation problems
...log' for more details jaymax-#393:# ls config.log config.log jaymax-#394:# wc config.log 3859 14227 118427 config.log jaymax-#395:# tail -30 config.log ... ... ... #define HAVE_INTPTR_T 1 #define HAVE_UINTPTR_T 1 #define R_INLINE inline #define SIZEOF_INT 4 #define INT_32_BITS 1 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_DOUBLE 8 #define SIZEOF_LONG_DOUBLE 12 #define SIZEOF_SIZE_T 4 configure: exit 1 jaymax-#396:# I then provided the compilers explicitly ./configure cc=gcc47 F77=gfortran...
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_POSIX_SETJMP 1 | #define RETSIGTYPE void | #define HAVE_DECL_SIZE_MAX 1 | #define SOCKLEN_T socklen_t | #define WORDS_BIGENDIAN 1 | #define R_INLINE inline | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match t...
1999 Nov 19
1
[solaris 7 patch] resubmit and extended ...
Okay, everything as the first large one I sent today, with a few extra mods. _PATH_MAILDIR is only used in sshd.c, that I can see, so moved the #ifdef from config.h.in to there. several files had __progname defined in the middle of the code, as well as at the top of the code, so cleaned those out. all the fixes for u_int32_t -> uint32_t and u_int16_t -> uint16_t, plus added appropriate
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...SYS_TIME_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_POSIX_SETJMP 1 | #define RETSIGTYPE void | #define SOCKLEN_T socklen_t | #define WORDS_BIGENDIAN 1 | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:14945: checking for dummy main to link with Fortran 77 libraries configure:14982: gcc -o conftest -g -O...
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
...VE_POSIX_SETJMP 1 | #define HAVE_GLIBC2 1 | #define RETSIGTYPE void | #define HAVE_INT64_T 1 | #define HAVE_INT_FAST64_T 1 | #define HAVE_DECL_SIZE_MAX 1 | #define R_SOCKLEN_T socklen_t | #define HAVE_STACK_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define R_INLINE inline | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_SIZE_T 8 | #define HAVE_LONG_DOUBLE 1 | #define SIZEOF_LONG_DOUBLE 16 | /* end confdefs.h. */ | #define F77_DUMMY_MAIN _main | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus |...
2004 May 04
1
How to Cross compile Samba Source
Hi, I am using samba-2.2.8a.tar.gz source and complied for regular linux. Now I am trying to cross compile it, but do not have any guidelines on how to do it? Anyone can help me on, making cross compilation work for arm-linux host. Any help is appreciated. Regards Pritesh "As a well spent day brings happy sleep, so life well used brings happy death." - Leonardo da Vinci TATA
2005 Jan 19
2
Rsync cross-compilation problem
Hi all ! I really appreciate rsync, so that I would like to make a package for the mips architecture, but I encounter a problem when trying to cross compile it : the configure script has been called using the following options : --with-gnu-ld \ --disable-largefiles \ --with-included-popt \ --with-rsh=ssh \ And when using the cross compiler, I get the following message : In file
2004 Sep 21
1
Two Problems Cross-compiling
...AR=~/buildroot/build_arm_nofpu/staging_dir/bin/arm-linux-uclibc-ar RANLIB=~/buildroot/build_arm_nofpu/staging_dir/bin/arm-linux-uclibc-ranlib ./configure --host=arm-linux (1) The build fails on the first file because of rsync.h. ------ #if (SIZEOF_LONG == 8) #define uint64 unsigned long #elif (SIZEOF_INT == 8) #define uint64 unsigned int #elif HAVE_LONGLONG #define uint64 unsigned long long #else /* As long as it gets... */ #define uint64 unsigned off_t #endif ------ The last arm of the #if/#else is taken, but "unsigned off_t" causes a problem the first time it is used. kiss@debian_sh...
2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...y just contains HAVE_* macros for headers, which should all be available on a POSIX system, so it shouldn't be a problem from this perspective for llvm's build farm. However there are some target specific macros: #define C_LINUX 1 #define FPU_WORDS_BIGENDIAN 0 #define WORDS_BIGENDIAN 0 Also SIZEOF_INT, SIZEOF_LONG,... but they are only used if the system doesn't have a proper <stdint.h> Also not sure of this: /* ctime_r takes 2 arguments */ #define HAVE_CTIME_R_2 1 What OS and CPU do the machines on llvm's buildfarm have? We could try a config.h that works on Linux (or MacOSX), an...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...M 1 #define HAVE_RANDOM 1 #define HAVE_SIGACTION 1 #define HAVE_SIGSETJMP 1 #define HAVE_GETRUSAGE 1 #define HAVE_TIMES 1 #define HAVE_SYSCONF 1 #define HAVE_SETENV 1 #define HAVE_DIRFD 1 #define HAVE_GETRLIMIT 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_GETHOSTNAME 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define HAVE_FCNTL_H 1 #define HAVE_LIMITS_H 1 #define HAVE_SYS_ERRNO_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_VALGRIND_MEMCHECK_H 1 #define HAVE_VALGRIND 1 #define HAVE_HSTRERROR 1 #define HAVE_DECL_STRERROR_R 1 #define HAVE_STRERROR_R 1 #d...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...eaders, which should all > be available on a POSIX system, so it shouldn't be a problem from this > perspective for llvm's build farm. > However there are some target specific macros: > #define C_LINUX 1 > #define FPU_WORDS_BIGENDIAN 0 > #define WORDS_BIGENDIAN 0 > Also SIZEOF_INT, SIZEOF_LONG,... but they are only used if the system > doesn't have a proper <stdint.h> > Also not sure of this: > /* ctime_r takes 2 arguments */ > #define HAVE_CTIME_R_2 1 > > What OS and CPU do the machines on llvm's buildfarm have? We could > try a > con...
2003 Mar 12
1
patch: typo's and gcc warnings
Two patches: one to correct the spelling of permissions (in comments, but such typos disturb me as well), and one to cast inode and dev to unsigned long before comparing, to prevent gcc giving a warning "comparison between signed and unsigned". Paul Slootman -------------- next part -------------- diff -ru orig/rsync-2.5.6/generator.c rsync-2.5.6/generator.c ---
2003 Dec 25
1
How to tell if option "with-acl-support" is compiledin Solaris smbd?
...LES COMPILER_SUPPORTS_LL DEFAULT_DISPLAY_CHARSET DEFAULT_DOS_CHARSET DEFAULT_UNIX_CHARSET LDAP_SET_REBIND_PROC_ARGS PACKAGE_BUGREPORT PACKAGE_NAME PACKAGE_STRING PACKAGE_TARNAME PACKAGE_VERSION REPLACE_GETPASS RETSIGTYPE SEEKDIR_RETURNS_VOID SIZEOF_INO_T SIZEOF_INT SIZEOF_LONG SIZEOF_OFF_T SIZEOF_SHORT SOLARIS_SENDFILE_API STAT_STATVFS64 STAT_ST_BLOCKSIZE STDC_HEADERS STRING_STATIC_MODULES SUNOS5 SYSCONF_SC_NGROUPS_MAX SYSV TIME_WITH_SYS_TIME USE_SETREUID WITH_ADS WITH_PAM WITH_SENDFILE WITH_WINBIND WORDS_...
2005 Feb 08
0
Compiling R as a shared library
...fine HAVE_UNISTD_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STRING_H 1 | #define HAVE_POSIX_SETJMP 1 | #define HAVE_GLIBC2 1 | #define RETSIGTYPE void | #define HAVE_DECL_SIZE_MAX 1 | #define SOCKLEN_T socklen_t | #define R_INLINE inline | #define SIZEOF_INT 4 | #define INT_32_BITS 1 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define F77_FUNC(name,NAME) name ## _ | #define F77_FUNC_(name,NAME) name ## __ | #define HAVE_F77_UNDERSCORE 1 | #define HAVE_DOUBLE_COMPLEX 1 | #define SHLIB_EXT ".so" | #def...
2005 Nov 09
0
Samba 3.0.20b / AIX 5.3 / VFS Modules
...s: AIX AIX_SENDFILE_API BROKEN_STRNDUP BROKEN_STRNLEN COMPILER_SUPPORTS_LL DEFAULT_DISPLAY_CHARSET DEFAULT_DOS_CHARSET DEFAULT_UNIX_CHARSET PACKAGE_BUGREPORT PACKAGE_NAME PACKAGE_STRING PACKAGE_TARNAME PACKAGE_VERSION REPLACE_GETPASS RETSIGTYPE SEEKDIR_RETURNS_VOID SIZEOF_INT SIZEOF_LONG SIZEOF_SHORT STAT_STATVFS64 STAT_ST_BLOCKSIZE STDC_HEADERS STRING_STATIC_MODULES SYSCONF_SC_NGROUPS_MAX TIME_WITH_SYS_TIME USE_SETREUID WITH_AIO WITH_SENDFILE WITH_SYSLOG WITH_WINBIND WORDS_BIGENDIAN _POSIX_C_SOURCE _POSIX_SOURCE charset_CP437...