freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] Ongoing Re: Installation issue


From: Jeffry Killen
Subject: [ft] Ongoing Re: Installation issue
Date: Sun, 17 May 2015 16:40:37 -0700

Original thread subject line
[ft] Installation issue

Hello
I have followed advice about getting freetype 2.5.5
downloaded it and unpacked it

change shell to sh

MAKE=/usr/local/bin/make ./configure ran fine

Make did not

Here are the gory details:

# MAKE=/usr/local/bin/make ./configure

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 `/usr/local/bin/make' again to build the library,
or `/usr/local/bin/make refdoc' to build the API reference (this needs python >= 2.6).

----------------------------------
annotated comment from me:
Is the above why make failed?
------------------------------------

Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc) * module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff       (OpenType fonts with extension *.otf)
* module: cid       (Postscript CID-keyed fonts, no known extension)
* module: pfr       (PFR/TrueDoc font files with extension *.pfr)
* module: type42    (Type 42 font files with no known extension)
* module: winfnt    (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf       (pcf bitmap fonts)
* module: bdf       (bdf bitmap fonts)
* module: sfnt      (helper module for TrueType & OpenType formats)
* module: autofit   (automatic hinting module)
* module: pshinter  (Postscript hinter module)
* module: raster    (monochrome bitmap renderer)
* module: smooth    (anti-aliased bitmap renderer)
* module: smooth    (anti-aliased bitmap renderer for LCDs)
* module: smooth    (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux     (Postscript Type 1 & Type 2 helper module)
* module: psnames   (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; /bin/sh ./configure
checking build system type... x86_64-unknown-freebsd10.1
checking host system type... x86_64-unknown-freebsd10.1
checking for gcc... no
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for pkg-config... no
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-unknown-freebsd10.1 file names to x86_64-unknown-freebsd10.1 format... func_convert_file_noop checking how to convert x86_64-unknown-freebsd10.1 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd10.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for rmdir... rmdir
checking for a BSD-compatible install... /usr/bin/install -c
checking for ANSI C header files... (cached) 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 size of int... 4
checking size of long... 8
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... no
checking for gzsetparams in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for BZIP2... no
checking for BZ2_bzDecompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for LIBPNG... no
checking for libpng-config... yes
checking for HARFBUZZ... no
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure:

Library configuration:
  external zlib: yes (autoconf test)
  bzip2:         yes (autoconf test)
  libpng:        yes (libpng-config)
  harfbuzz:      no

make: Nothing to be done for 'unix'.
# make
make: "./builds/./builds/toplevel.mk" line 41: Need an operator
make: "./builds/./builds/toplevel.mk" line 42: Missing dependency operator make: "./builds/./builds/toplevel.mk" line 43: Missing dependency operator
make: "./builds/./builds/toplevel.mk" line 44: Need an operator
make: "./builds/./builds/toplevel.mk" line 60: Need an operator
make: "./builds/./builds/toplevel.mk" line 62: Missing dependency operator
make: "./builds/./builds/toplevel.mk" line 64: Need an operator
make: "./builds/./builds/toplevel.mk" line 65: Need an operator
make: "./builds/./builds/toplevel.mk" line 74: Could not find ./objs/ modules.cfg make: "./builds/./builds/toplevel.mk" line 96: Missing dependency operator
make: "./builds/./builds/toplevel.mk" line 98: Need an operator
make: "./builds/./builds/toplevel.mk" line 102: Missing dependency operator
make: "./builds/./builds/toplevel.mk" line 104: Need an operator
make: "./builds/./builds/toplevel.mk" line 109: Need an operator
make: "./builds/./builds/toplevel.mk" line 113: Need an operator
make: "./builds/./builds/toplevel.mk" line 127: Missing dependency operator
make: "./builds/./builds/toplevel.mk" line 138: Need an operator
make: "./builds/./builds/toplevel.mk" line 145: Need an operator
make: "./builds/./builds/toplevel.mk" line 152: Need an operator
make: "./builds/./builds/toplevel.mk" line 154: Need an operator
make: "./builds/./builds/modules.mk" line 31: Missing dependency operator
make: "./builds/./builds/modules.mk" line 35: Need an operator
make: "./builds/./builds/modules.mk" line 39: Need an operator
make: "./builds/./builds/modules.mk" line 42: Need an operator
make: "./builds/./builds/modules.mk" line 43: Need an operator
make: "./builds/./builds/modules.mk" line 44: Need an operator
make: "./builds/./builds/modules.mk" line 45: Need an operator
make: "./builds/./builds/modules.mk" line 46: Need an operator
make: "./builds/./builds/modules.mk" line 52: Need an operator
make: "./builds/./builds/modules.mk" line 53: Need an operator
make: "./builds/./builds/modules.mk" line 54: Need an operator
make: "./builds/./builds/modules.mk" line 55: Need an operator
make: "./builds/./builds/modules.mk" line 57: Need an operator
make: "./builds/./builds/modules.mk" line 58: Need an operator
make: "./builds/./builds/modules.mk" line 59: Need an operator
make: "./builds/./builds/modules.mk" line 60: Need an operator
make: "./builds/./builds/" line 1: warning: Zero byte read from file, skipping rest of line.
make: "./builds/./builds/" line 1: Need an operator
make: "./builds/./builds/" line 3: warning: Zero byte read from file, skipping rest of line.
make: "./builds/./builds/" line 3: Need an operator
make: "./builds/./builds/" line 5: Need an operator
make: "./builds/./builds/toplevel.mk" line 178: Missing dependency operator
make: "./builds/./builds/toplevel.mk" line 187: Need an operator
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/local/freetype-2.5.5
#




reply via email to

[Prev in Thread] Current Thread [Next in Thread]