octave-maintainers
[Top][All Lists]
Advanced

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

Building ftgl backend with current tip


From: John W. Eaton
Subject: Building ftgl backend with current tip
Date: Wed, 24 Sep 2008 15:43:37 -0400

On 24-Sep-2008, Thomas Weber wrote:

| Hi, 
| 
| can anybody lend me a hand on how to run configure for the ftgl backend?
| 
| Running  
|       $ ./configure --include=/usr/include/freetype2/
| gives me the following in config.log:
| 
| configure:10988: gcc -o conftest -g -O2 -I/usr/include/freetype2    
conftest.c -lfreetype -lz -lhdf5 -lz -lm  >&5
| configure:10991: $? = 0
| configure:10997: ./conftest
| configure:11000: $? = 0
| configure:11020: result: yes
| configure:11109: checking FTGL/ftgl.h usability
| configure:11126: g++ -c -g -O2   conftest.cpp >&5
| In file included from /usr/include/FTGL/ftgl.h:32,
|                  from conftest.cpp:77:
| /usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such 
file or directory
| 
| freetype-config is in /usr/bin/
| ftheader.h is in /usr/include/freetype2/freetype/config/

Try

  ./configure CPPFLAGS=-I/usr/include/freetype2

That's what I've been using, at least until the change that is hinted
at in /usr/include/ft2build.h is actually done.

jwe


reply via email to

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