bugThe FreeType Project - Bugs: bug #13945, Can't compile freetype-2.1.10 with...

 
 

bug #13945: Can't compile freetype-2.1.10 with zlib-1.2.3 on HP-UX B.11.11

Submitted by:  None
Submitted on:  Wed 27 Jul 2005 07:35:13 AM UTC  
 
Severity: 3 - NormalItem Group: None
Status: InvalidPrivacy: Public
Assigned to: Werner LEMBERG <wl>Open/Closed: Closed
Planned Release: None

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Sat 30 Jul 2005 06:29:16 AM UTC, comment #1:

This is a configuration bug of zlib on your host.
It seems to be an old bug since it is reported again and again.

In zlib.h, line 1183, there is a type `z_off_t'. This is
defined in zconf.h which isn't installed correctly on your
host.

Please report this problem to the zlib team!

Werner

Werner LEMBERG <wl>
Project AdministratorIn charge of this item.
Wed 27 Jul 2005 07:35:13 AM UTC, original submission:

[root@crmdev1] /home/zavazan/RRD/freetype-2.1.10>env GNUMAKE=gmake CPPFLAGS="-I$BUILD_DIR/lb/include" LDFLAGS="-L$BUILD_DIR/lb/lib" CFLAGS="-O3 -fPIC" ./configure --disable-shared --prefix=$BUILD_DIR/lb

cd builds/unix; ./configure --disable-shared --prefix=/home/zavazan/RRD/lb
checking build system type... hppa2.0w-hp-hpux11.11
checking host system type... hppa2.0w-hp-hpux11.11
checking target system type... hppa2.0w-hp-hpux11.11
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for rm... rm -f
checking for rmdir... rmdir
checking for a BSD-compatible install... ./install-sh -c
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) 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 stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking for memcpy... yes
checking for memmove... yes
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for /usr/ccs/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 262144
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... hpux11.11 dld.sl
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... hpux11.11 dld.sl
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... hpux11.11 dld.sl
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating freetype2.pc
config.status: creating ftconfig.h

FreeType build system -- automatic system detection

The following settings are used:

platform unix
compiler cc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk

If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `gmake' again to build the library,
or `gmake refdoc' to build the API reference (the latter needs python).

gmake: Nothing to be done for `unix'.

[root@crmdev1] /home/zavazan/RRD/freetype-2.1.10>gmake
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /home/zavazan/RRD/freetype-2.1.10/objs/ftsystem.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftsystem.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" /home/zavazan/RRD/freetype-2.1.10/src/base/ftsystem.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftsystem.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /home/zavazan/RRD/freetype-2.1.10/objs/ftdebug.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftdebug.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" /home/zavazan/RRD/freetype-2.1.10/src/base/ftdebug.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftdebug.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /home/zavazan/RRD/freetype-2.1.10/objs/ftinit.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftinit.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" /home/zavazan/RRD/freetype-2.1.10/src/base/ftinit.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftinit.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbase.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftbase.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftbase.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbase.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbitmap.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftbitmap.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftbitmap.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbitmap.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbbox.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftbbox.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftbbox.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbbox.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbdf.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftbdf.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftbdf.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftbdf.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftglyph.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftglyph.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftglyph.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftglyph.o
/home/zavazan/RRD/freetype-2.1.10/src/base/ftglyph.c:329: warning: initialization from incompatible pointer type
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftmm.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftmm.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftmm.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftmm.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftotval.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftotval.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftotval.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftotval.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftpfr.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftpfr.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftpfr.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftpfr.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftstroke.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftstroke.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftstroke.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftstroke.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftsynth.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftsynth.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftsynth.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftsynth.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/fttype1.lo /home/zavazan/RRD/freetype-2.1.10/src/base/fttype1.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/fttype1.c -o /home/zavazan/RRD/freetype-2.1.10/objs/fttype1.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftwinfnt.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftwinfnt.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftwinfnt.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftwinfnt.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base -o /home/zavazan/RRD/freetype-2.1.10/objs/ftxf86.lo /home/zavazan/RRD/freetype-2.1.10/src/base/ftxf86.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/base /home/zavazan/RRD/freetype-2.1.10/src/base/ftxf86.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftxf86.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/autofit -o /home/zavazan/RRD/freetype-2.1.10/objs/autofit.lo /home/zavazan/RRD/freetype-2.1.10/src/autofit/autofit.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/autofit /home/zavazan/RRD/freetype-2.1.10/src/autofit/autofit.c -o /home/zavazan/RRD/freetype-2.1.10/objs/autofit.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/bdf -o /home/zavazan/RRD/freetype-2.1.10/objs/bdf.lo /home/zavazan/RRD/freetype-2.1.10/src/bdf/bdf.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/bdf /home/zavazan/RRD/freetype-2.1.10/src/bdf/bdf.c -o /home/zavazan/RRD/freetype-2.1.10/objs/bdf.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/cache -o /home/zavazan/RRD/freetype-2.1.10/objs/ftcache.lo /home/zavazan/RRD/freetype-2.1.10/src/cache/ftcache.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/cache /home/zavazan/RRD/freetype-2.1.10/src/cache/ftcache.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftcache.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/cff -o /home/zavazan/RRD/freetype-2.1.10/objs/cff.lo /home/zavazan/RRD/freetype-2.1.10/src/cff/cff.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/cff /home/zavazan/RRD/freetype-2.1.10/src/cff/cff.c -o /home/zavazan/RRD/freetype-2.1.10/objs/cff.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/cid -o /home/zavazan/RRD/freetype-2.1.10/objs/type1cid.lo /home/zavazan/RRD/freetype-2.1.10/src/cid/type1cid.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -I/home/zavazan/RRD/freetype-2.1.10/src/cid /home/zavazan/RRD/freetype-2.1.10/src/cid/type1cid.c -o /home/zavazan/RRD/freetype-2.1.10/objs/type1cid.o
./builds/unix/libtool --mode=compile gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -o /home/zavazan/RRD/freetype-2.1.10/objs/ftgzip.lo /home/zavazan/RRD/freetype-2.1.10/src/gzip/ftgzip.c
gcc -pedantic -ansi -I/home/zavazan/RRD/freetype-2.1.10/objs -I./builds/unix -I/home/zavazan/RRD/freetype-2.1.10/include -c -Wall -I/home/zavazan/RRD/lb/include -O3 -fPIC -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" /home/zavazan/RRD/freetype-2.1.10/src/gzip/ftgzip.c -o /home/zavazan/RRD/freetype-2.1.10/objs/ftgzip.o
In file included from /home/zavazan/RRD/freetype-2.1.10/src/gzip/ftgzip.c:44:
/home/zavazan/RRD/lb/include/zlib.h:1183: error: parse error before "gzseek"
/home/zavazan/RRD/lb/include/zlib.h:1183: error: parse error before "off_t"
/home/zavazan/RRD/lb/include/zlib.h:1183: warning: type defaults to `int' in declaration of `gzseek'
/home/zavazan/RRD/lb/include/zlib.h:1183: error: ISO C forbids data definition with no type or storage class
/home/zavazan/RRD/lb/include/zlib.h:1208: error: parse error before "gztell"
/home/zavazan/RRD/lb/include/zlib.h:1208: warning: type defaults to `int' in declaration of `gztell'
/home/zavazan/RRD/lb/include/zlib.h:1208: error: ISO C forbids data definition with no type or storage class
/home/zavazan/RRD/lb/include/zlib.h:1276: error: parse error before "off_t"
/home/zavazan/RRD/lb/include/zlib.h:1301: error: parse error before "off_t"
gmake: *** [/home/zavazan/RRD/freetype-2.1.10/objs/ftgzip.lo] Error 1
[root@crmdev1] /home/zavazan/RRD/freetype-2.1.10>

