Your message dated Thu, 10 Jul 2008 10:43:47 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Not a bug
has caused the Debian Bug report #489532,
regarding libftgl-dev: Compilation error
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
489532: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489532
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libftgl-dev
Version: 2.1.3~rc5-2
Severity: normal
I can not compile my snowman.cpp, which contains
#include <FTGL/ftgl.h>
I get the following error messages:
In file included from /usr/include/FTGL/ftgl.h:32,
from snowman.cpp:6:
/usr/include/ft2build.h:56:38: error:
freetype/config/ftheader.h: No such file or directory
In file included from snowman.cpp:6:
/usr/include/FTGL/ftgl.h:33:10: error: #include expects
"FILENAME" or <FILENAME>
/usr/include/FTGL/ftgl.h:34:10: error: #include expects
"FILENAME" or <FILENAME>
/usr/include/FTGL/ftgl.h:35:10: error: #include expects
"FILENAME" or <FILENAME>
In file included from /usr/include/FTGL/ftgl.h:110,
from snowman.cpp:6:
/usr/include/FTGL/FTPoint.h:75: error:
expected ‘,’ or ‘...’ before ‘&’ token
/usr/include/FTGL/FTPoint.h: In constructor
‘FTPoint::FTPoint(int)’:
/usr/include/FTGL/FTPoint.h:77: error:
‘ft_vector’ was not declared in this scope
and so on...
Best regards
Torquil Sørensen
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (650, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libftgl-dev depends on:
ii libfreetype6-dev 2.3.7-1 FreeType 2 font engine, developmen
ii libftgl2 2.1.3~rc5-2 library to render text in OpenGL u
ii libgl1-mesa-dev [libgl-dev] 7.0.3-4 A free implementation of the OpenG
ii libglu1-mesa-dev [libglu-dev 7.0.3-4 The OpenGL utility library -- deve
libftgl-dev recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Ok, this was not a bug... One has to use the output from pkg-config --cflags
freetype2 as arguments to the compiler, I have heard. Closing.
Best regards
Torquil Sørensen
--- End Message ---