I'm running into an error when trying to compile 0.4.6 on Fedora Core 1.

Output from running the "make" command when in the pngwriter directory.

[EMAIL PROTECTED] pngwriter-0.4.6]# make
#
#
# PNGwriter 0.4.6
# Copyright 2002, 2003, 2004 Paul Blackburn
# http://pngwriter.sourceforge.net/
# This library and its associated files are covered
# by the GNU General Public License.
#
# Using make.include.linux for your compilation/installation prefs.
#
# Important: If you do not have FreeType2 installed,
# see the README for instructions on compiling PNGwriter
# without FreeType2 support.
#
# Importante: Si no tienes FreeType2 instalado,
# lee el archivo LEAME en doc/espaniol para
# instrucciones acerca de como compilar PNGwriter
# sin soporte para FreeType2.
#
# You have selected to compile PNGwriter with
# FreeType2 support.
#
#
cd src; make
make[1]: Entering directory `/home/httpd/vhosts/page/private/pngwriter-0.4.6/src'
g++ -O3 -Wall -Wno-deprecated `freetype-config --cflags` `freetype-config --libs` -I../src/ -c -o pngwriter.o pngwriter.cc
/bin/sh: line 1: freetype-config: command not found
/bin/sh: line 1: freetype-config: command not found
/bin/sh: line 1: g++: command not found
make[1]: *** [pngwriter.o] Error 127
make[1]: Leaving directory `/home/httpd/vhosts/page/private/pngwriter-0.4.6/src'
make: *** [libpngwriter] Error 2


Any thoughts as to what may be causing this and how to fix it?

Thanks -
- Nick -




-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
http://pngwriter.sourceforge.net/
PNGwriter-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pngwriter-users

Reply via email to