On Tue, Jul 01, 2003 at 05:08:14AM -0400, patrick wrote:
> 
> Micah Dowty said:
> > It could be that some of this makefile hacking you mention caused the
> > fonts to not be compiled correctly. You should be getting a large
> > automatically generated C file in font/bdf_fonts.c
> 
> Nope.  I have successfully compiled pgserver without any hacking by doing
> the following:
> 
> ./configure --host=m68k-elf --build=`./config.guess`
> --with-prefix=m68k-elf --prefix=$UCLINUXDIST/user/picogui
> --with-jpeg-dir=$UCLINUXDIST/lib/libjpeg --with-profile=profile.user2
> make
> 
> This produces an exectuable, but when I issue pgserver.gdb -l I still get
> no fonts.
> 
> One thing I noticed, however, was that after issuing ./configure my
> font/bdf_fonts.c file is large (~544k), but after issuing "make"
> font/bdf_fonts.c is only 125 bytes!
> 
> I did some more poking, and found that the regular expression in the
> script/fontdef.pl file is wrong.  I changed line 49 from:
> 
>  if (/FONT_([^\s=]+)/) {
> 
> to
> 
>  if (/FONT_([\w]+)/) {
> 
> 
> I'm not too sure of the exact semantics, but after trying the entire
> process with the change above, this does give me a proper bdf_fonts.c
> file.

That's odd... perhaps you have a buggy copy of perl?
Anyways, the change you're suggesting couldn't hurt, so I committed it
to the svn repository.

--Micah

-- 
Only you can prevent creeping featurism!


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to