From: Mattia B. <mat...@li...> - 2007-05-13 18:38:52
|
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 |