From: "Deryk Robosson" <address@hidden>
To: "Olivier Utkala" <address@hidden>
CC: address@hidden
Subject: Re: [Pnet-developers] Xsharp.Font.CreateFont error and
XSharpUseXft
Date: Fri, 30 Jun 2006 16:52:07 -0800
On 6/30/06, Olivier Utkala <address@hidden> wrote:
Hi,
I remove comments in pnet/support/dynlib.c to enable IL_DUNLIB_DEBUG and
try
to run simple MessageBox.Show program or FormsHello.exe in samples/forms
to
get same errors:
% ilrun a.out
XSharpUseXft: Undefined symbol "_XSharpUseXft"
Uncaught exception: System.EntryPointNotFoundException: Entry point was
not
found
at Xsharp.Font.CreateFont(String, Int32, FontStyle) in ./Font.cs:304
at Xsharp.Font.CreateFont(String) in ./Font.cs:335
....
I use FreeBSD 5.3 and PNet 0.7.4.
ldconfig results:
% ldconfig -r | grep Xsharp
496:-lXsharpSupport.0 =>
/usr/local/lib/cscc/lib/libXsharpSupport.so.0
Thanks in advance for any help.
Try passing the --with-xft option to configure. That should sort it out.
Deryk