That looks correct to me, can you send me more details on where you're getting the error?
#include <freetype/config/ftheader.h> with -I/opt/csw/include/freetype2 should find /opt/csw/include/freetype2/freetype/config/ftheader.h Perhaps what you're compiling isn't using freetype-config? /opt/csw/bin/freetype-config --cflags -I/opt/csw/include/freetype2 -I/opt/csw/include Dagobert Michelsen wrote: > Hi Chad, > > I noticed there is an error in the current CSWftype2 > 2.3.8,REV=2009.02.16 in > /opt/csw/include/ft2build.h > with the line > #include <freetype/config/ftheader.h> > The path is instead > /opt/csw/include/freetype2/freetype/config/ftheader.h > > I guess it should either be in > /opt/csw/include/freetype2/ft2build.h > or contain > #include <freetype2/freetype/config/ftheader.h> > > > Best regards > > -- Dago > _______________________________________________ > maintainers mailing list > [email protected] > https://lists.opencsw.org/mailman/listinfo/maintainers _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers
