[GRASS5] Compile-error on XDRIVER

Dear Developers,

while trying to compile a CVS-Snapshot I ran into the following
problems in XDRIVER

In function `draw_bitmap':
/home/steph/cvs/grass57_cvs/display/drivers/lib/Text3.c:226: undefined
reference to `draw_point' collect2: ld returned 1 exit status

Does somebody have a sollution?

Thank you for your help

  Stephan Holl

--
Stephan Holl

Check headers for GnuPG Key!
http://www.gdf-hannover.de

On Tue, Nov 09, 2004 at 10:46:30AM +0100, Stephan Holl wrote:

Dear Developers,

while trying to compile a CVS-Snapshot I ran into the following
problems in XDRIVER

In function `draw_bitmap':
/home/steph/cvs/grass57_cvs/display/drivers/lib/Text3.c:226: undefined
reference to `draw_point' collect2: ld returned 1 exit status

Does somebody have a sollution?

Thank you for your help

Currently the 5.7 XDRIVER depends on Freetype2.
Add something like
--with-freetype --with-freetype-includes=/usr/include/freetype2

to you configuration and recompile again (maybe 'make distclean'
needed).

Then it should compile. Seems that I need assistance to
make the Freetype2 support optional:
http://grass.itc.it/pipermail/grass5/2004-November/015909.html

Markus