bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] How does one set up the database


From: Joern Thyssen
Subject: Re: [Bug-gnubg] How does one set up the database
Date: Sat, 3 Jul 2004 13:25:49 +0000
User-agent: Mutt/1.4.2.1i

On Sat, Jul 03, 2004 at 01:48:24PM +0200, Jim Segrave wrote
> > 
> > I've written some autoconf magic. Can you check if it works?
> 
> Nope. It doesn't appear to have asked pkg-config for information on
> ftgl or libftgl (I've symlinked the .pc files so both names would
> work). So the test code doesn't compile, since the #include "FTFace.h" 
> doesn't have a path to the include files. I think under Linux they are
> just dumped in /usr/local/include or /usr/X11R6/include, whereas
> FreeBSD 5 puts the ftgl.pc file uner /usr/X11R6/include/ftgl.
> 
> I don't see any ftgl related file in gbubg/m4, so I doubt it ever does
> the pkg-config stuff it ought to be doing.

I've rewritten my autoconf magic. Can you try again, please?

As a side note I had to update board3d/font3d.cpp:

#include "FTFont.h"

changed to

#include "FTGL/FTFont.h"

as pkg-config --cflags ftgl returns /usr/local/include rather than
/usr/local/include/FTGL. I hope this change doesn't break anything for
the windows builds.

J?rn

Attachment: pgpZ1x2Nxfn_n.pgp
Description: PGP signature


reply via email to

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