################################################################
z-lib compilation:
[root@crmdev1] /home/zavazan/RRD/zlib-1.2.3>env CFLAGS="-O3 -fPIC" ./configure --prefix=$BUILD_DIR/lb
Checking for gcc...
Building static library libz.a version 1.2.3 with gcc.
Checking for unistd.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for errno.h... Yes.
Checking for mmap support... Yes.
[root@crmdev1] /home/zavazan/RRD/zlib-1.2.3>gmake
gcc -O3 -fPIC -DUSE_MMAP -c -o example.o example.c
gcc -O3 -fPIC -DUSE_MMAP -c -o adler32.o adler32.c
gcc -O3 -fPIC -DUSE_MMAP -c -o compress.o compress.c
gcc -O3 -fPIC -DUSE_MMAP -c -o crc32.o crc32.c
gcc -O3 -fPIC -DUSE_MMAP -c -o gzio.o gzio.c
gcc -O3 -fPIC -DUSE_MMAP -c -o uncompr.o uncompr.c
gcc -O3 -fPIC -DUSE_MMAP -c -o deflate.o deflate.c
gcc -O3 -fPIC -DUSE_MMAP -c -o trees.o trees.c
gcc -O3 -fPIC -DUSE_MMAP -c -o zutil.o zutil.c
gcc -O3 -fPIC -DUSE_MMAP -c -o inflate.o inflate.c
gcc -O3 -fPIC -DUSE_MMAP -c -o infback.o infback.c
gcc -O3 -fPIC -DUSE_MMAP -c -o inftrees.o inftrees.c
gcc -O3 -fPIC -DUSE_MMAP -c -o inffast.o inffast.c
ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
gcc -O3 -fPIC -DUSE_MMAP -o example example.o -L. libz.a
gcc -O3 -fPIC -DUSE_MMAP -c -o minigzip.o minigzip.c
gcc -O3 -fPIC -DUSE_MMAP -o minigzip minigzip.o -L. libz.a
[root@crmdev1] /home/zavazan/RRD/zlib-1.2.3>gmake install
cp zlib.h zconf.h /home/zavazan/RRD/lb/include
chmod 644 /home/zavazan/RRD/lb/include/zlib.h /home/zavazan/RRD/lb/include/zconf.h
cp libz.a /home/zavazan/RRD/lb/lib
cd /home/zavazan/RRD/lb/lib; chmod 755 libz.a
cd /home/zavazan/RRD/lb/lib; if test -f libz.sl.1.2.3; then \
rm -f libz.sl libz.sl.1; \
ln -s libz.sl.1.2.3 libz.sl; \
ln -s libz.sl.1.2.3 libz.sl.1; \
(ldconfig || true) >/dev/null 2>&1; \
fi
cp zlib.3 /home/zavazan/RRD/lb/share/man/man3
chmod 644 /home/zavazan/RRD/lb/share/man/man3/zlib.3
[root@crmdev1] /home/zavazan/RRD/zlib-1.2.3>

gcc version 3.3.2

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Sat 30 Jul 2005 06:29:16 AM UTCwlStatusNone=>Invalid
  Assigned toNone=>wl
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1