Displaying 20 results from an estimated 46 matches for "sizeof_long".
Did you mean:
dsizeof_long
2009 Mar 31
2
[LLVMdev] LLVM on Mac OS X Tiger 10.4.11
...nstall/ --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
...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; }
|
| #endif
| int
| main ()
| {
|
| ;
| return 0;...
2005 Jul 13
3
How to increase memory for R on Soliars 10 with 16GB and 64bit R
Dear all,
My machine is SUN Java Workstation 2100 with 2 AMD Opteron CPUs and 16GB RAM.
R is compiled as 64bit by using SUN compilers.
I trying to fit quantile smoothing on my data and I got an message as below.
> fit1<-rqss(z1~qss(cbind(x,y),lambda=la1),tau=t1)
Error in as.matrix.csr(diag(n)) : cannot allocate memory block of size 2496135168
The lengths of vector x and y are
2009 Mar 31
0
[LLVMdev] LLVM on Mac OS X Tiger 10.4.11
...st=$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 POWER behind you&qu...
2012 Oct 21
1
FreeBSD installation problems
...g
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=gfortran47 CXX=g++47 FC=gfortran47
which seemed to run to com...
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...fine 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 the return type of a gcc2
| builtin and then i...
2020 Feb 13
1
Re: [PATCH nbdkit 2/2] vddk: Drive library loading from libdir parameter.
...W);
> + CLEANUP_FREE char *path;
> +
> + /* Set the full path so that dlopen will preferentially load the
> + * system libraries from the same directory.
> + */
> + if (asprintf (&path, "%s/lib%d/%s",
> + libdir ? : VDDK_LIBDIR, 8*SIZEOF_LONG, sonames[i]) == -1) {
could you just spell this sizeof(long)*CHAR_BITS?
I'm guessing that the vddk files always ship with a dir/lib32/xxx.so and
a dir/lib64/xxx.so convention?
Or, can we just hard-code the name '/lib64/', since...
> +++ b/tests/test-vddk.sh
> @@ -1,6 +1,6 @@...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...fine 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 -O2 -I/usr/local/include -L/usr/local/lib conftest...
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
...fine 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
| extern "C"
| # endif
| int F7...
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
2010 Jun 01
0
[LLVMdev] building dragonegg (LLVM 2.7) on Snow Leopard (Mac OS X 10.6.3)
...in order to get it to work.
One important note is that the order matters here, i.e. don't specify the gcc-4.5.0_obj/intl before the gcc-4.5.0_obj/gcc directory,
because otherwise the config.h in the former directory will be preferred above the config.h in the latter dir, causing problems
with SIZEOF_LONG being undefined.
The exact command line used to build dragonegg:
CC=/path/to/gcc-4.5.0/bin/gcc CXX=/path/to/gcc-4.5.0/bin/g++ CPPFLAGS="-I/path/to/gcc-4.5.0_src/gcc/config -I/path/to/gmp-4.3.2/include -I/path/to/mpfr-2.4.2/include -I/path/to/mpc-0.8.2/include -I/path/to/gcc-4.5.0_obj/gcc -I/...
2004 Sep 21
1
Two Problems Cross-compiling
...build_arm_nofpu/staging_dir/bin/arm-linux-uclibc-gcc
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...
2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...ins 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), and try to appl...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...OM 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
#define STRERROR_R_CHAR_...
2020 Apr 19
0
[ANNOUNCE] pixman release 0.40.0 now available
...line
Implement basic dithering for the wide pipeline, v3
test: Check the dithering path in tolerance-test
demos: Add a dithering demo
Ordered dithering with blue noise, v2
Don't use GNU extension for binary numbers
Christoph Reiter (3):
meson: define SIZEOF_LONG and use -Wundef
meson: allow building a static library
meson: fix TLS support under mingw
Chun-wei Fan (11):
meson.build: Fix MMX, SSE2 and SSSE3 checks on MSVC
meson.build: Disable OpenMP on MSVC builds
build: Don't assume PThreads if threading support is...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...h 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 wo...
2020 Feb 13
4
[PATCH nbdkit v2 2/3] NOT WORKING: vddk: Drive library loading from libdir parameter.
I couldn't get this to work in the end. This is the latest
non-working version. This email documents what doesn't work for the
permanent record.
The central problem is that VDDK InitEx() appears to dlopen() various
of its own plugins. Although I wasn't able to capture exactly what
dlopen() command it is running, the plugins cannot be loaded because
they rely on the recompiled
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
---