make install error with gd

2004-03-17 Thread whizkid
trying to install gd and I get this error:

/usr/local/include/freetype2/freetype/freetype.h:20:2: #error
`ft2build.h' hasn't been included yet!
/usr/local/include/freetype2/freetype/freetype.h:21:2: #error Please
always use macros to include FreeType header files.
/usr/local/include/freetype2/freetype/freetype.h:22:2: #error Example:
/usr/local/include/freetype2/freetype/freetype.h:23:2: #error   #include
ft2build.h
/usr/local/include/freetype2/freetype/freetype.h:24:2: #error   #include
FT_FREETYPE_H

Anyone have any ideas?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make install error with gd

2004-03-17 Thread Matthew Seaman
On Wed, Mar 17, 2004 at 11:24:11AM -0800, [EMAIL PROTECTED] wrote:
 trying to install gd and I get this error:
 
 /usr/local/include/freetype2/freetype/freetype.h:20:2: #error
 `ft2build.h' hasn't been included yet!
 /usr/local/include/freetype2/freetype/freetype.h:21:2: #error Please
 always use macros to include FreeType header files.
 /usr/local/include/freetype2/freetype/freetype.h:22:2: #error Example:
 /usr/local/include/freetype2/freetype/freetype.h:23:2: #error   #include
 ft2build.h
 /usr/local/include/freetype2/freetype/freetype.h:24:2: #error   #include
 FT_FREETYPE_H
 
 Anyone have any ideas?

Read /usr/ports/CHANGES -- you need to update the print/freetype2 port
before you update graphics/gd.  Also a good thing to do if you
experience problems with compiling ports is to try cvsup(1)ing again,
and see if the error persists.

Cheers,

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: make install error with gd

2004-03-17 Thread whizkid
 Read /usr/ports/CHANGES -- you need to update the print/freetype2 port
 before you update graphics/gd.  Also a good thing to do if you
 experience problems with compiling ports is to try cvsup(1)ing again,
 and see if the error persists.

   Cheers,

   Matthew


Thanks Matthew, After i cvsup again this afternoon, that seemed to fix the
issue.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]