search for: zconf

Displaying 20 results from an estimated 21 matches for "zconf".

Did you mean: conf
2002 May 17
0
R-1.5.0 on NetBSD (PR#1565)
NetBSD 1.5ZA on intel There is a problem with the R-1.5.0 compile under NetBSD caused by a non-standard zconf.h in NetBSD. The configure script quite happily accepts the installed zlib.h, but because the NetBSD zconf.h substitutes the OF macro by an __P macro (in zconf.h) the make fails when trying to compile dounzip.c with many errors like: In file included from dounzip.c:28: unzip.h:114: parse error b...
2010 Oct 05
1
problems installing R (Matteo)
...for unistd.h... yes checking rpc/xdr.h usability... yes checking rpc/xdr.h presence... yes checking for rpc/xdr.h... yes checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for library containing xdrmem_create... none required checking zconf.h usability... yes checking zconf.h presence... yes checking for zconf.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for library containing deflate... -lz configure: creating ./config.status config.status: creating src/Makevars It see...
2006 Feb 24
2
r56 - trunk/debian
...00.000000000 +0100 -+++ linux-2.6.12-xen/scripts/kconfig/.conf.cmd 2006-02-17 00:45:47.505061300 +0100 ++++ linux-2.6.12-xen/scripts/kconfig/.conf.cmd 2006-02-25 00:12:54.495870385 +0100 @@ -0,0 +1 @@ +cmd_scripts/kconfig/conf := gcc -o scripts/kconfig/conf scripts/kconfig/conf.o scripts/kconfig/zconf.tab.o Binärdateien pristine-linux-2.6.12/scripts/kconfig/conf.o and linux-2.6.12-xen/scripts/kconfig/conf.o sind verschieden. diff -Nurp pristine-linux-2.6.12/scripts/kconfig/.conf.o.cmd linux-2.6.12-xen/scripts/kconfig/.conf.o.cmd --- pristine-linux-2.6.12/scripts/kconfig/.conf.o.cmd 1970-01-...
2002 May 17
0
Re: R-1.5.0 on NetBSD (PR#1566)
...: no > > > Secondly, a workaround patch is the following: > > --- src/main/unzip.h.orig Mon Feb 4 11:48:57 2002 > +++ src/main/unzip.h > @@ -49,6 +49,16 @@ > #include "zlib.h" > #endif > > +/* Fudge for NetBSD's replacement of OF by __P in zconf.h */ > + > +#ifndef OF /* function prototypes */ > +# ifdef STDC > +# define OF(args) args > +# else > +# define OF(args) () > +# endif > +#endif > + Thanks. That extract is taken directly from zconf.h in the official version, so do I gather that NetNSD has gr...
2000 Mar 22
0
configure: error: *** zlib missing
...ription: zlib has been installed, yet after using advice gleaned from mail-list archives, got past what sounds like the normal Solaris/OpenSSHv1.2.2p1 errors and am receiving a "configure: error: *** zlib missing - please install first ***". .../archive/zlib/1.1.3# make install cp zlib.h zconf.h /usr/local/include chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h cp libz.a /usr/local/lib cd /usr/local/lib; chmod 755 libz.a cd /usr/local/lib; if test -f libz.so.1.1.3; then \ rm -f libz.so libz.so.1; \ ln -s libz.so.1.1.3 libz.so; \ ln -s libz.so.1.1.3 libz.so.1; \ (ld...
2003 Oct 15
4
Compile of OpenSSH 3.7.1p2 failing - TRU64 5.1A
All, I'm getting the following error message when trying to 'make' OpenSSH 3.7.1p2: cc: Severe: compress.c, line 19: Cannot find file "zlib.h" specified in #include directive. (noinclfilef) #include "zlib.h" -^ *** Exit 1 Stop. What can I do to get this to compile correctly? Thanks in advance, Trevor Strickland trevor.strickland at ed.gov
2002 Jan 30
1
Patch: update zlib/* to 1.1.3
...$(LDSHARED) -o $@ $(OBJS) rm -f $(SHAREDLIB) $(SHAREDLIB).1 @@ -79,14 +92,14 @@ $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS) install: $(LIBS) - -@if [ ! -d $(prefix)/include ]; then mkdir $(prefix)/include; fi - -@if [ ! -d $(exec_prefix)/lib ]; then mkdir $(exec_prefix)/lib; fi - cp zlib.h zconf.h $(prefix)/include - chmod 644 $(prefix)/include/zlib.h $(prefix)/include/zconf.h - cp $(LIBS) $(exec_prefix)/lib - cd $(exec_prefix)/lib; chmod 755 $(LIBS) - -@(cd $(exec_prefix)/lib; $(RANLIB) libz.a || true) >/dev/null 2>&1 - cd $(exec_prefix)/lib; if test -f $(SHAREDLIB).$(VER); then...
2002 May 17
0
Re: R-1.5.0 on NetBSD (PR#1566)
...ofiling support: yes R as a shared library: no Secondly, a workaround patch is the following: --- src/main/unzip.h.orig Mon Feb 4 11:48:57 2002 +++ src/main/unzip.h @@ -49,6 +49,16 @@ #include "zlib.h" #endif +/* Fudge for NetBSD's replacement of OF by __P in zconf.h */ + +#ifndef OF /* function prototypes */ +# ifdef STDC +# define OF(args) args +# else +# define OF(args) () +# endif +#endif + #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) /* like the STRICT of WIN32, we define a pointer that cannot be converted from (void*) without ca...
2008 Jan 09
2
xapian with MinGW - solved
Hi, I got this issue nailed out. :-D The problem was with the zlib package offered by MinGW. _Never_ use zlib-1.2.3-MSYS-1.0.11.tar.bz2 package, _it's broken_! Instead, download the pre-compiled version of zlib from zlib.net, and use that to build Xapian with MinGW on Windows. Regards, Adi.
2002 Jul 12
1
Building 3.4p1 on HP-UX 11.00, gcc, zlib 1.1.4, OpenSSL 0.9.6d
Hey folks, I am having a devil of a time compiling 3.4p1 on HP-UX 11.00. I'm running gcc 2.95.2, OpenSSL 0.9.6d, and zlib 1.1.4. I have two questions, but here's the first... I am getting the dreaded: *** zlib missing - please install first or check config.log *** error when running configure, no matter what options I give it. --with-zlib doesn't help at all - I've tried it
2007 Jul 16
3
Zaptel 1.2.19 and 1.4.4 released
The Asterisk.org development team has announced the release of Zaptel versions 1.2.18 and 1.4.4. These releases are maintenance releases that fix various known issues. See the ChangeLog included in the releases for a full list of changes. The ChangeLogs are also available separately on the ftp site. Both releases are available as a tarball as well as a patch against the previous release. They
2007 Jul 16
3
Zaptel 1.2.19 and 1.4.4 released
The Asterisk.org development team has announced the release of Zaptel versions 1.2.18 and 1.4.4. These releases are maintenance releases that fix various known issues. See the ChangeLog included in the releases for a full list of changes. The ChangeLogs are also available separately on the ftp site. Both releases are available as a tarball as well as a patch against the previous release. They
2004 Oct 27
1
Problems installing GRASS package
Hi, I'm running R 2.0 installed from the source port on FreeBSd 4.10 and I'm having trouble installing the GRASS package. Following is the procedure plus errors: > options(CRAN="http://cran.us.r-project.org") > install.packages("GRASS") <download snipped> downloaded 186Kb * Installing *source* package 'GRASS' ... ** libs cc
2014 May 08
2
compile error about 6.0.2
...efore ?strtoumax? /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax? /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax? In file included from /mlsyslinux/com32/include/zconf.h:364, from /mlsyslinux/com32/include/zlib.h:34, from /mlsyslinux/com32/libupload/cpio.c:11: /mlsyslinux/com32/include/sys/types.h:12: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?ssize_t? /mlsyslinux/com32/include/sys/types.h:14: error: expected...
2014 May 08
0
compile error about 6.0.2
...x? > /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax? > /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax? > In file included from /mlsyslinux/com32/include/zconf.h:364, > from /mlsyslinux/com32/include/zlib.h:34, > from /mlsyslinux/com32/libupload/cpio.c:11: > /mlsyslinux/com32/include/sys/types.h:12: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?ssize_t? > /mlsyslinux/com32/include/sys/types.h...
2001 Mar 26
7
RFE: Portable OpenSSH
For a future release of Portable OpenSSH, it would be nice to have a ./configure option to enable the binaries produced, to be statically linked. I tried using LDFLAGS option to ./configure .... but this passes arguments to gcc not ld, this should be documented. Additionally, I feel that ./configure should --extra-inc=dir and --extra-lib=dir to add paths to compile (-I) and link lines (-L &
2014 May 12
2
compile error about 6.0.2
...x? > /mlsyslinux/com32/include/inttypes.h:21: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoimax? > /mlsyslinux/com32/include/inttypes.h:22: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?strntoumax? > In file included from /mlsyslinux/com32/include/zconf.h:364, > from /mlsyslinux/com32/include/zlib.h:34, > from /mlsyslinux/com32/libupload/cpio.c:11: > /mlsyslinux/com32/include/sys/types.h:12: error: expected ?=?, ?,?, ?;?, ?asm? or ?__attribute__? before ?ssize_t? > /mlsyslinux/com32/include/sys/types.h...
2003 Mar 07
6
Call for testing for 3.6
We are heading into a lock here. So we need to get people to test their respective platforms if they wish them to be supported out of the tar file. So if you have any patches you need to ensure your platform works speak up. We are looking at a lock on the 17th. I believe I have an AIX/Cray patch and a Tru64 patch sitting in my mailbox that I'll be looking at soon and more than likely
2015 Aug 21
0
Wine release 1.7.50
...Set\Control\Session Manager\Environment' 39099 Wine's msiexec crashes when invoking Nvidia Physx maintenance tool via 'wine uninstaller -> Modify...' 39104 [win16] installing application cause "Not Enough Disk Space" MessageBox 39117 Cross-compilation: Error in zconf.h included from zlib.h included from http.c 39118 Office 2013 installer fails to start ---------------------------------------------------------------- Changes since 1.7.49: Aaryaman Vasishta (14): d3drm: Change signature of d3drm_device_create. d3drm: Add helper for destroying de...
2012 Nov 23
7
buildworld with clang breaks because no cc
I am doing a buildworld with clang on amd64 9.1-PRERELEASE #2 r242867. In /etc/src.conf I have "WITHOUT_GCC= yes". Compile progresses up to below then breaks: ===> usr.bin/xlint/xlint (all) ===> usr.bin/xlint/llib (all) lint -cghapbx -Cposix /asp/src/usr.bin/xlint/llib/llib-lposix lint -cghapbx -Cstdc /asp/src/usr.bin/xlint/llib/llib-lstdc ===> lib/clang/libllvmx86codegen (all)