Displaying 10 results from an estimated 10 matches for "gzwrite".
Did you mean:
gcwrite
2010 Jun 06
1
R CMD in 2.11.1 error
...aving 2.8.1 version in my system. For the package, package.skeleton works fine in R 2.11. However, it comes problem when I run Rcmd check/intall. The intall.out shows below.
I further tested that I reran R-2.8.1/bin/R CMD check in 2.8.1. it still works. Then I ran and test the doomed function, gzWrite, in R-2.11.1/binRgui, it also works fine. So, is this the problem in R-2.11.1/bin/Rcmd itself? How do I fix it? I have MinGW, Perl, etc. installed in my system.
I also attached my function gzWrite below.
Thank you very much.
00check.out:
************************************************
* inst...
2002 Jul 02
2
[PATCH] Compressed output files
...sums are
calculated.
- Added an option "--ignore-sizes", since there is no easy way for
the receiver to know the uncompressed size of the files it
already has. For now you have to use --checksum to be sure...
- Added gzio.c from the latest zlib distribution so we can call
gzwrite() etc.
What remains to be done / problems:
- Needs more testing, especially with remote clients / servers.
- Batch files are not compressed.
- Reading compressed files should be implemented in a more generic
fashion, perhaps in map_file() and its cousins. I started
working on this but...
2004 Aug 06
1
Icecast2: undefined reference to `xmlDocGetRootElement'
..._sendxml':
stats.o(.text+0x9eb): undefined reference to `xmlDocSetRootElement'
/usr/lib/libxml.so: undefined reference to `gzopen'
/usr/lib/libxml.so: undefined reference to `gzread'
/usr/lib/libxml.so: undefined reference to `gzclose'
/usr/lib/libxml.so: undefined reference to `gzwrite'
collect2: ld returned 1 exit status
What do I have to do to get this to compile?
Regards,
Simon B.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org...
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...the given number of uncompressed bytes from the compressed file.
If the input file was not in gzip format, gzread copies the given number
@@ -699,28 +702,29 @@
gzread returns the number of uncompressed bytes actually read (0 for
end of file, -1 for error). */
-extern int ZEXPORT gzwrite OF((gzFile file, const voidp buf, unsigned len));
+ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
+ const voidp buf, unsigned len));
/*
Writes the given number of uncompressed bytes into the compressed file.
gzwrite returns the number of uncompressed bytes actually written
(0...
2007 Jan 30
1
Solaris 10 compilation issue
...irname ../extra/intl/libintl.a(bindtextdom.o)
R_WriteConsole printutils.o
R_ResetConsole errors.o
BZ2_bzWriteClose connections.o
gzclose connections.o
signrank_free registration.o
gzwrite connections.o
pcre_compile character.o
BZ2_bzReadClose connections.o
ld: fatal: Symbol referencing errors. No output written to R.bin
make[3]: *** [R.bin] Error 1
make[3]: Leaving directory `/home/aduba/source/R-2.4.1/src/main...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...irname ../extra/intl/libintl.a(bindtextdom.o)
R_WriteConsole printutils.o
R_ResetConsole errors.o
BZ2_bzWriteClose connections.o
gzclose connections.o
signrank_free registration.o
gzwrite connections.o
pcre_compile character.o
BZ2_bzReadClose connections.o
ld: fatal: Symbol referencing errors. No output written to R.bin
make[3]: *** [R.bin] Error 1
make[3]: Leaving directory `/home/aduba/source/R-2.4.1/src/main...
2007 Jan 30
0
R Compiling issue
...ibull arithmetic.o
Rf_qweibull arithmetic.o
Rf_rweibull random.o
Rf_dweibull arithmetic.o
libintl_nl_default_dirname ../extra/intl/libintl.a(bindtextdom.o)
R_WriteConsole printutils.o
R_ResetConsole errors.o
BZ2_bzWriteClose connections.o
gzclose connections.o
signrank_free registration.o
gzwrite connections.o
pcre_compile character.o
BZ2_bzReadClose connections.o
ld: fatal: Symbol referencing errors. No output written to R.bin
make[3]: *** [R.bin] Error 1
make[3]: Leaving directory `/home/aduba/source/R-2.4.1/src/main'
make[2]: *** [R] Error 2
make[2]: Leaving directory `/home/a...
2007 Jan 30
0
Issue with compiling R on solaris 10
...irname ../extra/intl/libintl.a(bindtextdom.o)
R_WriteConsole printutils.o
R_ResetConsole errors.o
BZ2_bzWriteClose connections.o
gzclose connections.o
signrank_free registration.o
gzwrite connections.o
pcre_compile character.o
BZ2_bzReadClose connections.o
ld: fatal: Symbol referencing errors. No output written to R.bin
make[3]: *** [R.bin] Error 1
make[3]: Leaving directory `/home/aduba/source/R-2.4.1/src/main...
2020 Apr 03
4
Segfault after compiling wget with dfsan
...=uninstrumented
fun:DES*=uninstrumented
fun:ERR*=uninstrumented
fun:MD5*=uninstrumented
fun:MD4*=uninstrumented
fun:*X509*=uninstrumented
fun:OPENSSL*=uninstrumented
fun:CRYPTO*=uninstrumented
fun:TLS*=uninstrumented
fun:BIO_*=uninstrumented
fun:gzdopen=uninstrumented
fun:gzclose=uninstrumented
fun:gzwrite=uninstrumented
fun:a2i_IPADDRESS=uninstrumented
fun:ENGINE_load_builtin_engines=uninstrumented
fun:inflateInit2_=uninstrumented
fun:inflate=uninstrumented
fun:inflateEnd=uninstrumented
fun:inflateInit2_=uninstrumented
fun:ASN1_*=uninstrumented
fun:GENERAL_NAME_free=uninstrumented
fun:CONF_modules_l...
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
...Fortran
90 and deleted in Fortran 95
ASSIGN 210 TO IGO
^
Comment 12 at (1603:blas.f) : This statement is obsolescent in Fortran
90 and deleted in Fortran 95
------------------
connections.c(841): warning #191: type qualifier is meaningless on cast
type
return gzwrite(fp, (const voidp)ptr, size*nitems)/size;
^
connections.c(1027): warning #191: type qualifier is meaningless on cast
type
BZ2_bzWrite(&bzerror, bfp, (const voidp)ptr, size*nitems);
------------------
dotcode.c(251): warning #175: subscript out of range
buf...