Just for info,
I am building on a linux system where the wxGTK built and installed by Alien::wxWidgets is the only wxGTK present. I don't build wxWidgets separately myself.
Mattia Barbon wrote:
> On Sat, 12 May 2007 16:04:16 +0100
> Mark Dootson <mar...@zn...> wrote:
>
> Hi,
>
>> When building Wx-0.74 against
>> Alien 0.31
>> wxWidgets 2.8.3
>> wxGTK
>>
>> The tests fail at 'use_ok Wx;'
>>
>> The problem is in loading Wx::RichText which has a dependency on the xml lib. The loader cannot locate the xml lib.
>
>> Wx::load_dll( 'adv' );
>> Wx::load_dll( 'html' );
>> Wx::load_dll( 'xml' );
>> Wx::load_dll( 'richtext' );
>
> I can't reproduce the problem, but the change
> seems correct anyway.
>
> Thanks, applied!
>
> Mattia
|