freetype-devel
[Top][All Lists]
Advanced

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

[Devel] freetype-2.1.7 unable to build with makepp


From: krichine
Subject: [Devel] freetype-2.1.7 unable to build with makepp
Date: Tue, 6 Apr 2004 20:29:28 GMT

Hello,

I was wondering if you have any hints as to why the following does not work.

I do not have GNU make, so, following your README, I have installed and am 
using makepp. Do you think this might be a problem with makepp?
Here is my output:

/opt/oracle/work/krichine/perl/freetype-2.1.7 > makepp --version
makepp 1.19 is distributed under the terms of the Artistic license.
For more details, see the makepp homepage at http://makepp.sourceforge.net.

...Incidentally, I had to edit your configure since -v does not seem to work in 
makepp, nor does it return any GNU strings...

/opt/oracle/work/krichine/perl/freetype-2.1.7 > GNUMAKE=makepp ./configure 
--prefix=/opt/oracle/work/krichine
Loading makefile /opt/oracle/work/krichine/perl/freetype-2.1.7/Makefile
Loading makefile 
/opt/oracle/work/krichine/perl/freetype-2.1.7/builds/amiga/makefile
makepp: Entering directory `/opt/oracle/work/krichine/perl/freetype-2.1.7'
cd builds/unix; ./configure --prefix=/opt/oracle/work/krichine
checking build system type... hppa2.0w-hp-hpux11.00
checking host system type... hppa2.0w-hp-hpux11.00
checking target system type... hppa2.0w-hp-hpux11.00
checking for gcc... no
checking for cc... cc
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... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking how to run the C preprocessor... cc -E
checking for rm... rm -f
checking for rmdir... rmdir
checking for a BSD-compatible install... /opt/imake/bin/install -c
checking for egrep... 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... no
checking for a sed that does not truncate output... /usr/bin/sed
checking for non-GNU ld... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/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++... no
checking for c++... no
checking for gpp... no
checking for aCC... aCC
checking whether we are using the GNU C++ compiler... no
checking whether aCC accepts -g... yes
checking how to run the C++ preprocessor... aCC -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 262144
checking command to parse /usr/bin/nm -p output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking for cc option to produce PIC... +Z
checking if cc PIC flag +Z works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux11.00 dld.sl
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the aCC linker (/usr/bin/ld) supports shared libraries... yes
checking for aCC option to produce PIC... +Z
checking if aCC PIC flag +Z works... yes
checking if aCC supports -c -o file.o... yes
checking whether the aCC linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... relink
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... hpux11.00 dld.sl
appending configuration tag "F77" to libtool
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
makepp: warning: I attempted to build 
/opt/oracle/work/krichine/perl/freetype-2.1.7/unix-def.mk,
  but after successfully executing the commands, the target does not exist.
  Perhaps it is a phony target?  If so, the rule defining it should be modified
  like this:
  $(phony unix-def.mk): dependencies
        actions

  or you could also declare it as phony like this:
  .PHONY: unix-def.mk

FreeType build system -- automatic system detection

The following settings are used:

  platform                    unix
  compiler                    c89
  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 `/opt/oracle/work/krichine/perl/bin/perl 
/opt/oracle/work/krichine/share/makepp/recursive_makepp' again to build the 
library,
or `/opt/oracle/work/krichine/perl/bin/perl 
/opt/oracle/work/krichine/share/makepp/recursive_makepp refdoc' to build the 
API reference (the latter needs python).

/opt/oracle/work/krichine/perl/freetype-2.1.7 > makepp
Loading makefile /opt/oracle/work/krichine/perl/freetype-2.1.7/Makefile
makepp: Entering directory `/opt/oracle/work/krichine/perl/freetype-2.1.7'
/opt/oracle/work/krichine/perl/freetype-2.1.7/builds/unix/libtool 
--mode=compile cc -I/opt/oracle/work/krichine/perl/freetype-2.1.7/objs 
-I/opt/oracle/work/krichine/perl/freetype-2.1.7/builds/unix 
-I/opt/oracle/work/krichine/perl/freetype-2.1.7/include -c -g 
-DDARWIN_NO_CARBON -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -oobjs/ftsystem.lo 
-osrc/base/ftsystem.c
mkdir .libs
 cc -I/opt/oracle/work/krichine/perl/freetype-2.1.7/objs 
-I/opt/oracle/work/krichine/perl/freetype-2.1.7/builds/unix 
-I/opt/oracle/work/krichine/perl/freetype-2.1.7/include -c -g 
-DDARWIN_NO_CARBON "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -oobjs/ftsystem.lo 
-osrc/base/ftsystem.c  +Z -DPIC -o .libs/ftsystem.o
cc: error 1410: Illegal name for output file: "src/base/ftsystem.c".
makepp: error (1), stopping now

Thanks.
Kirill

________________________________________________________________
The best thing to hit the Internet in years - Juno SpeedBand!
Surf the Web up to FIVE TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!



reply via email to

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