Forum archiveIssue archiveInstallation and Building

Archived discussion

6.5.2 install configure --with-freetype

Installation and BuildingWed, 12/14/2011 - 22:355 replies

Browse this forum
QuestionAuthor

Hi all:
what exactly is the 'location of installed FreeType product' in the configure flags?

is it the install_dir of freetype (FREETYPE_INSTALL_DIR) or $FREETYPE_INSTALL_DIR/lib or something else?

I've tried $FREETYPE_INSTALL_DIR/lib and I am getting a compilation error:
FTFont.h not found when compiling OpenGL_FontMgr.cxx

Note: I've installed freetype 2.3.7 as required by OCC

This is a linux 64 bit install.

Discussion

5 archived replies

Posts are displayed in their archived order.

01Author

Same question for ftgl.

02Author

well, let me try the INSTALL_DIR since it kinda what the manual says, eheh.

03Author

hmm, nope, still doesn't work. same problem.

04Author

When looking at the Makefile in TKOpenGL, there's nothing for CSF_FTGL_INCLUDES and CSF_FTGL_LIBS although I've specified --with-ftgl=$FTGL_INSTALL_DIRECTORY in the configure flags.
The include and libs are correct for freetype though.

05Author

alright, feels like i am mostly talking to myself.

i ended up editing the Makefile in TKOpenGL
CSF_FTGL_INCLUDES = -I/blahblah/FTGL/include