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: Jim Segrave
Subject: Re: [Bug-gnubg] How does one set up the database
Date: Sat, 3 Jul 2004 20:26:39 +0200
User-agent: Mutt/1.4.1i

On Sat 03 Jul 2004 (13:25 +0000), Joern Thyssen wrote:
> 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.

Um - that will break freebsd, where pkg-config returns 
-I/usr/X11R6/include/ftgl ...

I have no FTGL directory. The ftgl.pc file on your machine is not
being correctly generated if it doesn't give the -I<path to include
files>



-- 
Jim Segrave           address@hidden





reply via email to

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